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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10161035: Adding UsbService and UsbDevice constructs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding DEPS Created 8 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
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 '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 3875 matching lines...) Expand 10 before | Expand all | Expand 10 after
3886 'browser/ui/window_sizer_win.cc', 3886 'browser/ui/window_sizer_win.cc',
3887 'browser/ui/window_snapshot/window_snapshot.h', 3887 'browser/ui/window_snapshot/window_snapshot.h',
3888 'browser/ui/window_snapshot/window_snapshot_aura.cc', 3888 'browser/ui/window_snapshot/window_snapshot_aura.cc',
3889 'browser/ui/window_snapshot/window_snapshot_gtk.cc', 3889 'browser/ui/window_snapshot/window_snapshot_gtk.cc',
3890 'browser/ui/window_snapshot/window_snapshot_mac.mm', 3890 'browser/ui/window_snapshot/window_snapshot_mac.mm',
3891 'browser/ui/window_snapshot/window_snapshot_win.cc', 3891 'browser/ui/window_snapshot/window_snapshot_win.cc',
3892 'browser/upgrade_detector.cc', 3892 'browser/upgrade_detector.cc',
3893 'browser/upgrade_detector.h', 3893 'browser/upgrade_detector.h',
3894 'browser/upgrade_detector_impl.cc', 3894 'browser/upgrade_detector_impl.cc',
3895 'browser/upgrade_detector_impl.h', 3895 'browser/upgrade_detector_impl.h',
3896 'browser/usb/usb_device.cc',
3897 'browser/usb/usb_device.h',
3898 'browser/usb/usb_service.cc',
3899 'browser/usb/usb_service.h',
3900 'browser/usb/usb_service_factory.cc',
3901 'browser/usb/usb_service_factory.h',
3896 'browser/user_style_sheet_watcher.cc', 3902 'browser/user_style_sheet_watcher.cc',
3897 'browser/user_style_sheet_watcher.h', 3903 'browser/user_style_sheet_watcher.h',
3898 'browser/user_style_sheet_watcher_factory.cc', 3904 'browser/user_style_sheet_watcher_factory.cc',
3899 'browser/user_style_sheet_watcher_factory.h', 3905 'browser/user_style_sheet_watcher_factory.h',
3900 'browser/visitedlink/visitedlink_event_listener.cc', 3906 'browser/visitedlink/visitedlink_event_listener.cc',
3901 'browser/visitedlink/visitedlink_event_listener.h', 3907 'browser/visitedlink/visitedlink_event_listener.h',
3902 'browser/visitedlink/visitedlink_master.cc', 3908 'browser/visitedlink/visitedlink_master.cc',
3903 'browser/visitedlink/visitedlink_master.h', 3909 'browser/visitedlink/visitedlink_master.h',
3904 'browser/web_applications/web_app.cc', 3910 'browser/web_applications/web_app.cc',
3905 'browser/web_applications/web_app.h', 3911 'browser/web_applications/web_app.h',
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
4512 ['exclude', '^browser/ui/webui/downloads_'], 4518 ['exclude', '^browser/ui/webui/downloads_'],
4513 ['exclude', '^browser/ui/webui/feedback_'], 4519 ['exclude', '^browser/ui/webui/feedback_'],
4514 ['exclude', '^browser/ui/webui/flags_'], 4520 ['exclude', '^browser/ui/webui/flags_'],
4515 ['exclude', '^browser/ui/webui/help/'], 4521 ['exclude', '^browser/ui/webui/help/'],
4516 ['exclude', '^browser/ui/webui/inspect_'], 4522 ['exclude', '^browser/ui/webui/inspect_'],
4517 ['exclude', '^browser/ui/webui/options'], 4523 ['exclude', '^browser/ui/webui/options'],
4518 ['exclude', '^browser/ui/webui/options2'], 4524 ['exclude', '^browser/ui/webui/options2'],
4519 ['exclude', '^browser/ui/webui/print_preview/'], 4525 ['exclude', '^browser/ui/webui/print_preview/'],
4520 ['exclude', '^browser/ui/webui/signin/'], 4526 ['exclude', '^browser/ui/webui/signin/'],
4521 ['exclude', '^browser/ui/webui/sync_promo'], 4527 ['exclude', '^browser/ui/webui/sync_promo'],
4528 ['exclude', '^browser/usb/'],
4522 ], 4529 ],
4523 }], 4530 }],
4524 ['OS!="android"', { 4531 ['OS!="android"', {
4525 'dependencies': [ 4532 'dependencies': [
4526 '../third_party/libusb/libusb.gyp:libusb', 4533 '../third_party/libusb/libusb.gyp:libusb',
4527 ], 4534 ],
4528 }], 4535 }],
4529 ['OS=="mac"', { 4536 ['OS=="mac"', {
4530 'sources!': [ 4537 'sources!': [
4531 'browser/automation/automation_provider_list_generic.cc', 4538 'browser/automation/automation_provider_list_generic.cc',
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
5226 'type': 'static_library', 5233 'type': 'static_library',
5227 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5234 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5228 'variables': { 5235 'variables': {
5229 'proto_in_dir': 'browser/chromeos/gdata', 5236 'proto_in_dir': 'browser/chromeos/gdata',
5230 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5237 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5231 }, 5238 },
5232 'includes': [ '../build/protoc.gypi' ] 5239 'includes': [ '../build/protoc.gypi' ]
5233 }, 5240 },
5234 ], 5241 ],
5235 } 5242 }
OLDNEW
« chrome/browser/usb/usb_device.cc ('K') | « chrome/browser/usb/usb_service_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698