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

Side by Side Diff: content/content_renderer.gypi

Issue 1293253002: Connect WebUSB client interface to the devices app (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
11 '../components/scheduler/scheduler.gyp:scheduler', 11 '../components/scheduler/scheduler.gyp:scheduler',
12 '../components/url_formatter/url_formatter.gyp:url_formatter', 12 '../components/url_formatter/url_formatter.gyp:url_formatter',
13 '../device/battery/battery.gyp:device_battery', 13 '../device/battery/battery.gyp:device_battery',
14 '../device/battery/battery.gyp:device_battery_mojo_bindings', 14 '../device/battery/battery.gyp:device_battery_mojo_bindings',
15 '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib',
16 '../device/devices_app/devices_app.gyp:devices_app_public_cpp',
15 '../device/vibration/vibration.gyp:device_vibration', 17 '../device/vibration/vibration.gyp:device_vibration',
16 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 18 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
17 '../gin/gin.gyp:gin', 19 '../gin/gin.gyp:gin',
18 '../gpu/gpu.gyp:gpu', 20 '../gpu/gpu.gyp:gpu',
19 '../jingle/jingle.gyp:jingle_glue', 21 '../jingle/jingle.gyp:jingle_glue',
20 '../media/blink/media_blink.gyp:media_blink', 22 '../media/blink/media_blink.gyp:media_blink',
21 '../media/media.gyp:media', 23 '../media/media.gyp:media',
24 '../mojo/mojo_base.gyp:mojo_application_bindings',
22 '../mojo/mojo_base.gyp:mojo_environment_chromium', 25 '../mojo/mojo_base.gyp:mojo_environment_chromium',
23 '../mojo/mojo_base.gyp:mojo_geometry_lib', 26 '../mojo/mojo_base.gyp:mojo_geometry_lib',
24 '../mojo/mojo_base.gyp:mojo_url_type_converters', 27 '../mojo/mojo_base.gyp:mojo_url_type_converters',
25 '../net/net.gyp:net', 28 '../net/net.gyp:net',
26 '../skia/skia.gyp:skia', 29 '../skia/skia.gyp:skia',
27 '../skia/skia.gyp:skia_mojo', 30 '../skia/skia.gyp:skia_mojo',
28 '../storage/storage_common.gyp:storage_common', 31 '../storage/storage_common.gyp:storage_common',
29 '../third_party/WebKit/public/blink.gyp:blink', 32 '../third_party/WebKit/public/blink.gyp:blink',
30 '../third_party/icu/icu.gyp:icui18n', 33 '../third_party/icu/icu.gyp:icui18n',
31 '../third_party/icu/icu.gyp:icuuc', 34 '../third_party/icu/icu.gyp:icuuc',
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
406 'renderer/skia_benchmarking_extension.cc', 409 'renderer/skia_benchmarking_extension.cc',
407 'renderer/skia_benchmarking_extension.h', 410 'renderer/skia_benchmarking_extension.h',
408 'renderer/speech_recognition_dispatcher.cc', 411 'renderer/speech_recognition_dispatcher.cc',
409 'renderer/speech_recognition_dispatcher.h', 412 'renderer/speech_recognition_dispatcher.h',
410 'renderer/stats_collection_controller.cc', 413 'renderer/stats_collection_controller.cc',
411 'renderer/stats_collection_controller.h', 414 'renderer/stats_collection_controller.h',
412 'renderer/stats_collection_observer.cc', 415 'renderer/stats_collection_observer.cc',
413 'renderer/stats_collection_observer.h', 416 'renderer/stats_collection_observer.h',
414 'renderer/text_input_client_observer.cc', 417 'renderer/text_input_client_observer.cc',
415 'renderer/text_input_client_observer.h', 418 'renderer/text_input_client_observer.h',
419 'renderer/usb/type_converters.cc',
420 'renderer/usb/type_converters.h',
421 'renderer/usb/web_usb_client_impl.cc',
422 'renderer/usb/web_usb_client_impl.h',
423 'renderer/usb/web_usb_device_impl.cc',
424 'renderer/usb/web_usb_device_impl.h',
416 'renderer/web_ui_extension.cc', 425 'renderer/web_ui_extension.cc',
417 'renderer/web_ui_extension.h', 426 'renderer/web_ui_extension.h',
418 'renderer/web_ui_extension_data.cc', 427 'renderer/web_ui_extension_data.cc',
419 'renderer/web_ui_extension_data.h', 428 'renderer/web_ui_extension_data.h',
420 'renderer/web_ui_mojo.cc', 429 'renderer/web_ui_mojo.cc',
421 'renderer/web_ui_mojo.h', 430 'renderer/web_ui_mojo.h',
422 'renderer/web_ui_mojo_context_state.cc', 431 'renderer/web_ui_mojo_context_state.cc',
423 'renderer/web_ui_mojo_context_state.h', 432 'renderer/web_ui_mojo_context_state.h',
424 'renderer/web_ui_runner.cc', 433 'renderer/web_ui_runner.cc',
425 'renderer/web_ui_runner.h', 434 'renderer/web_ui_runner.h',
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 }], 871 }],
863 ], 872 ],
864 'target_conditions': [ 873 'target_conditions': [
865 ['OS=="android"', { 874 ['OS=="android"', {
866 'sources/': [ 875 'sources/': [
867 ['include', '^renderer/render_view_linux\\.cc$'], 876 ['include', '^renderer/render_view_linux\\.cc$'],
868 ], 877 ],
869 }], 878 }],
870 ], 879 ],
871 } 880 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698