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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 236203019: Move UsbService to its own component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move usb_service component symbols into usb_service namespace Created 6 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/usb/usb_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 2500 matching lines...) Expand 10 before | Expand all | Expand 10 after
2511 'browser/undo/undo_manager.cc', 2511 'browser/undo/undo_manager.cc',
2512 'browser/undo/undo_manager.h', 2512 'browser/undo/undo_manager.h',
2513 'browser/undo/undo_manager_observer.h', 2513 'browser/undo/undo_manager_observer.h',
2514 'browser/undo/undo_operation.h', 2514 'browser/undo/undo_operation.h',
2515 'browser/upgrade_detector.cc', 2515 'browser/upgrade_detector.cc',
2516 'browser/upgrade_detector.h', 2516 'browser/upgrade_detector.h',
2517 'browser/upgrade_detector_impl.cc', 2517 'browser/upgrade_detector_impl.cc',
2518 'browser/upgrade_detector_impl.h', 2518 'browser/upgrade_detector_impl.h',
2519 'browser/upload_list.cc', 2519 'browser/upload_list.cc',
2520 'browser/upload_list.h', 2520 'browser/upload_list.h',
2521 'browser/usb/usb_device.cc',
2522 'browser/usb/usb_device.h',
2523 'browser/usb/usb_device_handle.cc',
2524 'browser/usb/usb_device_handle.h',
2525 'browser/usb/usb_interface.cc',
2526 'browser/usb/usb_interface.h',
2527 'browser/usb/usb_context.cc',
2528 'browser/usb/usb_context.h',
2529 'browser/usb/usb_service.cc',
2530 'browser/usb/usb_service.h',
2531 'browser/web_applications/update_shortcut_worker_win.cc', 2521 'browser/web_applications/update_shortcut_worker_win.cc',
2532 'browser/web_applications/update_shortcut_worker_win.h', 2522 'browser/web_applications/update_shortcut_worker_win.h',
2533 'browser/web_applications/web_app.cc', 2523 'browser/web_applications/web_app.cc',
2534 'browser/web_applications/web_app.h', 2524 'browser/web_applications/web_app.h',
2535 'browser/web_applications/web_app_android.cc', 2525 'browser/web_applications/web_app_android.cc',
2536 'browser/web_applications/web_app_chromeos.cc', 2526 'browser/web_applications/web_app_chromeos.cc',
2537 'browser/web_applications/web_app_linux.cc', 2527 'browser/web_applications/web_app_linux.cc',
2538 'browser/web_applications/web_app_mac.h', 2528 'browser/web_applications/web_app_mac.h',
2539 'browser/web_applications/web_app_mac.mm', 2529 'browser/web_applications/web_app_mac.mm',
2540 'browser/web_applications/web_app_win.h', 2530 'browser/web_applications/web_app_win.h',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
2589 '../components/components.gyp:autofill_content_browser', 2579 '../components/components.gyp:autofill_content_browser',
2590 '../components/components.gyp:dom_distiller_content', 2580 '../components/components.gyp:dom_distiller_content',
2591 '../components/components.gyp:keyed_service_content', 2581 '../components/components.gyp:keyed_service_content',
2592 '../components/components.gyp:navigation_interception', 2582 '../components/components.gyp:navigation_interception',
2593 '../components/components.gyp:password_manager_content_browser', 2583 '../components/components.gyp:password_manager_content_browser',
2594 '../components/components.gyp:precache_content', 2584 '../components/components.gyp:precache_content',
2595 '../components/components.gyp:sessions', 2585 '../components/components.gyp:sessions',
2596 '../components/components.gyp:storage_monitor', 2586 '../components/components.gyp:storage_monitor',
2597 '../components/components.gyp:translate_content_browser', 2587 '../components/components.gyp:translate_content_browser',
2598 '../components/components.gyp:url_matcher', 2588 '../components/components.gyp:url_matcher',
2589 '../components/components.gyp:usb_service',
2599 '../components/components.gyp:visitedlink_browser', 2590 '../components/components.gyp:visitedlink_browser',
2600 '../components/components.gyp:visitedlink_common', 2591 '../components/components.gyp:visitedlink_common',
2601 '../components/components.gyp:web_modal', 2592 '../components/components.gyp:web_modal',
2602 '../media/cast/transport/cast_transport.gyp:cast_transport', 2593 '../media/cast/transport/cast_transport.gyp:cast_transport',
2603 '../media/media.gyp:media', 2594 '../media/media.gyp:media',
2604 '../net/net.gyp:net_with_v8', 2595 '../net/net.gyp:net_with_v8',
2605 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2596 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2606 '../testing/perf/perf_test.gyp:*', 2597 '../testing/perf/perf_test.gyp:*',
2607 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2598 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2608 '../third_party/expat/expat.gyp:expat', 2599 '../third_party/expat/expat.gyp:expat',
2609 '../third_party/hunspell/hunspell.gyp:hunspell', 2600 '../third_party/hunspell/hunspell.gyp:hunspell',
2610 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 2601 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
2611 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 2602 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2612 '../third_party/libusb/libusb.gyp:libusb',
2613 '../third_party/libyuv/libyuv.gyp:libyuv', 2603 '../third_party/libyuv/libyuv.gyp:libyuv',
2614 '../third_party/npapi/npapi.gyp:npapi', 2604 '../third_party/npapi/npapi.gyp:npapi',
2615 '../third_party/smhasher/smhasher.gyp:cityhash', 2605 '../third_party/smhasher/smhasher.gyp:cityhash',
2616 '../third_party/webrtc/modules/modules.gyp:desktop_capture', 2606 '../third_party/webrtc/modules/modules.gyp:desktop_capture',
2617 '../ui/gl/gl.gyp:gl', 2607 '../ui/gl/gl.gyp:gl',
2618 '../ui/surface/surface.gyp:surface', 2608 '../ui/surface/surface.gyp:surface',
2619 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs', 2609 '../ui/web_dialogs/web_dialogs.gyp:web_dialogs',
2620 '../v8/tools/gyp/v8.gyp:v8', 2610 '../v8/tools/gyp/v8.gyp:v8',
2621 '../webkit/common/webkit_common.gyp:webkit_common', 2611 '../webkit/common/webkit_common.gyp:webkit_common',
2622 '../webkit/storage_browser.gyp:webkit_storage_browser', 2612 '../webkit/storage_browser.gyp:webkit_storage_browser',
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
3148 'browser/net/spdyproxy/proxy_advisor.h', 3138 'browser/net/spdyproxy/proxy_advisor.h',
3149 ], 3139 ],
3150 }], 3140 }],
3151 ['OS=="android"', { 3141 ['OS=="android"', {
3152 'dependencies': [ 3142 'dependencies': [
3153 '../components/components.gyp:web_contents_delegate_android', 3143 '../components/components.gyp:web_contents_delegate_android',
3154 'chrome_browser_jni_headers', 3144 'chrome_browser_jni_headers',
3155 ], 3145 ],
3156 'dependencies!': [ 3146 'dependencies!': [
3157 '../components/components.gyp:storage_monitor', 3147 '../components/components.gyp:storage_monitor',
3148 '../components/components.gyp:usb_service',
3158 '../components/components.gyp:web_modal', 3149 '../components/components.gyp:web_modal',
3159 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3150 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3160 '../third_party/libusb/libusb.gyp:libusb',
3161 ], 3151 ],
3162 'sources': [ 3152 'sources': [
3163 'browser/sessions/in_memory_tab_restore_service.cc', 3153 'browser/sessions/in_memory_tab_restore_service.cc',
3164 'browser/sessions/in_memory_tab_restore_service.h', 3154 'browser/sessions/in_memory_tab_restore_service.h',
3165 'browser/signin/android_profile_oauth2_token_service.cc', 3155 'browser/signin/android_profile_oauth2_token_service.cc',
3166 'browser/signin/android_profile_oauth2_token_service.h', 3156 'browser/signin/android_profile_oauth2_token_service.h',
3167 'browser/ssl/ssl_add_certificate_android.cc', 3157 'browser/ssl/ssl_add_certificate_android.cc',
3168 'browser/web_resource/notification_promo_mobile_ntp.cc', 3158 'browser/web_resource/notification_promo_mobile_ntp.cc',
3169 'browser/web_resource/notification_promo_mobile_ntp.h', 3159 'browser/web_resource/notification_promo_mobile_ntp.h',
3170 'browser/media/protected_media_identifier_infobar_delegate.cc', 3160 'browser/media/protected_media_identifier_infobar_delegate.cc',
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
3272 ['exclude', '^browser/diagnostics/'], 3262 ['exclude', '^browser/diagnostics/'],
3273 ['exclude', '^browser/first_run/'], 3263 ['exclude', '^browser/first_run/'],
3274 ['exclude', '^browser/importer/'], 3264 ['exclude', '^browser/importer/'],
3275 ['exclude', '^browser/media_galleries/'], 3265 ['exclude', '^browser/media_galleries/'],
3276 ['exclude', '^browser/net/firefox_*'], 3266 ['exclude', '^browser/net/firefox_*'],
3277 ['exclude', '^browser/profile_resetter/'], 3267 ['exclude', '^browser/profile_resetter/'],
3278 ['exclude', '^browser/service/'], 3268 ['exclude', '^browser/service/'],
3279 ['exclude', '^browser/sync/glue/app_'], 3269 ['exclude', '^browser/sync/glue/app_'],
3280 ['exclude', '^browser/sync/glue/extension_'], 3270 ['exclude', '^browser/sync/glue/extension_'],
3281 ['exclude', '^browser/sync/glue/theme_'], 3271 ['exclude', '^browser/sync/glue/theme_'],
3282 ['exclude', '^browser/usb/'],
3283 ['exclude', '^third_party/mozilla_security_manager/'], 3272 ['exclude', '^third_party/mozilla_security_manager/'],
3284 ], 3273 ],
3285 }], 3274 }],
3286 ['OS=="mac"', { 3275 ['OS=="mac"', {
3287 'dependencies': [ 3276 'dependencies': [
3288 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac', 3277 '../third_party/google_toolbox_for_mac/google_toolbox_for_mac.gyp:go ogle_toolbox_for_mac',
3289 '../third_party/mozilla/mozilla.gyp:mozilla', 3278 '../third_party/mozilla/mozilla.gyp:mozilla',
3290 ], 3279 ],
3291 'sources!': [ 3280 'sources!': [
3292 'browser/first_run/upgrade_util.cc', 3281 'browser/first_run/upgrade_util.cc',
(...skipping 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
3730 'package_name': 'org/chromium/chrome/browser', 3719 'package_name': 'org/chromium/chrome/browser',
3731 'template_deps': ['browser/android/tab_load_status.h'], 3720 'template_deps': ['browser/android/tab_load_status.h'],
3732 }, 3721 },
3733 'includes': [ '../build/android/java_cpp_template.gypi' ], 3722 'includes': [ '../build/android/java_cpp_template.gypi' ],
3734 }, 3723 },
3735 ], 3724 ],
3736 }, 3725 },
3737 ], 3726 ],
3738 ], 3727 ],
3739 } 3728 }
OLDNEW
« no previous file with comments | « chrome/browser/usb/usb_service.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698