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

Side by Side Diff: components/dom_distiller.gypi

Issue 1676913002: [mojo] Delete third_party/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: let's try that again Created 4 years, 10 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 | « components/contextual_search.gypi ('k') | components/message_port.gypi » ('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 { 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 }, 137 },
138 { 138 {
139 # GN version: //components/dom_distiller/content:mojo_bindings 139 # GN version: //components/dom_distiller/content:mojo_bindings
140 'target_name': 'dom_distiller_mojo_bindings', 140 'target_name': 'dom_distiller_mojo_bindings',
141 'type': 'static_library', 141 'type': 'static_library',
142 'sources': [ 142 'sources': [
143 'dom_distiller/content/common/distiller_javascript_service.mojom', 143 'dom_distiller/content/common/distiller_javascript_service.mojom',
144 'dom_distiller/content/common/distiller_page_notifier_service.mojom', 144 'dom_distiller/content/common/distiller_page_notifier_service.mojom',
145 ], 145 ],
146 'includes': [ 146 'includes': [
147 '../third_party/mojo/mojom_bindings_generator.gypi', 147 '../mojo/mojom_bindings_generator.gypi',
148 ], 148 ],
149 }, 149 },
150 ], 150 ],
151 'conditions': [ 151 'conditions': [
152 ['OS != "ios"', { 152 ['OS != "ios"', {
153 'targets': [ 153 'targets': [
154 { 154 {
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', 165 '../mojo/mojo_base.gyp:mojo_environment_chromium',
166 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
166 '../net/net.gyp:net', 167 '../net/net.gyp:net',
167 '../skia/skia.gyp:skia', 168 '../skia/skia.gyp:skia',
168 '../sync/sync.gyp:sync', 169 '../sync/sync.gyp:sync',
169 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
170 '../ui/gfx/gfx.gyp:gfx', 170 '../ui/gfx/gfx.gyp:gfx',
171 '../url/url.gyp:url_lib', 171 '../url/url.gyp:url_lib',
172 'components_resources.gyp:components_resources', 172 'components_resources.gyp:components_resources',
173 'components_strings.gyp:components_strings', 173 'components_strings.gyp:components_strings',
174 ], 174 ],
175 'include_dirs': [ 175 'include_dirs': [
176 '..', 176 '..',
177 ], 177 ],
178 'sources': [ 178 'sources': [
179 'dom_distiller/content/browser/distillability_driver.cc', 179 'dom_distiller/content/browser/distillability_driver.cc',
(...skipping 28 matching lines...) Expand all
208 'target_name': 'dom_distiller_content_renderer', 208 'target_name': 'dom_distiller_content_renderer',
209 'type': 'static_library', 209 'type': 'static_library',
210 'dependencies': [ 210 'dependencies': [
211 'dom_distiller_content_common', 211 'dom_distiller_content_common',
212 'dom_distiller_mojo_bindings', 212 'dom_distiller_mojo_bindings',
213 'dom_distiller_protos', 213 'dom_distiller_protos',
214 '../base/base.gyp:base', 214 '../base/base.gyp:base',
215 '../content/content.gyp:content_browser', 215 '../content/content.gyp:content_browser',
216 '../gin/gin.gyp:gin', 216 '../gin/gin.gyp:gin',
217 '../mojo/mojo_base.gyp:mojo_environment_chromium', 217 '../mojo/mojo_base.gyp:mojo_environment_chromium',
218 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 218 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
219 ], 219 ],
220 'include_dirs': [ 220 'include_dirs': [
221 '..', 221 '..',
222 ], 222 ],
223 'export_dependent_settings': [ 223 'export_dependent_settings': [
224 'dom_distiller_protos', 224 'dom_distiller_protos',
225 ], 225 ],
226 'sources': [ 226 'sources': [
227 'dom_distiller/content/renderer/distillability_agent.cc', 227 'dom_distiller/content/renderer/distillability_agent.cc',
228 'dom_distiller/content/renderer/distillability_agent.h', 228 'dom_distiller/content/renderer/distillability_agent.h',
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 'variables': { 377 'variables': {
378 'package_name': 'org/chromium/components/dom_distiller/core', 378 'package_name': 'org/chromium/components/dom_distiller/core',
379 'template_deps': ['dom_distiller/core/theme_list.h'], 379 'template_deps': ['dom_distiller/core/theme_list.h'],
380 }, 380 },
381 'includes': [ '../build/android/java_cpp_template.gypi' ], 381 'includes': [ '../build/android/java_cpp_template.gypi' ],
382 }, 382 },
383 ], 383 ],
384 }], 384 }],
385 ], 385 ],
386 } 386 }
OLDNEW
« no previous file with comments | « components/contextual_search.gypi ('k') | components/message_port.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698