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

Side by Side Diff: chrome/chrome_browser.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 'browser_real', ], 10 'dependencies': [ 'browser_real', ],
(...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 ], 87 ],
88 'include_dirs': [ 88 'include_dirs': [
89 '..', 89 '..',
90 '<(INTERMEDIATE_DIR)', 90 '<(INTERMEDIATE_DIR)',
91 # Needed by chrome_content_renderer_client.cc. & 91 # Needed by chrome_content_renderer_client.cc. &
92 # plugin_info_message_filter.cc. 92 # plugin_info_message_filter.cc.
93 '<(SHARED_INTERMEDIATE_DIR)', 93 '<(SHARED_INTERMEDIATE_DIR)',
94 ], 94 ],
95 'export_dependent_settings': [ 95 'export_dependent_settings': [
96 '../components/components.gyp:autofill_core_browser', 96 '../components/components.gyp:autofill_core_browser',
97 '../content/content.gyp:content_browser',
97 '../sql/sql.gyp:sql', 98 '../sql/sql.gyp:sql',
98 '../sync/sync.gyp:sync', 99 '../sync/sync.gyp:sync',
99 ], 100 ],
100 'sources': [ 101 'sources': [
101 # All .cc, .h, .m, and .mm files under browser except for: 102 # All .cc, .h, .m, and .mm files under browser except for:
102 # * tests and mocks. 103 # * tests and mocks.
103 # * code below browser/chromeos 104 # * code below browser/chromeos
104 # * code below browser/extensions 105 # * code below browser/extensions
105 'browser/about_flags.cc', 106 'browser/about_flags.cc',
106 'browser/about_flags.h', 107 'browser/about_flags.h',
(...skipping 3728 matching lines...) Expand 10 before | Expand all | Expand 10 after
3835 'package_name': 'org/chromium/chrome/browser', 3836 'package_name': 'org/chromium/chrome/browser',
3836 'template_deps': ['browser/android/tab_load_status.h'], 3837 'template_deps': ['browser/android/tab_load_status.h'],
3837 }, 3838 },
3838 'includes': [ '../build/android/java_cpp_template.gypi' ], 3839 'includes': [ '../build/android/java_cpp_template.gypi' ],
3839 }, 3840 },
3840 ], 3841 ],
3841 }, 3842 },
3842 ], 3843 ],
3843 ], 3844 ],
3844 } 3845 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser_extensions.gypi » ('j') | components/nacl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698