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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 16316004: Separate usb device handle from usb device. (deprecate) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix the threading mess Created 7 years, 5 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_unittest.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 2277 matching lines...) Expand 10 before | Expand all | Expand 10 after
2288 'browser/undo/undo_service.cc', 2288 'browser/undo/undo_service.cc',
2289 'browser/undo/undo_service.h', 2289 'browser/undo/undo_service.h',
2290 'browser/undo/undo_service_factory.cc', 2290 'browser/undo/undo_service_factory.cc',
2291 'browser/undo/undo_service_factory.h', 2291 'browser/undo/undo_service_factory.h',
2292 'browser/upgrade_detector.cc', 2292 'browser/upgrade_detector.cc',
2293 'browser/upgrade_detector.h', 2293 'browser/upgrade_detector.h',
2294 'browser/upgrade_detector_impl.cc', 2294 'browser/upgrade_detector_impl.cc',
2295 'browser/upgrade_detector_impl.h', 2295 'browser/upgrade_detector_impl.h',
2296 'browser/upload_list.cc', 2296 'browser/upload_list.cc',
2297 'browser/upload_list.h', 2297 'browser/upload_list.h',
2298 'browser/usb/usb_device.cc', 2298 'browser/usb/usb_device_handle.cc',
2299 'browser/usb/usb_device.h', 2299 'browser/usb/usb_device_handle.h',
2300 'browser/usb/usb_interface.cc', 2300 'browser/usb/usb_interface.cc',
2301 'browser/usb/usb_interface.h', 2301 'browser/usb/usb_interface.h',
2302 'browser/usb/usb_service.cc', 2302 'browser/usb/usb_service.cc',
2303 'browser/usb/usb_service.h', 2303 'browser/usb/usb_service.h',
2304 'browser/usb/usb_service_factory.cc', 2304 'browser/usb/usb_service_factory.cc',
2305 'browser/usb/usb_service_factory.h', 2305 'browser/usb/usb_service_factory.h',
2306 'browser/user_data_dir_extractor.cc', 2306 'browser/user_data_dir_extractor.cc',
2307 'browser/user_data_dir_extractor.h', 2307 'browser/user_data_dir_extractor.h',
2308 'browser/user_data_dir_extractor_win.cc', 2308 'browser/user_data_dir_extractor_win.cc',
2309 'browser/user_data_dir_extractor_win.h', 2309 'browser/user_data_dir_extractor_win.h',
(...skipping 1048 matching lines...) Expand 10 before | Expand all | Expand 10 after
3358 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3358 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3359 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3359 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3360 }, 3360 },
3361 'includes': [ '../build/android/java_cpp_template.gypi' ], 3361 'includes': [ '../build/android/java_cpp_template.gypi' ],
3362 }, 3362 },
3363 ], 3363 ],
3364 }, 3364 },
3365 ], 3365 ],
3366 ], 3366 ],
3367 } 3367 }
OLDNEW
« no previous file with comments | « chrome/browser/usb/usb_service_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698