Milan Burda
122d00f415
Revert "Drop support of Mac OS 10.9" ( #13348 )
...
This reverts commit efa0ec0263481ae188f206625bec6f4a4e5d3ecf.
2018-06-20 13:40:18 -07:00
Aleksei Kuzmin
f4a9575193
Drop support of Mac OS 10.9
...
- set minimum deployment target to 10.10
- set minimum system version to 10.10
2018-06-19 11:49:45 +10:00
Tomas Rycl
40bf582c81
Use /guard:cf during both compile and link parts of the build on Windows
...
Thanks jack-teng1 for info.
2018-06-19 11:49:44 +10:00
Aleksei Kuzmin
28f6e10e5a
Add "-fno-exceptions" to "cflags_cc" on linux
2018-06-19 11:49:43 +10:00
Cheng Zhao
34cb9cf1fe
Use lld for linking on both Debug/Release builds
...
This follows Chromium's config, otherwise we get linking error:
/usr/bin/ld: shared_library/libmirclient.so.9: __cxa_finalize: invalid needed version 2
shared_library/libmirclient.so.9: error adding symbols: Bad value
2018-03-20 10:13:16 +03:00
Samuel Attard
9181db1304
Disable tautological check for chromium code
2018-03-20 10:13:15 +03:00
Tomas Rycl
1b866e20c6
REVIEW: Disable warning 4275 on Windows
...
It prevents Brightray classes to be inherited from other classes
from V8, Chromium, etc...
2018-02-23 10:21:23 +09:00
Aleksei Kuzmin
dda64bd652
Use c++14
...
https://chromium-review.googlesource.com/c/chromium/src/+/583635
2018-02-23 10:21:23 +09:00
Ales Pergl
89d5e4a2f0
Explicitly disable executable stack in all Linux binaries
2018-02-21 17:57:53 +01:00
Ales Pergl
c3dbba00a6
Use --icf=all
on architectures where it's supported
2018-02-21 17:55:28 +01:00
Aleš Pergl
efb44050db
Enable official build ( #11847 )
...
* Updated libchromiumcontent submodule
* Use same LTO settings as libcc
* Use whole program optimization, favour speed, remove redundancies
* Don't use variable template as it confuses LTCG
* Use lld and ThinLTO only on limited set of architectures
2018-02-08 13:26:23 -06:00
Catalin Fratila
7faec8e5eb
Security Improvement: Enable Control Flow Guard on Windows - https://docs.microsoft.com/en-us/cpp/build/reference/guard-enable-control-flow-guard
2017-12-08 14:31:29 +01:00
Aleksei Kuzmin
3a3eb69d0f
Do not specify exception handling mode on Windows
...
Like Chromium does. Also disable related warnings.
2017-11-24 10:58:53 +09:00
Aleksei Kuzmin
dcb9925ddd
Fix 'constructor cannot be redeclared' error
...
Upgrade ICU to 59
https://bugs.chromium.org/p/chromium/issues/detail?id=699469
2017-11-24 10:58:17 +09:00
Aleksei Kuzmin
fe431a9e58
Add WebRTC related defines to the build config
2017-11-24 10:58:16 +09:00
Cheng Zhao
0d8cfe8dbe
Some compiler flags are clang only
2017-11-21 21:48:06 +09:00
Cheng Zhao
8062962d01
Define V8_PROMISE_INTERNAL_FIELD_COUNT=1
2017-09-27 10:20:06 +09:00
Ales Pergl
a7bae32527
Re-enabled debug mode
2017-08-29 14:19:19 +09:00
Kevin Sawicki
90fbe5c06c
Disable warnings in node.cc and string_bytes.cc
2017-08-15 16:19:23 +03:00
John Kleinschmidt
3d5acdf682
Rollback debug mode changes
2017-08-07 15:54:44 -04:00
Cheng Zhao
22bf43ecc0
Fix Linux ia32/arm build
2017-07-31 12:37:56 +09:00
Ales Pergl
cd9d0c1b0f
Enabled true debug mode
2017-07-22 14:45:46 +02:00
Kevin Sawicki
fa7c006a3d
Revert "Enabled true debug mode"
...
This reverts commit df90fb7f75
.
2017-07-17 10:05:12 -07:00
Ales Pergl
df90fb7f75
Enabled true debug mode
2017-07-17 17:59:40 +02:00
Ales Pergl
9610e656bb
Use dynamic CRT in the release build
2017-06-15 09:42:15 +02:00
Kevin Sawicki
5ea20b5b54
Wire up build for new brightray location
2017-05-10 13:27:49 -07:00
Cheng Zhao
fdb880eca2
Remove the ENABLE_WEBRTC define
...
Headers are now defined in gen/media/media_features.h.
2017-04-17 16:16:02 +09:00
Milan Burda
cc8b07985d
Add /LARGEADDRESSAWARE to linker options (Windows)
2016-10-05 18:32:24 +02:00
Cheng Zhao
4203b2a4ce
Target OS X 10.9
...
We do not support 10.8.
2016-09-08 15:24:27 +09:00
Haojian Wu
c3049688b8
Disable -Wundefined-var-template.
2016-08-11 20:57:17 +02:00
Cheng Zhao
0ae344e5cd
Fix building on Linux
2016-07-04 16:41:11 +09:00
Cheng Zhao
d166ba9ed2
Disable compiler warning caused by blink
2016-07-04 15:06:15 +09:00
Cheng Zhao
3d01930122
Link with static runtime library for Release build
2016-05-19 15:06:04 +09:00
Robo
3983566fa3
allow setting pkg-config variable
2016-03-09 19:43:55 +05:30
Cheng Zhao
d6051e9580
Initialize resource bundle on browser process separately
2016-01-08 12:04:23 +08:00
Cheng Zhao
4004e4836a
Merge pull request #148 from atom/desktop-capture-api
...
Desktop capture API support
2015-12-08 12:40:57 +08:00
tejaspathak
1017ec0d87
Add option to build local libchromiumcontent
...
- Currently libchromiumcontent is downloaded by default.
- Now developer can choose to provide local libchromiumcontent src, shared and static path
2015-11-08 17:08:42 +09:00
joshaber
3d0ab70aa1
mac: Force Xcode to use C++11.
...
For whatever reason, this is necessary in Xcode 7.
2015-10-05 10:15:54 -04:00
joshaber
7f0b8f01e1
mac: Don't define an SDKROOT.
...
This way Xcode will use the latest SDK, whatever it is, and we don’t
have to bump this every time Apple releases an OS update.
2015-10-05 10:15:34 -04:00
Haojian Wu
ef9f6eb8c3
Define related marcos for webrtc on Windows and OS X.
2015-10-05 12:50:18 +08:00
Cheng Zhao
fa588f104c
Set MACOSX_DEPLOYMENT_TARGET to 10.8
...
Fixes atom/electron#2790 .
2015-09-16 19:54:52 +08:00
Cheng Zhao
3f53564a4f
Use the SDKROOT under 10.10
2015-09-15 12:14:46 +08:00
Cheng Zhao
34e1a38d18
Use 10.10 SDK
2015-09-15 11:59:57 +08:00
Cheng Zhao
f077a51459
Define ENABLE_WEBRTC
2015-09-02 17:49:51 +08:00
Cheng Zhao
89e66f15c3
Link with 10.9 SDK
2015-08-26 15:57:35 +08:00
Cheng Zhao
089a4cf08f
Disable -Wunneeded-internal-declaration warning
2015-08-11 10:04:07 +08:00
Cheng Zhao
e67d0db448
OpenSSL is still used on Windows and Mac
2015-07-06 12:03:33 +08:00
Cheng Zhao
31b88f7370
USE_NSS is used before Chrome 45
2015-07-06 11:49:49 +08:00
Cheng Zhao
36447f6613
Use NSS instead of OpenSSL
2015-07-06 10:52:20 +08:00
Cheng Zhao
c210c68bee
Remove -std=gnu++11 flag
2015-07-01 07:48:29 +00:00