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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 189713002: Declare dependency on blink_headers in targets that use blink headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix bad merge of export_dependent_settings block in content_browser.gypi Created 6 years, 9 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 | Annotate | Revision Log
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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 2333 matching lines...) Expand 10 before | Expand all | Expand 10 after
2344 '<(INTERMEDIATE_DIR)', 2344 '<(INTERMEDIATE_DIR)',
2345 '<(protoc_out_dir)', 2345 '<(protoc_out_dir)',
2346 ], 2346 ],
2347 'direct_dependent_settings': { 2347 'direct_dependent_settings': {
2348 'include_dirs': [ 2348 'include_dirs': [
2349 '..', 2349 '..',
2350 '<(INTERMEDIATE_DIR)', 2350 '<(INTERMEDIATE_DIR)',
2351 '<(protoc_out_dir)', 2351 '<(protoc_out_dir)',
2352 ], 2352 ],
2353 }, 2353 },
2354 'export_dependent_settings': [
2355 'browser',
2356 ],
2354 'sources': [ 2357 'sources': [
2355 'browser/sync/test/integration/apps_helper.cc', 2358 'browser/sync/test/integration/apps_helper.cc',
2356 'browser/sync/test/integration/apps_helper.h', 2359 'browser/sync/test/integration/apps_helper.h',
2357 'browser/sync/test/integration/autofill_helper.cc', 2360 'browser/sync/test/integration/autofill_helper.cc',
2358 'browser/sync/test/integration/autofill_helper.h', 2361 'browser/sync/test/integration/autofill_helper.h',
2359 'browser/sync/test/integration/bookmarks_helper.cc', 2362 'browser/sync/test/integration/bookmarks_helper.cc',
2360 'browser/sync/test/integration/bookmarks_helper.h', 2363 'browser/sync/test/integration/bookmarks_helper.h',
2361 'browser/sync/test/integration/dictionary_helper.cc', 2364 'browser/sync/test/integration/dictionary_helper.cc',
2362 'browser/sync/test/integration/dictionary_helper.h', 2365 'browser/sync/test/integration/dictionary_helper.h',
2363 'browser/sync/test/integration/dictionary_load_observer.cc', 2366 'browser/sync/test/integration/dictionary_load_observer.cc',
(...skipping 856 matching lines...) Expand 10 before | Expand all | Expand 10 after
3220 'utility', 3223 'utility',
3221 ], 3224 ],
3222 'sources': [ 3225 'sources': [
3223 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3226 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3224 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3227 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3225 ], 3228 ],
3226 }] 3229 }]
3227 }], 3230 }],
3228 ], # 'conditions' 3231 ], # 'conditions'
3229 } 3232 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698