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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 11344039: Adding USB ID vendor and product lookups. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adding use_system_usbutils option. Created 8 years, 1 month 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 | « no previous file | device/device.gyp » ('j') | device/device.gyp » ('J')
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_extensions', 8 'target_name': 'browser_extensions',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 14 matching lines...) Expand all
25 'common/extensions/api/api.gyp:api', 25 'common/extensions/api/api.gyp:api',
26 'common_net', 26 'common_net',
27 'contacts_proto', 27 'contacts_proto',
28 'debugger', 28 'debugger',
29 'in_memory_url_index_cache_proto', 29 'in_memory_url_index_cache_proto',
30 'installer_util', 30 'installer_util',
31 '../build/temp_gyp/googleurl.gyp:googleurl', 31 '../build/temp_gyp/googleurl.gyp:googleurl',
32 '../content/content.gyp:content_browser', 32 '../content/content.gyp:content_browser',
33 '../crypto/crypto.gyp:crypto', 33 '../crypto/crypto.gyp:crypto',
34 '../device/device.gyp:device_bluetooth', 34 '../device/device.gyp:device_bluetooth',
35 '../device/device.gyp:device_usb',
35 '../net/net.gyp:net', 36 '../net/net.gyp:net',
36 '../skia/skia.gyp:skia', 37 '../skia/skia.gyp:skia',
37 '../sync/sync.gyp:sync_notifier', 38 '../sync/sync.gyp:sync_notifier',
38 '../third_party/bzip2/bzip2.gyp:bzip2', 39 '../third_party/bzip2/bzip2.gyp:bzip2',
39 '../third_party/icu/icu.gyp:icui18n', 40 '../third_party/icu/icu.gyp:icui18n',
40 '../third_party/icu/icu.gyp:icuuc', 41 '../third_party/icu/icu.gyp:icuuc',
41 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 42 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
42 '../third_party/libusb/libusb.gyp:libusb', 43 '../third_party/libusb/libusb.gyp:libusb',
43 '../third_party/re2/re2.gyp:re2', 44 '../third_party/re2/re2.gyp:re2',
44 '../ui/base/strings/ui_strings.gyp:ui_strings', 45 '../ui/base/strings/ui_strings.gyp:ui_strings',
(...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
874 'browser/extensions/app_host/update.cc', 875 'browser/extensions/app_host/update.cc',
875 'browser/extensions/app_host/update.h', 876 'browser/extensions/app_host/update.h',
876 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc', 877 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/app_host_exe_version.rc',
877 ], 878 ],
878 }, 879 },
879 ], 880 ],
880 }, ], # 'OS=="win"' 881 }, ], # 'OS=="win"'
881 ], # 'conditions' 882 ], # 'conditions'
882 } 883 }
883 884
OLDNEW
« no previous file with comments | « no previous file | device/device.gyp » ('j') | device/device.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698