OLD | NEW |
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 Loading... |
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 Loading... |
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 |
OLD | NEW |