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: components/dom_distiller.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 { 5 {
6 'conditions': [ 6 'conditions': [
7 ['android_webview_build == 0', { 7 ['android_webview_build == 0', {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'dom_distiller_webui', 10 'target_name': 'dom_distiller_webui',
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'conditions': [ 127 'conditions': [
128 ['OS != "ios"', { 128 ['OS != "ios"', {
129 'targets': [ 129 'targets': [
130 { 130 {
131 'target_name': 'dom_distiller_content', 131 'target_name': 'dom_distiller_content',
132 'type': 'static_library', 132 'type': 'static_library',
133 'dependencies': [ 133 'dependencies': [
134 'component_resources.gyp:component_resources', 134 'component_resources.gyp:component_resources',
135 'component_strings.gyp:component_strings', 135 'component_strings.gyp:component_strings',
136 'dom_distiller_core', 136 'dom_distiller_core',
137 '../content/content.gyp:content_browser',
137 '../net/net.gyp:net', 138 '../net/net.gyp:net',
138 '../skia/skia.gyp:skia', 139 '../skia/skia.gyp:skia',
139 '../sync/sync.gyp:sync', 140 '../sync/sync.gyp:sync',
140 ], 141 ],
141 'include_dirs': [ 142 'include_dirs': [
142 '..', 143 '..',
143 ], 144 ],
144 'sources': [ 145 'sources': [
145 'dom_distiller/content/distiller_page_web_contents.cc', 146 'dom_distiller/content/distiller_page_web_contents.cc',
146 'dom_distiller/content/distiller_page_web_contents.h', 147 'dom_distiller/content/distiller_page_web_contents.h',
(...skipping 26 matching lines...) Expand all
173 'jni_gen_package': 'dom_distiller_core', 174 'jni_gen_package': 'dom_distiller_core',
174 }, 175 },
175 'includes': [ '../build/jni_generator.gypi' ], 176 'includes': [ '../build/jni_generator.gypi' ],
176 }, 177 },
177 ], 178 ],
178 }], 179 }],
179 ], 180 ],
180 }], 181 }],
181 ], 182 ],
182 } 183 }
OLDNEW
« no previous file with comments | « chrome/common/extensions/api/api.gyp ('k') | components/nacl.gyp » ('j') | components/nacl.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698