OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 { | 4 { |
5 'variables': { | 5 'variables': { |
6 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
(...skipping 2727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2738 # The sync_integration_tests do not run on mac without this flag. | 2738 # The sync_integration_tests do not run on mac without this flag. |
2739 # Search for comments about "xcode_settings" elsewhere in this file. | 2739 # Search for comments about "xcode_settings" elsewhere in this file. |
2740 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, | 2740 'xcode_settings': {'OTHER_LDFLAGS': ['-Wl,-ObjC']}, |
2741 # Dictionary sync is disabled on Mac. | 2741 # Dictionary sync is disabled on Mac. |
2742 # Note: list duplicated in GN build. | 2742 # Note: list duplicated in GN build. |
2743 'sources!': [ | 2743 'sources!': [ |
2744 'browser/sync/test/integration/multiple_client_dictionary_sync_test.
cc', | 2744 'browser/sync/test/integration/multiple_client_dictionary_sync_test.
cc', |
2745 'browser/sync/test/integration/single_client_dictionary_sync_test.cc
', | 2745 'browser/sync/test/integration/single_client_dictionary_sync_test.cc
', |
2746 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', | 2746 'browser/sync/test/integration/two_client_dictionary_sync_test.cc', |
2747 ], | 2747 ], |
| 2748 'dependencies': [ |
| 2749 'chrome', |
| 2750 ], |
2748 }], | 2751 }], |
2749 ['OS=="win"', { | 2752 ['OS=="win"', { |
2750 'sources': [ | 2753 'sources': [ |
2751 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', | 2754 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/other_version.rc', |
2752 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', | 2755 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_unscaled_resources.rc', |
2753 ], | 2756 ], |
2754 'include_dirs': [ | 2757 'include_dirs': [ |
2755 '<(DEPTH)/third_party/wtl/include', | 2758 '<(DEPTH)/third_party/wtl/include', |
2756 ], | 2759 ], |
2757 'dependencies': [ | 2760 'dependencies': [ |
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3243 ['enable_webrtc==1', { | 3246 ['enable_webrtc==1', { |
3244 'dependencies': [ | 3247 'dependencies': [ |
3245 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3248 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3246 ] | 3249 ] |
3247 }], | 3250 }], |
3248 ], | 3251 ], |
3249 }] | 3252 }] |
3250 }], | 3253 }], |
3251 ], # 'conditions' | 3254 ], # 'conditions' |
3252 } | 3255 } |
OLD | NEW |