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 1883 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1894 'hard_dependency': 1, | 1894 'hard_dependency': 1, |
1895 'dependencies': [ | 1895 'dependencies': [ |
1896 'automation_client_lib', | 1896 'automation_client_lib', |
1897 '../base/base.gyp:base', | 1897 '../base/base.gyp:base', |
1898 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1898 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
1899 '../crypto/crypto.gyp:crypto', | 1899 '../crypto/crypto.gyp:crypto', |
1900 '../net/net.gyp:http_server', | 1900 '../net/net.gyp:http_server', |
1901 '../net/net.gyp:net', | 1901 '../net/net.gyp:net', |
1902 '../third_party/zlib/google/zip.gyp:zip', | 1902 '../third_party/zlib/google/zip.gyp:zip', |
1903 '../ui/base/ui_base.gyp:ui_base', | 1903 '../ui/base/ui_base.gyp:ui_base', |
| 1904 '../ui/events/events.gyp:dom_keycode_converter', |
1904 '../ui/events/events.gyp:events_base', | 1905 '../ui/events/events.gyp:events_base', |
1905 '../ui/events/ozone/events_ozone.gyp:events_ozone_layout', | 1906 '../ui/events/ozone/events_ozone.gyp:events_ozone_layout', |
1906 '../ui/gfx/gfx.gyp:gfx', | 1907 '../ui/gfx/gfx.gyp:gfx', |
1907 '../ui/gfx/gfx.gyp:gfx_geometry', | 1908 '../ui/gfx/gfx.gyp:gfx_geometry', |
1908 ], | 1909 ], |
1909 'include_dirs': [ | 1910 'include_dirs': [ |
1910 '..', | 1911 '..', |
1911 ], | 1912 ], |
1912 'sources': [ | 1913 'sources': [ |
1913 '<@(chrome_driver_lib_sources)', | 1914 '<@(chrome_driver_lib_sources)', |
(...skipping 1469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3383 'utility', | 3384 'utility', |
3384 ], | 3385 ], |
3385 'sources': [ | 3386 'sources': [ |
3386 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3387 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3387 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3388 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3388 ], | 3389 ], |
3389 }] | 3390 }] |
3390 }], | 3391 }], |
3391 ], # 'conditions' | 3392 ], # 'conditions' |
3392 } | 3393 } |
OLD | NEW |