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