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

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: Exclude ChromeDeviceClient from mobile builds. 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
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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 2930 '../components/components.gyp:usb_service',
2929 '../components/components.gyp:visitedlink_browser', 2931 '../components/components.gyp:visitedlink_browser',
2930 '../components/components.gyp:visitedlink_common', 2932 '../components/components.gyp:visitedlink_common',
2931 '../components/components.gyp:web_modal', 2933 '../components/components.gyp:web_modal',
2932 '../content/app/resources/content_resources.gyp:content_resources', 2934 '../content/app/resources/content_resources.gyp:content_resources',
2935 '../device/common/common.gyp:device_common',
Lei Zhang 2014/08/28 20:05:31 shouldn't this be down around line 3255?
Reilly Grant (use Gerrit) 2014/08/28 20:33:55 Agreed, I can move usb_service out of the !depende
2933 '../media/cast/cast.gyp:cast_net', 2936 '../media/cast/cast.gyp:cast_net',
2934 '../media/media.gyp:media', 2937 '../media/media.gyp:media',
2935 '../mojo/mojo_base.gyp:mojo_common_lib', 2938 '../mojo/mojo_base.gyp:mojo_common_lib',
2936 '../mojo/mojo_base.gyp:mojo_cpp_bindings', 2939 '../mojo/mojo_base.gyp:mojo_cpp_bindings',
2937 '../mojo/mojo_base.gyp:mojo_environment_chromium', 2940 '../mojo/mojo_base.gyp:mojo_environment_chromium',
2938 '../mojo/mojo_base.gyp:mojo_js_bindings', 2941 '../mojo/mojo_base.gyp:mojo_js_bindings',
2939 '../mojo/mojo_base.gyp:mojo_system_impl', 2942 '../mojo/mojo_base.gyp:mojo_system_impl',
2940 '../net/net.gyp:net_with_v8', 2943 '../net/net.gyp:net_with_v8',
2941 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2944 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2942 '../testing/perf/perf_test.gyp:*', 2945 '../testing/perf/perf_test.gyp:*',
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
3577 'variables': { 3580 'variables': {
3578 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3581 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3579 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3582 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3580 }, 3583 },
3581 'includes': [ '../build/protoc.gypi' ] 3584 'includes': [ '../build/protoc.gypi' ]
3582 }, 3585 },
3583 ], 3586 ],
3584 },], 3587 },],
3585 ], 3588 ],
3586 } 3589 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698