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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 507503002: Remove BrowserThread dependency from usb_service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move device/common to device/core. Created 6 years, 3 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/devtools/device/usb/android_usb_device.cc ('k') | components/usb_service/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 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 2261 matching lines...) Expand 10 before | Expand all | Expand 10 after
2272 'browser/chrome_browser_field_trials_mobile.h', 2272 'browser/chrome_browser_field_trials_mobile.h',
2273 'browser/metrics/variations/variations_request_scheduler_mobile.cc', 2273 'browser/metrics/variations/variations_request_scheduler_mobile.cc',
2274 'browser/metrics/variations/variations_request_scheduler_mobile.h', 2274 'browser/metrics/variations/variations_request_scheduler_mobile.h',
2275 'browser/net/spdyproxy/proxy_advisor.cc', 2275 'browser/net/spdyproxy/proxy_advisor.cc',
2276 'browser/net/spdyproxy/proxy_advisor.h', 2276 'browser/net/spdyproxy/proxy_advisor.h',
2277 ], 2277 ],
2278 # Everything but Android and iOS. 2278 # Everything but Android and iOS.
2279 'chrome_browser_non_mobile_sources': [ 2279 'chrome_browser_non_mobile_sources': [
2280 'browser/chrome_browser_field_trials_desktop.cc', 2280 'browser/chrome_browser_field_trials_desktop.cc',
2281 'browser/chrome_browser_field_trials_desktop.h', 2281 'browser/chrome_browser_field_trials_desktop.h',
2282 'browser/chrome_device_client.cc',
2283 'browser/chrome_device_client.h',
2282 ], 2284 ],
2283 'chrome_browser_supervised_user_sources': [ 2285 'chrome_browser_supervised_user_sources': [
2284 'browser/supervised_user/custodian_profile_downloader_service.cc', 2286 'browser/supervised_user/custodian_profile_downloader_service.cc',
2285 'browser/supervised_user/custodian_profile_downloader_service.h', 2287 'browser/supervised_user/custodian_profile_downloader_service.h',
2286 'browser/supervised_user/custodian_profile_downloader_service_factory.cc', 2288 'browser/supervised_user/custodian_profile_downloader_service_factory.cc',
2287 'browser/supervised_user/custodian_profile_downloader_service_factory.h', 2289 'browser/supervised_user/custodian_profile_downloader_service_factory.h',
2288 'browser/supervised_user/permission_request_creator.h', 2290 'browser/supervised_user/permission_request_creator.h',
2289 'browser/supervised_user/permission_request_creator_apiary.cc', 2291 'browser/supervised_user/permission_request_creator_apiary.cc',
2290 'browser/supervised_user/permission_request_creator_apiary.h', 2292 'browser/supervised_user/permission_request_creator_apiary.h',
2291 'browser/supervised_user/permission_request_creator_sync.cc', 2293 'browser/supervised_user/permission_request_creator_sync.cc',
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
2918 '../components/components.gyp:dom_distiller_content', 2920 '../components/components.gyp:dom_distiller_content',
2919 '../components/components.gyp:keyed_service_content', 2921 '../components/components.gyp:keyed_service_content',
2920 '../components/components.gyp:navigation_interception', 2922 '../components/components.gyp:navigation_interception',
2921 '../components/components.gyp:password_manager_content_browser', 2923 '../components/components.gyp:password_manager_content_browser',
2922 '../components/components.gyp:power', 2924 '../components/components.gyp:power',
2923 '../components/components.gyp:precache_content', 2925 '../components/components.gyp:precache_content',
2924 '../components/components.gyp:sessions', 2926 '../components/components.gyp:sessions',
2925 '../components/components.gyp:storage_monitor', 2927 '../components/components.gyp:storage_monitor',
2926 '../components/components.gyp:translate_content_browser', 2928 '../components/components.gyp:translate_content_browser',
2927 '../components/components.gyp:url_matcher', 2929 '../components/components.gyp:url_matcher',
2928 '../components/components.gyp:usb_service',
2929 '../components/components.gyp:visitedlink_browser', 2930 '../components/components.gyp:visitedlink_browser',
2930 '../components/components.gyp:visitedlink_common', 2931 '../components/components.gyp:visitedlink_common',
2931 '../components/components.gyp:web_modal', 2932 '../components/components.gyp:web_modal',
2932 '../content/app/resources/content_resources.gyp:content_resources', 2933 '../content/app/resources/content_resources.gyp:content_resources',
2933 '../media/cast/cast.gyp:cast_net', 2934 '../media/cast/cast.gyp:cast_net',
2934 '../media/media.gyp:media', 2935 '../media/media.gyp:media',
2935 '../mojo/mojo_base.gyp:mojo_common_lib', 2936 '../mojo/mojo_base.gyp:mojo_common_lib',
2936 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 2937 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
2937 '../mojo/mojo_base.gyp:mojo_environment_chromium', 2938 '../mojo/mojo_base.gyp:mojo_environment_chromium',
2938 '../mojo/mojo_base.gyp:mojo_js_bindings', 2939 '../mojo/mojo_base.gyp:mojo_js_bindings',
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after
3243 ['enable_captive_portal_detection==1', { 3244 ['enable_captive_portal_detection==1', {
3244 'sources': [ '<@(chrome_browser_captive_portal_sources)' ] 3245 'sources': [ '<@(chrome_browser_captive_portal_sources)' ]
3245 }], 3246 }],
3246 ['enable_session_service==1', { 3247 ['enable_session_service==1', {
3247 'sources': [ '<@(chrome_browser_session_service_sources)' ], 3248 'sources': [ '<@(chrome_browser_session_service_sources)' ],
3248 }], 3249 }],
3249 ['OS=="android" or OS=="ios"', { 3250 ['OS=="android" or OS=="ios"', {
3250 'sources': [ '<@(chrome_browser_mobile_sources)' ], 3251 'sources': [ '<@(chrome_browser_mobile_sources)' ],
3251 }, { # OS!="android" and OS!="ios" 3252 }, { # OS!="android" and OS!="ios"
3252 'sources': [ '<@(chrome_browser_non_mobile_sources)' ], 3253 'sources': [ '<@(chrome_browser_non_mobile_sources)' ],
3254 'dependencies': [
3255 '../components/components.gyp:usb_service',
3256 '../device/core/core.gyp:device_core',
3257 ]
3253 }], 3258 }],
3254 ['OS=="android"', { 3259 ['OS=="android"', {
3255 'dependencies': [ 3260 'dependencies': [
3256 '../components/components.gyp:cdm_browser', 3261 '../components/components.gyp:cdm_browser',
3257 '../components/components.gyp:enhanced_bookmarks', 3262 '../components/components.gyp:enhanced_bookmarks',
3258 '../components/components.gyp:web_contents_delegate_android', 3263 '../components/components.gyp:web_contents_delegate_android',
3259 '../third_party/android_opengl/etc1/etc1.gyp:etc1', 3264 '../third_party/android_opengl/etc1/etc1.gyp:etc1',
3260 'chrome_browser_jni_headers', 3265 'chrome_browser_jni_headers',
3261 ], 3266 ],
3262 'dependencies!': [ 3267 'dependencies!': [
3263 '../components/components.gyp:feedback_component', 3268 '../components/components.gyp:feedback_component',
3264 '../components/components.gyp:storage_monitor', 3269 '../components/components.gyp:storage_monitor',
3265 '../components/components.gyp:usb_service',
3266 '../components/components.gyp:web_modal', 3270 '../components/components.gyp:web_modal',
3267 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3271 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3268 ], 3272 ],
3269 'sources': [ '<@(chrome_browser_android_sources)' ], 3273 'sources': [ '<@(chrome_browser_android_sources)' ],
3270 }, { # Non-Android. 3274 }, { # Non-Android.
3271 'sources': [ '<@(chrome_browser_non_android_sources)' ], 3275 'sources': [ '<@(chrome_browser_non_android_sources)' ],
3272 }], 3276 }],
3273 ['OS=="mac"', { 3277 ['OS=="mac"', {
3274 'dependencies': [ 3278 'dependencies': [
3275 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac', 3279 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac',
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
3577 'variables': { 3581 'variables': {
3578 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3582 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3579 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3583 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3580 }, 3584 },
3581 'includes': [ '../build/protoc.gypi' ] 3585 'includes': [ '../build/protoc.gypi' ]
3582 }, 3586 },
3583 ], 3587 ],
3584 },], 3588 },],
3585 ], 3589 ],
3586 } 3590 }
OLDNEW
« no previous file with comments | « chrome/browser/devtools/device/usb/android_usb_device.cc ('k') | components/usb_service/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698