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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10154008: Experimental USB API implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/browser/usb/usb_service.cc ('k') | chrome/chrome_browser_extensions.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 (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 3874 matching lines...) Expand 10 before | Expand all | Expand 10 after
3885 'browser/ui/window_sizer_win.cc', 3885 'browser/ui/window_sizer_win.cc',
3886 'browser/ui/window_snapshot/window_snapshot.h', 3886 'browser/ui/window_snapshot/window_snapshot.h',
3887 'browser/ui/window_snapshot/window_snapshot_aura.cc', 3887 'browser/ui/window_snapshot/window_snapshot_aura.cc',
3888 'browser/ui/window_snapshot/window_snapshot_gtk.cc', 3888 'browser/ui/window_snapshot/window_snapshot_gtk.cc',
3889 'browser/ui/window_snapshot/window_snapshot_mac.mm', 3889 'browser/ui/window_snapshot/window_snapshot_mac.mm',
3890 'browser/ui/window_snapshot/window_snapshot_win.cc', 3890 'browser/ui/window_snapshot/window_snapshot_win.cc',
3891 'browser/upgrade_detector.cc', 3891 'browser/upgrade_detector.cc',
3892 'browser/upgrade_detector.h', 3892 'browser/upgrade_detector.h',
3893 'browser/upgrade_detector_impl.cc', 3893 'browser/upgrade_detector_impl.cc',
3894 'browser/upgrade_detector_impl.h', 3894 'browser/upgrade_detector_impl.h',
3895 'browser/usb/usb_device.cc',
3896 'browser/usb/usb_device.h',
3897 'browser/usb/usb_service.cc',
3898 'browser/usb/usb_service.h',
3895 'browser/user_style_sheet_watcher.cc', 3899 'browser/user_style_sheet_watcher.cc',
3896 'browser/user_style_sheet_watcher.h', 3900 'browser/user_style_sheet_watcher.h',
3897 'browser/user_style_sheet_watcher_factory.cc', 3901 'browser/user_style_sheet_watcher_factory.cc',
3898 'browser/user_style_sheet_watcher_factory.h', 3902 'browser/user_style_sheet_watcher_factory.h',
3899 'browser/visitedlink/visitedlink_event_listener.cc', 3903 'browser/visitedlink/visitedlink_event_listener.cc',
3900 'browser/visitedlink/visitedlink_event_listener.h', 3904 'browser/visitedlink/visitedlink_event_listener.h',
3901 'browser/visitedlink/visitedlink_master.cc', 3905 'browser/visitedlink/visitedlink_master.cc',
3902 'browser/visitedlink/visitedlink_master.h', 3906 'browser/visitedlink/visitedlink_master.h',
3903 'browser/web_applications/web_app.cc', 3907 'browser/web_applications/web_app.cc',
3904 'browser/web_applications/web_app.h', 3908 'browser/web_applications/web_app.h',
(...skipping 586 matching lines...) Expand 10 before | Expand all | Expand 10 after
4491 'browser/ui/webui/plugins_ui.h', 4495 'browser/ui/webui/plugins_ui.h',
4492 'browser/ui/window_sizer.cc', 4496 'browser/ui/window_sizer.cc',
4493 'browser/ui/window_sizer.h', 4497 'browser/ui/window_sizer.h',
4494 'browser/ui/webui/ntp/app_launcher_handler.cc', 4498 'browser/ui/webui/ntp/app_launcher_handler.cc',
4495 'browser/ui/webui/ntp/app_launcher_handler.h', 4499 'browser/ui/webui/ntp/app_launcher_handler.h',
4496 'browser/ui/webui/ntp/ntp_resource_cache.cc', 4500 'browser/ui/webui/ntp/ntp_resource_cache.cc',
4497 'browser/upgrade_detector.cc', 4501 'browser/upgrade_detector.cc',
4498 'browser/upgrade_detector.h', 4502 'browser/upgrade_detector.h',
4499 'browser/upgrade_detector_impl.cc', 4503 'browser/upgrade_detector_impl.cc',
4500 'browser/upgrade_detector_impl.h', 4504 'browser/upgrade_detector_impl.h',
4505
4506 'browser/usb/usb_device.cc',
4507 'browser/usb/usb_device.h',
4508 'browser/usb/usb_service.cc',
4509 'browser/usb/usb_service.h',
4501 ], 4510 ],
4502 'sources/': [ 4511 'sources/': [
4503 ['exclude', '^browser/chrome_to_mobile'], 4512 ['exclude', '^browser/chrome_to_mobile'],
4504 ['exclude', '^browser/importer/'], 4513 ['exclude', '^browser/importer/'],
4505 ['exclude', '^browser/printing/'], 4514 ['exclude', '^browser/printing/'],
4506 ['exclude', '^browser/tabs/pinned_tab_'], 4515 ['exclude', '^browser/tabs/pinned_tab_'],
4507 ['exclude', '^browser/tabs/tab_strip_model'], 4516 ['exclude', '^browser/tabs/tab_strip_model'],
4508 ['exclude', '^browser/ui/panels/'], 4517 ['exclude', '^browser/ui/panels/'],
4509 ['exclude', '^browser/ui/tabs/'], 4518 ['exclude', '^browser/ui/tabs/'],
4510 ['exclude', '^browser/ui/toolbar/'], 4519 ['exclude', '^browser/ui/toolbar/'],
(...skipping 714 matching lines...) Expand 10 before | Expand all | Expand 10 after
5225 'type': 'static_library', 5234 'type': 'static_library',
5226 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5235 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5227 'variables': { 5236 'variables': {
5228 'proto_in_dir': 'browser/chromeos/gdata', 5237 'proto_in_dir': 'browser/chromeos/gdata',
5229 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5238 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5230 }, 5239 },
5231 'includes': [ '../build/protoc.gypi' ] 5240 'includes': [ '../build/protoc.gypi' ]
5232 }, 5241 },
5233 ], 5242 ],
5234 } 5243 }
OLDNEW
« no previous file with comments | « chrome/browser/usb/usb_service.cc ('k') | chrome/chrome_browser_extensions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698