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

Side by Side Diff: content/content_renderer.gypi

Issue 1850023002: Consume Mojo services directly in Blink's WebUSB implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't do assignments in if statements. Created 4 years, 8 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 | « no previous file | content/renderer/render_frame_impl.h » ('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 'dependencies': [ 6 'dependencies': [
7 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
11 '../cc/blink/cc_blink.gyp:cc_blink', 11 '../cc/blink/cc_blink.gyp:cc_blink',
12 '../components/scheduler/scheduler.gyp:scheduler', 12 '../components/scheduler/scheduler.gyp:scheduler',
13 '../components/url_formatter/url_formatter.gyp:url_formatter', 13 '../components/url_formatter/url_formatter.gyp:url_formatter',
14 '../device/battery/battery.gyp:device_battery', 14 '../device/battery/battery.gyp:device_battery',
15 '../device/battery/battery.gyp:device_battery_mojo_bindings', 15 '../device/battery/battery.gyp:device_battery_mojo_bindings',
16 '../device/usb/usb.gyp:device_usb_mojo_bindings',
17 '../device/vibration/vibration.gyp:device_vibration', 16 '../device/vibration/vibration.gyp:device_vibration',
18 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 17 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
19 '../gin/gin.gyp:gin', 18 '../gin/gin.gyp:gin',
20 '../gpu/gpu.gyp:gpu', 19 '../gpu/gpu.gyp:gpu',
21 '../ipc/ipc.gyp:ipc', 20 '../ipc/ipc.gyp:ipc',
22 '../jingle/jingle.gyp:jingle_glue', 21 '../jingle/jingle.gyp:jingle_glue',
23 '../media/blink/media_blink.gyp:media_blink', 22 '../media/blink/media_blink.gyp:media_blink',
24 '../media/media.gyp:media', 23 '../media/media.gyp:media',
25 '../mojo/mojo_base.gyp:mojo_geometry_lib', 24 '../mojo/mojo_base.gyp:mojo_geometry_lib',
26 '../mojo/mojo_base.gyp:mojo_url_type_converters', 25 '../mojo/mojo_base.gyp:mojo_url_type_converters',
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after
458 'renderer/stats_collection_controller.cc', 457 'renderer/stats_collection_controller.cc',
459 'renderer/stats_collection_controller.h', 458 'renderer/stats_collection_controller.h',
460 'renderer/stats_collection_observer.cc', 459 'renderer/stats_collection_observer.cc',
461 'renderer/stats_collection_observer.h', 460 'renderer/stats_collection_observer.h',
462 'renderer/text_input_client_observer.cc', 461 'renderer/text_input_client_observer.cc',
463 'renderer/text_input_client_observer.h', 462 'renderer/text_input_client_observer.h',
464 'renderer/theme_helper_mac.h', 463 'renderer/theme_helper_mac.h',
465 'renderer/theme_helper_mac.mm', 464 'renderer/theme_helper_mac.mm',
466 'renderer/top_level_blame_context.cc', 465 'renderer/top_level_blame_context.cc',
467 'renderer/top_level_blame_context.h', 466 'renderer/top_level_blame_context.h',
468 'renderer/usb/type_converters.cc',
469 'renderer/usb/type_converters.h',
470 'renderer/usb/web_usb_client_impl.cc',
471 'renderer/usb/web_usb_client_impl.h',
472 'renderer/usb/web_usb_device_impl.cc',
473 'renderer/usb/web_usb_device_impl.h',
474 'renderer/web_frame_utils.cc', 467 'renderer/web_frame_utils.cc',
475 'renderer/web_frame_utils.h', 468 'renderer/web_frame_utils.h',
476 'renderer/web_ui_extension.cc', 469 'renderer/web_ui_extension.cc',
477 'renderer/web_ui_extension.h', 470 'renderer/web_ui_extension.h',
478 'renderer/web_ui_extension_data.cc', 471 'renderer/web_ui_extension_data.cc',
479 'renderer/web_ui_extension_data.h', 472 'renderer/web_ui_extension_data.h',
480 'renderer/webclipboard_impl.cc', 473 'renderer/webclipboard_impl.cc',
481 'renderer/webclipboard_impl.h', 474 'renderer/webclipboard_impl.h',
482 'renderer/webgraphicscontext3d_provider_impl.cc', 475 'renderer/webgraphicscontext3d_provider_impl.cc',
483 'renderer/webgraphicscontext3d_provider_impl.h', 476 'renderer/webgraphicscontext3d_provider_impl.h',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 }], 914 }],
922 ], 915 ],
923 'target_conditions': [ 916 'target_conditions': [
924 ['OS=="android"', { 917 ['OS=="android"', {
925 'sources/': [ 918 'sources/': [
926 ['include', '^renderer/render_view_linux\\.cc$'], 919 ['include', '^renderer/render_view_linux\\.cc$'],
927 ], 920 ],
928 }], 921 }],
929 ], 922 ],
930 } 923 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698