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

Side by Side Diff: chrome/chrome_renderer.gypi

Issue 1566603003: Dummy patch to try out Mojo connection (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Initialize from RegisterRenderProcessMojoServices Created 4 years, 11 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/renderer/DEPS » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 6 'variables': {
7 'chrome_renderer_sources': [ 7 'chrome_renderer_sources': [
8 'renderer/banners/app_banner_client.cc', 8 'renderer/banners/app_banner_client.cc',
9 'renderer/banners/app_banner_client.h', 9 'renderer/banners/app_banner_client.h',
10 'renderer/benchmarking_extension.cc', 10 'renderer/benchmarking_extension.cc',
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'renderer/spellchecker/spelling_engine.h', 225 'renderer/spellchecker/spelling_engine.h',
226 ], 226 ],
227 'chrome_renderer_printing_sources': [ 227 'chrome_renderer_printing_sources': [
228 'renderer/printing/chrome_print_web_view_helper_delegate.cc', 228 'renderer/printing/chrome_print_web_view_helper_delegate.cc',
229 'renderer/printing/chrome_print_web_view_helper_delegate.h', 229 'renderer/printing/chrome_print_web_view_helper_delegate.h',
230 ], 230 ],
231 'chrome_renderer_full_printing_sources': [ 231 'chrome_renderer_full_printing_sources': [
232 'renderer/pepper/chrome_pdf_print_client.cc', 232 'renderer/pepper/chrome_pdf_print_client.cc',
233 'renderer/pepper/chrome_pdf_print_client.h', 233 'renderer/pepper/chrome_pdf_print_client.h',
234 ], 234 ],
235 'chrome_renderer_leak_detector_sources': [
236 'renderer/leak_detector/leak_detector_monitor_client.cc',
237 'renderer/leak_detector/leak_detector_monitor_client.h',
238 ],
235 }, 239 },
236 'targets': [ 240 'targets': [
237 { 241 {
238 'target_name': 'renderer', 242 'target_name': 'renderer',
239 'type': 'static_library', 243 'type': 'static_library',
240 'variables': { 'enable_wexit_time_destructors': 1, }, 244 'variables': { 'enable_wexit_time_destructors': 1, },
241 'dependencies': [ 245 'dependencies': [
242 'common', 246 'common',
243 'common_mojo_bindings', 247 'common_mojo_bindings',
244 'chrome_features.gyp:chrome_common_features', 248 'chrome_features.gyp:chrome_common_features',
(...skipping 25 matching lines...) Expand all
270 '../third_party/icu/icu.gyp:icuuc', 274 '../third_party/icu/icu.gyp:icuuc',
271 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 275 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
272 ], 276 ],
273 'include_dirs': [ 277 'include_dirs': [
274 '..', 278 '..',
275 # Needed by chrome_content_renderer_client.cc. 279 # Needed by chrome_content_renderer_client.cc.
276 '<(SHARED_INTERMEDIATE_DIR)', 280 '<(SHARED_INTERMEDIATE_DIR)',
277 ], 281 ],
278 'sources': [ 282 'sources': [
279 '<@(chrome_renderer_sources)', 283 '<@(chrome_renderer_sources)',
284 '<@(chrome_renderer_leak_detector_sources)',
280 ], 285 ],
281 'conditions': [ 286 'conditions': [
282 ['OS != "ios"', { 287 ['OS != "ios"', {
283 'dependencies': [ 288 'dependencies': [
284 'common_net', 289 'common_net',
285 '../components/components.gyp:contextual_search_renderer', 290 '../components/components.gyp:contextual_search_renderer',
286 '../components/components.gyp:dom_distiller_content_renderer', 291 '../components/components.gyp:dom_distiller_content_renderer',
287 '../media/media.gyp:media', 292 '../media/media.gyp:media',
288 ], 293 ],
289 }], 294 }],
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 '../components/components.gyp:dom_distiller_core', # Needed by chro me_content_renderer_client.cc. 393 '../components/components.gyp:dom_distiller_core', # Needed by chro me_content_renderer_client.cc.
389 ], 394 ],
390 'include_dirs': [ 395 'include_dirs': [
391 '<(DEPTH)/third_party/wtl/include', 396 '<(DEPTH)/third_party/wtl/include',
392 ], 397 ],
393 }], 398 }],
394 ], 399 ],
395 }, 400 },
396 ], 401 ],
397 } 402 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/renderer/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698