| 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 1886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1897 'hard_dependency': 1, | 1897 'hard_dependency': 1, |
| 1898 'dependencies': [ | 1898 'dependencies': [ |
| 1899 'automation_client_lib', | 1899 'automation_client_lib', |
| 1900 '../base/base.gyp:base', | 1900 '../base/base.gyp:base', |
| 1901 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1901 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 1902 '../crypto/crypto.gyp:crypto', | 1902 '../crypto/crypto.gyp:crypto', |
| 1903 '../net/net.gyp:http_server', | 1903 '../net/net.gyp:http_server', |
| 1904 '../net/net.gyp:net', | 1904 '../net/net.gyp:net', |
| 1905 '../third_party/zlib/google/zip.gyp:zip', | 1905 '../third_party/zlib/google/zip.gyp:zip', |
| 1906 '../ui/base/ui_base.gyp:ui_base', | 1906 '../ui/base/ui_base.gyp:ui_base', |
| 1907 '../ui/events/events.gyp:dom_keycode_converter', |
| 1907 '../ui/events/events.gyp:events_base', | 1908 '../ui/events/events.gyp:events_base', |
| 1908 '../ui/events/ozone/events_ozone.gyp:events_ozone_layout', | 1909 '../ui/events/ozone/events_ozone.gyp:events_ozone_layout', |
| 1909 '../ui/gfx/gfx.gyp:gfx', | 1910 '../ui/gfx/gfx.gyp:gfx', |
| 1910 '../ui/gfx/gfx.gyp:gfx_geometry', | 1911 '../ui/gfx/gfx.gyp:gfx_geometry', |
| 1911 ], | 1912 ], |
| 1912 'include_dirs': [ | 1913 'include_dirs': [ |
| 1913 '..', | 1914 '..', |
| 1914 ], | 1915 ], |
| 1915 'sources': [ | 1916 'sources': [ |
| 1916 '<@(chrome_driver_lib_sources)', | 1917 '<@(chrome_driver_lib_sources)', |
| (...skipping 1445 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3362 'utility', | 3363 'utility', |
| 3363 ], | 3364 ], |
| 3364 'sources': [ | 3365 'sources': [ |
| 3365 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3366 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3366 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3367 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3367 ], | 3368 ], |
| 3368 }] | 3369 }] |
| 3369 }], | 3370 }], |
| 3370 ], # 'conditions' | 3371 ], # 'conditions' |
| 3371 } | 3372 } |
| OLD | NEW |