summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjustincohen <justincohen@chromium.org>2016-03-25 17:03:09 -0700
committerCommit bot <commit-bot@chromium.org>2016-03-26 00:05:23 +0000
commitfe083b305a95370de0877e17aec60fabebacbb96 (patch)
treedc665b0924ad35019129283daed07c5a0dbb01ee /build
parentf1e87cc992dc1c51cba6546fad6a6d5001a0d471 (diff)
downloadchromium_src-fe083b305a95370de0877e17aec60fabebacbb96.zip
chromium_src-fe083b305a95370de0877e17aec60fabebacbb96.tar.gz
chromium_src-fe083b305a95370de0877e17aec60fabebacbb96.tar.bz2
Web shell integration test suite.
Integration test suite for the web shell, based on EarlGrey. This includes the suite and gyp configurations to build and run two sample tests. build/common.gypi change is a revert of https://codereview.chromium.org/1538973002, TBRed BUG=583736 TBR=dpranke@chromium.org Review URL: https://codereview.chromium.org/1828143007 Cr-Commit-Position: refs/heads/master@{#383414}
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi24
1 files changed, 1 insertions, 23 deletions
diff --git a/build/common.gypi b/build/common.gypi
index aea53b9..7c4e60e 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -5071,6 +5071,7 @@
# GCC_INLINES_ARE_PRIVATE_EXTERN maps to -fvisibility-inlines-hidden
'GCC_INLINES_ARE_PRIVATE_EXTERN': 'YES',
'GCC_OBJC_CALL_CXX_CDTORS': 'YES', # -fobjc-call-cxx-cdtors
+ 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
'GCC_THREADSAFE_STATICS': 'NO', # -fno-threadsafe-statics
'GCC_TREAT_WARNINGS_AS_ERRORS': 'YES', # -Werror
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
@@ -5159,29 +5160,6 @@
}],
],
}],
- ['OS=="mac"', {
- 'xcode_settings': {
- 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
- },
- }],
- ['OS=="ios"', {
- 'configurations': {
- 'Debug': {
- 'xcode_settings': {
- # XCTests inject a dynamic library into the application. If
- # fvisibility is set to hidden, then some symbols needed by
- # XCTests are not available. Disable this setting for
- # Debug configuration.
- 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
- },
- },
- 'Release': {
- 'xcode_settings': {
- 'GCC_SYMBOLS_PRIVATE_EXTERN': 'YES', # -fvisibility=hidden
- },
- },
- },
- }],
],
'target_conditions': [
['_type!="static_library"', {