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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1624573004: Rename webusb_permission_bubble.mojom and move it to //content/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added content_common_mojo_bindings dep back to chrome_browser.gypi 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1336 matching lines...) Expand 10 before | Expand all | Expand 10 after
1347 'browser/sync/glue/extension_setting_data_type_controller.cc', 1347 'browser/sync/glue/extension_setting_data_type_controller.cc',
1348 'browser/sync/glue/extension_setting_data_type_controller.h', 1348 'browser/sync/glue/extension_setting_data_type_controller.h',
1349 'browser/sync/sync_ui_util.cc', 1349 'browser/sync/sync_ui_util.cc',
1350 'browser/sync/sync_ui_util.h', 1350 'browser/sync/sync_ui_util.h',
1351 'browser/tracing/chrome_tracing_delegate.cc', 1351 'browser/tracing/chrome_tracing_delegate.cc',
1352 'browser/tracing/chrome_tracing_delegate.h', 1352 'browser/tracing/chrome_tracing_delegate.h',
1353 'browser/upgrade_detector.cc', 1353 'browser/upgrade_detector.cc',
1354 'browser/upgrade_detector.h', 1354 'browser/upgrade_detector.h',
1355 'browser/usb/usb_chooser_bubble_delegate.cc', 1355 'browser/usb/usb_chooser_bubble_delegate.cc',
1356 'browser/usb/usb_chooser_bubble_delegate.h', 1356 'browser/usb/usb_chooser_bubble_delegate.h',
1357 'browser/usb/web_usb_permission_bubble.cc', 1357 'browser/usb/web_usb_permission_request.cc',
1358 'browser/usb/web_usb_permission_bubble.h', 1358 'browser/usb/web_usb_permission_request.h',
1359 ], 1359 ],
1360 'chrome_browser_win_sources': [ 1360 'chrome_browser_win_sources': [
1361 'browser/first_run/try_chrome_dialog_view.cc', 1361 'browser/first_run/try_chrome_dialog_view.cc',
1362 'browser/first_run/try_chrome_dialog_view.h', 1362 'browser/first_run/try_chrome_dialog_view.h',
1363 'browser/first_run/upgrade_util.cc', 1363 'browser/first_run/upgrade_util.cc',
1364 'browser/google/did_run_updater_win.cc', 1364 'browser/google/did_run_updater_win.cc',
1365 'browser/google/did_run_updater_win.h', 1365 'browser/google/did_run_updater_win.h',
1366 'browser/hang_monitor/hang_crash_dump_win.cc', 1366 'browser/hang_monitor/hang_crash_dump_win.cc',
1367 'browser/hang_monitor/hang_crash_dump_win.h', 1367 'browser/hang_monitor/hang_crash_dump_win.h',
1368 'browser/hang_monitor/hung_plugin_action.cc', 1368 'browser/hang_monitor/hung_plugin_action.cc',
(...skipping 1938 matching lines...) Expand 10 before | Expand all | Expand 10 after
3307 '../components/components.gyp:user_prefs_tracked', 3307 '../components/components.gyp:user_prefs_tracked',
3308 '../components/components.gyp:visitedlink_browser', 3308 '../components/components.gyp:visitedlink_browser',
3309 '../components/components.gyp:visitedlink_common', 3309 '../components/components.gyp:visitedlink_common',
3310 '../components/components.gyp:wallpaper', 3310 '../components/components.gyp:wallpaper',
3311 '../components/components.gyp:web_cache_browser', 3311 '../components/components.gyp:web_cache_browser',
3312 '../components/components.gyp:web_modal', 3312 '../components/components.gyp:web_modal',
3313 '../components/components.gyp:web_resource', 3313 '../components/components.gyp:web_resource',
3314 '../components/components.gyp:webusb', 3314 '../components/components.gyp:webusb',
3315 '../components/components_resources.gyp:components_resources', 3315 '../components/components_resources.gyp:components_resources',
3316 '../content/app/resources/content_resources.gyp:content_resources', 3316 '../content/app/resources/content_resources.gyp:content_resources',
3317 '../content/content_common_mojo_bindings.gyp:content_common_mojo_bin dings',
3317 '../device/core/core.gyp:device_core', 3318 '../device/core/core.gyp:device_core',
3318 '../device/devices_app/devices_app.gyp:devices_app_public_cpp', 3319 '../device/devices_app/devices_app.gyp:devices_app_public_cpp',
3319 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor y', 3320 '../device/devices_app/devices_app.gyp:devices_app_public_cpp_factor y',
3320 '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib' , 3321 '../device/devices_app/devices_app.gyp:device_usb_mojo_bindings_lib' ,
3321 '../device/usb/usb.gyp:device_usb', 3322 '../device/usb/usb.gyp:device_usb',
3322 '../gpu/gpu.gyp:gpu', 3323 '../gpu/gpu.gyp:gpu',
3323 '../media/media.gyp:media', 3324 '../media/media.gyp:media',
3324 '../media/midi/midi.gyp:midi', 3325 '../media/midi/midi.gyp:midi',
3325 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i', 3326 '../media/mojo/interfaces/mojo_bindings.gyp:platform_verification_ap i',
3326 '../mojo/mojo_base.gyp:mojo_application_base', 3327 '../mojo/mojo_base.gyp:mojo_application_base',
(...skipping 865 matching lines...) Expand 10 before | Expand all | Expand 10 after
4192 '../components/components.gyp:omnibox_browser', 4193 '../components/components.gyp:omnibox_browser',
4193 '../components/components.gyp:rlz', 4194 '../components/components.gyp:rlz',
4194 '../components/components.gyp:search_engines', 4195 '../components/components.gyp:search_engines',
4195 '../rlz/rlz.gyp:rlz_lib', 4196 '../rlz/rlz.gyp:rlz_lib',
4196 ], 4197 ],
4197 }, 4198 },
4198 ], 4199 ],
4199 }], 4200 }],
4200 ], 4201 ],
4201 } 4202 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698