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

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: 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
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_application_bindings', 24 '../mojo/mojo_base.gyp:mojo_application_bindings',
26 '../mojo/mojo_base.gyp:mojo_geometry_lib', 25 '../mojo/mojo_base.gyp:mojo_geometry_lib',
(...skipping 434 matching lines...) Expand 10 before | Expand all | Expand 10 after
461 'renderer/stats_collection_controller.cc', 460 'renderer/stats_collection_controller.cc',
462 'renderer/stats_collection_controller.h', 461 'renderer/stats_collection_controller.h',
463 'renderer/stats_collection_observer.cc', 462 'renderer/stats_collection_observer.cc',
464 'renderer/stats_collection_observer.h', 463 'renderer/stats_collection_observer.h',
465 'renderer/text_input_client_observer.cc', 464 'renderer/text_input_client_observer.cc',
466 'renderer/text_input_client_observer.h', 465 'renderer/text_input_client_observer.h',
467 'renderer/theme_helper_mac.h', 466 'renderer/theme_helper_mac.h',
468 'renderer/theme_helper_mac.mm', 467 'renderer/theme_helper_mac.mm',
469 'renderer/top_level_blame_context.cc', 468 'renderer/top_level_blame_context.cc',
470 'renderer/top_level_blame_context.h', 469 'renderer/top_level_blame_context.h',
471 'renderer/usb/type_converters.cc',
472 'renderer/usb/type_converters.h',
473 'renderer/usb/web_usb_client_impl.cc',
474 'renderer/usb/web_usb_client_impl.h',
475 'renderer/usb/web_usb_device_impl.cc',
476 'renderer/usb/web_usb_device_impl.h',
477 'renderer/wake_lock/wake_lock_dispatcher.cc', 470 'renderer/wake_lock/wake_lock_dispatcher.cc',
478 'renderer/wake_lock/wake_lock_dispatcher.h', 471 'renderer/wake_lock/wake_lock_dispatcher.h',
479 'renderer/web_frame_utils.cc', 472 'renderer/web_frame_utils.cc',
480 'renderer/web_frame_utils.h', 473 'renderer/web_frame_utils.h',
481 'renderer/web_ui_extension.cc', 474 'renderer/web_ui_extension.cc',
482 'renderer/web_ui_extension.h', 475 'renderer/web_ui_extension.h',
483 'renderer/web_ui_extension_data.cc', 476 'renderer/web_ui_extension_data.cc',
484 'renderer/web_ui_extension_data.h', 477 'renderer/web_ui_extension_data.h',
485 'renderer/webclipboard_impl.cc', 478 'renderer/webclipboard_impl.cc',
486 'renderer/webclipboard_impl.h', 479 'renderer/webclipboard_impl.h',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
924 }], 917 }],
925 ], 918 ],
926 'target_conditions': [ 919 'target_conditions': [
927 ['OS=="android"', { 920 ['OS=="android"', {
928 'sources/': [ 921 'sources/': [
929 ['include', '^renderer/render_view_linux\\.cc$'], 922 ['include', '^renderer/render_view_linux\\.cc$'],
930 ], 923 ],
931 }], 924 }],
932 ], 925 ],
933 } 926 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/render_frame_impl.h » ('j') | third_party/WebKit/Source/modules/webusb/USB.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698