Cheng Zhao
c9557f2b39
win: Fix Release build
2015-08-21 16:19:57 +08:00
Cheng Zhao
edda9d0488
Link with a few more static libraries on Linux and OS X
2015-08-11 10:45:30 +08:00
Haojian Wu
6171ab8f6b
[Win] Link http_server.lib.
2015-08-11 09:49:57 +08:00
Haojian Wu
68a45aa29a
[Win] Link devtools_discovery.lib and devtools_http_handler.lib in component builds.
2015-08-11 09:49:57 +08:00
Haojian Wu
2dd8bc0c78
ffmpegsumo.dll => ffmpeg.dll
2015-08-11 09:49:57 +08:00
Cheng Zhao
681e868a5b
Link with nss
2015-07-07 14:15:45 +08:00
Cheng Zhao
894cc64276
Link with gmodule-2.0, fix atom/electron#1809
2015-06-04 14:41:16 +08:00
Cheng Zhao
155a50d00e
Revert "Link with ui_zoom in component build"
...
This reverts commit b48bc01c8f1fc11862f96db835a5f257aa6e53aa.
2015-05-29 17:51:22 +08:00
Cheng Zhao
f494f90a3e
Link with ui_zoom in component build
2015-05-29 16:54:28 +08:00
Cheng Zhao
8818f9c448
Merge pull request #106 from hokein/pdf-dll
...
No need to link pdf related libraries in component build.
2015-05-26 12:40:40 +08:00
Cheng Zhao
ce266e8647
Link with d3d11.lib
2015-05-23 11:25:37 +08:00
Haojian Wu
e76b06b84c
No need to link pdf related libraries in component build.
2015-05-13 09:54:56 +08:00
Haojian Wu
34a5e0865d
Link pdf related libraries for component build.
2015-05-04 18:55:03 +08:00
Cheng Zhao
7e376c1f73
win: Delay load of BluetoothApis.dll, fixes atom/electron#1462
2015-04-23 13:26:34 +08:00
Cheng Zhao
a99d29b859
linux: Fix compiler warning
2015-04-22 05:50:27 +00:00
Cheng Zhao
a5b6ffd93c
mac: Link with IOBluetooth.framework
2015-04-21 19:05:39 +08:00
Cheng Zhao
027a474fa2
Include headers of mojo
2015-04-21 14:30:06 +08:00
Cheng Zhao
1cf1b5243d
win: Delay load of MFReadWrite.dll
...
Fixes atom/electron#1442 .
2015-04-20 19:47:21 +08:00
Cheng Zhao
4769e21e3d
Add required defines under 32bit Linux
2015-04-12 08:15:57 +00:00
Cheng Zhao
decf522f48
Cleanup the brightray.gyp file
2015-04-11 13:35:22 +08:00
Cheng Zhao
48c9f4a0a6
No longer link with shared library of boringssl
2015-04-10 18:53:14 +08:00
Cheng Zhao
02ee07c4a0
win: No need to set default linked libraries
2015-04-09 13:38:54 +08:00
Cheng Zhao
9a691d1be8
Add "linux_system_libraries" variable
2015-04-09 10:14:25 +08:00
Cheng Zhao
845986750c
Move filenames to another file
2015-04-09 10:11:28 +08:00
Cheng Zhao
62d845f09e
linux: Improve building flags for Release build
2015-04-09 09:58:07 +08:00
Cheng Zhao
891856f3af
linux: Fix linking with system libraries
2015-04-08 08:22:55 +00:00
Cheng Zhao
c5f8e4360c
Link with static_library version of libgtk2ui
2015-04-08 04:08:21 +00:00
Cheng Zhao
a7f7834be9
linux: Link with libboringssl.so
2015-04-08 02:42:19 +00:00
Cheng Zhao
d1fb13b260
Fix path to boringssl.dll
2015-04-07 20:18:09 +08:00
Cheng Zhao
b9ddf0eb31
Still link with shared_library of boringssl
2015-04-07 17:25:13 +08:00
Cheng Zhao
938182a3eb
mac: Fix linking with boringssl
2015-04-07 11:28:56 +08:00
Cheng Zhao
9934985974
win: Link with libraries from other places
2015-04-06 16:01:31 +08:00
Cheng Zhao
d522443c75
win: Import system libraries in content_common.gypi
2015-04-06 15:20:27 +08:00
Cheng Zhao
f1a508f643
win: Link with boringssl.dll
2015-04-06 15:14:57 +08:00
Cheng Zhao
3b5edb461a
win: Fix linking with libyuv
2015-04-06 15:04:07 +08:00
Cheng Zhao
4c36b747e0
win: Fix linking with ffmepg
2015-04-06 15:03:53 +08:00
Cheng Zhao
ed5660909b
win: Link with sandbox and base_static under component build
2015-04-06 12:03:22 +08:00
Cheng Zhao
d9056135d7
Link with libboringssl.dylib
2015-04-03 11:37:27 +08:00
Cheng Zhao
038afadd1b
mac: Link with all necessary system libraries
2015-04-03 09:56:03 +08:00
Cheng Zhao
4977741f35
Set libraries' path according to libchromiumcontent_component variable
2015-04-02 22:14:18 +08:00
Cheng Zhao
faac37a85c
Only do component build in Debug mode
2015-04-02 15:11:15 +08:00
Cheng Zhao
7e41b9e44d
Link with component build shared libraries
2015-04-02 14:05:43 +08:00
Cheng Zhao
f04ee342ea
Remove RemoteDebuggingServer class
2015-03-08 19:53:37 -07:00
Cheng Zhao
a5026907e4
Implement PlatformNotificationService
2015-03-08 19:37:13 -07:00
Cheng Zhao
c874219101
Use the new devtools API
2015-02-03 10:57:25 -08:00
Cheng Zhao
5b4e5a7e55
Override DIR_USER_DATA as data path
2015-01-18 16:59:57 -08:00
Cheng Zhao
dc86ab58a9
Remove DownloadManagerDelegate
...
Having a partial implemented DownloadManagerDelegate will cause crashes under
certain places.
2014-12-17 13:13:19 -08:00
IgorKlopov
6e1c4d2860
Same as https://github.com/atom/atom-shell/pull/867
...
Indeed there are two places worth changing. After these two changes i am able to build Atom-Shell using Pyhon installed by default (without adding to paths)
2014-11-28 19:45:25 +03:00
Ryan Prichard
f617eb5810
Move Linux pkg-config dependencies from atom-shell to brightray.
2014-11-24 03:27:11 -08:00
Cheng Zhao
5c455b6ff9
Fix compilation warning on Linux
2014-10-08 01:34:01 +00:00