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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 10389096: Adding libusb as a direct dependency of browser_extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « no previous file | no next file » | 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_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 13 matching lines...) Expand all
24 'installer_util', 24 'installer_util',
25 '../build/temp_gyp/googleurl.gyp:googleurl', 25 '../build/temp_gyp/googleurl.gyp:googleurl',
26 '../content/content.gyp:content_browser', 26 '../content/content.gyp:content_browser',
27 '../crypto/crypto.gyp:crypto', 27 '../crypto/crypto.gyp:crypto',
28 '../net/net.gyp:net', 28 '../net/net.gyp:net',
29 '../skia/skia.gyp:skia', 29 '../skia/skia.gyp:skia',
30 '../third_party/bzip2/bzip2.gyp:bzip2', 30 '../third_party/bzip2/bzip2.gyp:bzip2',
31 '../third_party/icu/icu.gyp:icui18n', 31 '../third_party/icu/icu.gyp:icui18n',
32 '../third_party/icu/icu.gyp:icuuc', 32 '../third_party/icu/icu.gyp:icuuc',
33 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 33 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
34 '../third_party/libusb/libusb.gyp:libusb',
34 '../ui/base/strings/ui_strings.gyp:ui_strings', 35 '../ui/base/strings/ui_strings.gyp:ui_strings',
35 '../ui/ui.gyp:ui', 36 '../ui/ui.gyp:ui',
36 '../ui/ui.gyp:ui_resources', 37 '../ui/ui.gyp:ui_resources',
37 '../ui/ui.gyp:ui_resources_2x', 38 '../ui/ui.gyp:ui_resources_2x',
38 '../ui/ui.gyp:ui_resources_standard', 39 '../ui/ui.gyp:ui_resources_standard',
39 '../webkit/support/webkit_support.gyp:appcache', 40 '../webkit/support/webkit_support.gyp:appcache',
40 '../webkit/support/webkit_support.gyp:blob', 41 '../webkit/support/webkit_support.gyp:blob',
41 '../webkit/support/webkit_support.gyp:database', 42 '../webkit/support/webkit_support.gyp:database',
42 '../webkit/support/webkit_support.gyp:fileapi', 43 '../webkit/support/webkit_support.gyp:fileapi',
43 '../webkit/support/webkit_support.gyp:glue', 44 '../webkit/support/webkit_support.gyp:glue',
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'browser/extensions/api/usb/usb_api.h', 651 'browser/extensions/api/usb/usb_api.h',
651 'browser/extensions/api/usb/usb_device_resource.cc', 652 'browser/extensions/api/usb/usb_device_resource.cc',
652 'browser/extensions/api/usb/usb_device_resource.h', 653 'browser/extensions/api/usb/usb_device_resource.h',
653 ], 654 ],
654 }], 655 }],
655 ], 656 ],
656 }, 657 },
657 ], 658 ],
658 } 659 }
659 660
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698