| 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 1944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1955 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1955 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1956 'msvs_disabled_warnings': [ 4267, ], | 1956 'msvs_disabled_warnings': [ 4267, ], |
| 1957 }, | 1957 }, |
| 1958 { | 1958 { |
| 1959 # GN version: //chrome/test/chromedriver:lib | 1959 # GN version: //chrome/test/chromedriver:lib |
| 1960 'target_name': 'chromedriver_lib', | 1960 'target_name': 'chromedriver_lib', |
| 1961 'type': 'static_library', | 1961 'type': 'static_library', |
| 1962 'hard_dependency': 1, | 1962 'hard_dependency': 1, |
| 1963 'dependencies': [ | 1963 'dependencies': [ |
| 1964 'automation_client_lib', | 1964 'automation_client_lib', |
| 1965 'common_constants.gyp:version_header', | |
| 1966 '../base/base.gyp:base', | 1965 '../base/base.gyp:base', |
| 1967 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', | 1966 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic
_annotations', |
| 1968 '../crypto/crypto.gyp:crypto', | 1967 '../crypto/crypto.gyp:crypto', |
| 1969 '../net/net.gyp:http_server', | 1968 '../net/net.gyp:http_server', |
| 1970 '../net/net.gyp:net', | 1969 '../net/net.gyp:net', |
| 1971 '../third_party/zlib/google/zip.gyp:zip', | 1970 '../third_party/zlib/google/zip.gyp:zip', |
| 1972 '../ui/base/ui_base.gyp:ui_base', | 1971 '../ui/base/ui_base.gyp:ui_base', |
| 1973 '../ui/events/events.gyp:dom_keycode_converter', | 1972 '../ui/events/events.gyp:dom_keycode_converter', |
| 1974 '../ui/events/events.gyp:events_base', | 1973 '../ui/events/events.gyp:events_base', |
| 1975 '../ui/events/ozone/events_ozone.gyp:events_ozone_layout', | 1974 '../ui/events/ozone/events_ozone.gyp:events_ozone_layout', |
| (...skipping 1463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3439 'utility', | 3438 'utility', |
| 3440 ], | 3439 ], |
| 3441 'sources': [ | 3440 'sources': [ |
| 3442 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3441 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
| 3443 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3442 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
| 3444 ], | 3443 ], |
| 3445 }] | 3444 }] |
| 3446 }], | 3445 }], |
| 3447 ], # 'conditions' | 3446 ], # 'conditions' |
| 3448 } | 3447 } |
| OLD | NEW |