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

Side by Side Diff: components/dom_distiller.gypi

Issue 1765243002: Remove Mojo bindings environment. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
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 'targets': [ 6 'targets': [
7 { 7 {
8 # GN version: //components/dom_distiller/core 8 # GN version: //components/dom_distiller/core
9 'target_name': 'dom_distiller_core', 9 'target_name': 'dom_distiller_core',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 # GN version: //components/dom_distiller/content/browser 155 # GN version: //components/dom_distiller/content/browser
156 'target_name': 'dom_distiller_content_browser', 156 'target_name': 'dom_distiller_content_browser',
157 'type': 'static_library', 157 'type': 'static_library',
158 'dependencies': [ 158 'dependencies': [
159 'dom_distiller_content_common', 159 'dom_distiller_content_common',
160 'dom_distiller_core', 160 'dom_distiller_core',
161 'dom_distiller_mojo_bindings', 161 'dom_distiller_mojo_bindings',
162 'dom_distiller_protos', 162 'dom_distiller_protos',
163 '../base/base.gyp:base', 163 '../base/base.gyp:base',
164 '../content/content.gyp:content_browser', 164 '../content/content.gyp:content_browser',
165 '../mojo/mojo_base.gyp:mojo_environment_chromium',
166 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 165 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
167 '../net/net.gyp:net', 166 '../net/net.gyp:net',
168 '../skia/skia.gyp:skia', 167 '../skia/skia.gyp:skia',
169 '../sync/sync.gyp:sync', 168 '../sync/sync.gyp:sync',
170 '../ui/gfx/gfx.gyp:gfx', 169 '../ui/gfx/gfx.gyp:gfx',
171 '../url/url.gyp:url_lib', 170 '../url/url.gyp:url_lib',
172 'components_resources.gyp:components_resources', 171 'components_resources.gyp:components_resources',
173 'components_strings.gyp:components_strings', 172 'components_strings.gyp:components_strings',
174 ], 173 ],
175 'include_dirs': [ 174 'include_dirs': [
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
207 # GN version: //components/dom_distiller/content/renderer 206 # GN version: //components/dom_distiller/content/renderer
208 'target_name': 'dom_distiller_content_renderer', 207 'target_name': 'dom_distiller_content_renderer',
209 'type': 'static_library', 208 'type': 'static_library',
210 'dependencies': [ 209 'dependencies': [
211 'dom_distiller_content_common', 210 'dom_distiller_content_common',
212 'dom_distiller_mojo_bindings', 211 'dom_distiller_mojo_bindings',
213 'dom_distiller_protos', 212 'dom_distiller_protos',
214 '../base/base.gyp:base', 213 '../base/base.gyp:base',
215 '../content/content.gyp:content_browser', 214 '../content/content.gyp:content_browser',
216 '../gin/gin.gyp:gin', 215 '../gin/gin.gyp:gin',
217 '../mojo/mojo_base.gyp:mojo_environment_chromium',
218 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 216 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
219 ], 217 ],
220 'include_dirs': [ 218 'include_dirs': [
221 '..', 219 '..',
222 ], 220 ],
223 'export_dependent_settings': [ 221 'export_dependent_settings': [
224 'dom_distiller_protos', 222 'dom_distiller_protos',
225 ], 223 ],
226 'sources': [ 224 'sources': [
227 'dom_distiller/content/renderer/distillability_agent.cc', 225 'dom_distiller/content/renderer/distillability_agent.cc',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 'variables': { 375 'variables': {
378 'package_name': 'org/chromium/components/dom_distiller/core', 376 'package_name': 'org/chromium/components/dom_distiller/core',
379 'template_deps': ['dom_distiller/core/theme_list.h'], 377 'template_deps': ['dom_distiller/core/theme_list.h'],
380 }, 378 },
381 'includes': [ '../build/android/java_cpp_template.gypi' ], 379 'includes': [ '../build/android/java_cpp_template.gypi' ],
382 }, 380 },
383 ], 381 ],
384 }], 382 }],
385 ], 383 ],
386 } 384 }
OLDNEW
« no previous file with comments | « components/contextual_search/BUILD.gn ('k') | components/dom_distiller/content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698