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 1823 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1834 'dependencies': [ | 1834 'dependencies': [ |
1835 'automation_client_lib', | 1835 'automation_client_lib', |
1836 '../base/base.gyp:base', | 1836 '../base/base.gyp:base', |
1837 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1837 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
1838 '../crypto/crypto.gyp:crypto', | 1838 '../crypto/crypto.gyp:crypto', |
1839 '../net/net.gyp:http_server', | 1839 '../net/net.gyp:http_server', |
1840 '../net/net.gyp:net', | 1840 '../net/net.gyp:net', |
1841 '../third_party/zlib/google/zip.gyp:zip', | 1841 '../third_party/zlib/google/zip.gyp:zip', |
1842 '../ui/base/ui_base.gyp:ui_base', | 1842 '../ui/base/ui_base.gyp:ui_base', |
1843 '../ui/events/events.gyp:events_base', | 1843 '../ui/events/events.gyp:events_base', |
| 1844 '../ui/events/ozone/events_ozone.gyp:events_ozone_layout', |
1844 '../ui/gfx/gfx.gyp:gfx', | 1845 '../ui/gfx/gfx.gyp:gfx', |
1845 '../ui/gfx/gfx.gyp:gfx_geometry', | 1846 '../ui/gfx/gfx.gyp:gfx_geometry', |
1846 ], | 1847 ], |
1847 'include_dirs': [ | 1848 'include_dirs': [ |
1848 '..', | 1849 '..', |
1849 ], | 1850 ], |
1850 'sources': [ | 1851 'sources': [ |
1851 '<@(chrome_driver_lib_sources)', | 1852 '<@(chrome_driver_lib_sources)', |
1852 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', | 1853 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.cc', |
1853 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', | 1854 '<(SHARED_INTERMEDIATE_DIR)/chrome/test/chromedriver/version.h', |
(...skipping 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3251 ['enable_webrtc==1', { | 3252 ['enable_webrtc==1', { |
3252 'dependencies': [ | 3253 'dependencies': [ |
3253 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3254 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3254 ] | 3255 ] |
3255 }], | 3256 }], |
3256 ], | 3257 ], |
3257 }] | 3258 }] |
3258 }], | 3259 }], |
3259 ], # 'conditions' | 3260 ], # 'conditions' |
3260 } | 3261 } |
OLD | NEW |