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 23 matching lines...) Expand all Loading... |
34 '../skia/skia.gyp:skia', | 34 '../skia/skia.gyp:skia', |
35 '../sync/sync.gyp:sync_notifier', | 35 '../sync/sync.gyp:sync_notifier', |
36 '../third_party/bzip2/bzip2.gyp:bzip2', | 36 '../third_party/bzip2/bzip2.gyp:bzip2', |
37 '../third_party/icu/icu.gyp:icui18n', | 37 '../third_party/icu/icu.gyp:icui18n', |
38 '../third_party/icu/icu.gyp:icuuc', | 38 '../third_party/icu/icu.gyp:icuuc', |
39 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 39 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
40 '../third_party/libusb/libusb.gyp:libusb', | 40 '../third_party/libusb/libusb.gyp:libusb', |
41 '../ui/base/strings/ui_strings.gyp:ui_strings', | 41 '../ui/base/strings/ui_strings.gyp:ui_strings', |
42 '../ui/ui.gyp:ui', | 42 '../ui/ui.gyp:ui', |
43 '../ui/ui.gyp:ui_resources', | 43 '../ui/ui.gyp:ui_resources', |
44 '../ui/ui.gyp:ui_resources_standard', | |
45 '../webkit/support/webkit_support.gyp:appcache', | 44 '../webkit/support/webkit_support.gyp:appcache', |
46 '../webkit/support/webkit_support.gyp:blob', | 45 '../webkit/support/webkit_support.gyp:blob', |
47 '../webkit/support/webkit_support.gyp:database', | 46 '../webkit/support/webkit_support.gyp:database', |
48 '../webkit/support/webkit_support.gyp:fileapi', | 47 '../webkit/support/webkit_support.gyp:fileapi', |
49 '../webkit/support/webkit_support.gyp:glue', | 48 '../webkit/support/webkit_support.gyp:glue', |
50 '../webkit/support/webkit_support.gyp:quota', | 49 '../webkit/support/webkit_support.gyp:quota', |
51 '../webkit/support/webkit_support.gyp:webkit_resources', | 50 '../webkit/support/webkit_support.gyp:webkit_resources', |
52 '../webkit/support/webkit_support.gyp:webkit_user_agent', | 51 '../webkit/support/webkit_support.gyp:webkit_user_agent', |
53 ], | 52 ], |
54 'include_dirs': [ | 53 'include_dirs': [ |
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
696 'browser/extensions/api/usb/usb_api.h', | 695 'browser/extensions/api/usb/usb_api.h', |
697 'browser/extensions/api/usb/usb_device_resource.cc', | 696 'browser/extensions/api/usb/usb_device_resource.cc', |
698 'browser/extensions/api/usb/usb_device_resource.h', | 697 'browser/extensions/api/usb/usb_device_resource.h', |
699 ], | 698 ], |
700 }], | 699 }], |
701 ], | 700 ], |
702 }, | 701 }, |
703 ], | 702 ], |
704 } | 703 } |
705 | 704 |
OLD | NEW |