Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(907)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1405633002: Cleanup chrome/version.h handling (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Building Chrome is hard Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
1965 '../base/base.gyp:base', 1966 '../base/base.gyp:base',
1966 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 1967 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
1967 '../crypto/crypto.gyp:crypto', 1968 '../crypto/crypto.gyp:crypto',
1968 '../net/net.gyp:http_server', 1969 '../net/net.gyp:http_server',
1969 '../net/net.gyp:net', 1970 '../net/net.gyp:net',
1970 '../third_party/zlib/google/zip.gyp:zip', 1971 '../third_party/zlib/google/zip.gyp:zip',
1971 '../ui/base/ui_base.gyp:ui_base', 1972 '../ui/base/ui_base.gyp:ui_base',
1972 '../ui/events/events.gyp:dom_keycode_converter', 1973 '../ui/events/events.gyp:dom_keycode_converter',
1973 '../ui/events/events.gyp:events_base', 1974 '../ui/events/events.gyp:events_base',
1974 '../ui/events/ozone/events_ozone.gyp:events_ozone_layout', 1975 '../ui/events/ozone/events_ozone.gyp:events_ozone_layout',
(...skipping 1463 matching lines...) Expand 10 before | Expand all | Expand 10 after
3438 'utility', 3439 'utility',
3439 ], 3440 ],
3440 'sources': [ 3441 'sources': [
3441 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3442 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3442 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3443 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3443 ], 3444 ],
3444 }] 3445 }]
3445 }], 3446 }],
3446 ], # 'conditions' 3447 ], # 'conditions'
3447 } 3448 }
OLDNEW
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698