OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 16 matching lines...) Expand all Loading... |
27 'in_memory_url_index_cache_proto', | 27 'in_memory_url_index_cache_proto', |
28 'installer_util', | 28 'installer_util', |
29 'safe_browsing_proto', | 29 'safe_browsing_proto', |
30 'sync_file_system_proto', | 30 'sync_file_system_proto', |
31 '../third_party/re2/re2.gyp:re2', | 31 '../third_party/re2/re2.gyp:re2', |
32 '../components/component_strings.gyp:component_strings', | 32 '../components/component_strings.gyp:component_strings', |
33 '../components/components.gyp:onc_component', | 33 '../components/components.gyp:onc_component', |
34 '../components/components.gyp:url_matcher', | 34 '../components/components.gyp:url_matcher', |
35 '../components/components.gyp:wifi_component', | 35 '../components/components.gyp:wifi_component', |
36 '../content/content.gyp:content_browser', | 36 '../content/content.gyp:content_browser', |
| 37 '../content/content.gyp:content_common', |
37 '../crypto/crypto.gyp:crypto', | 38 '../crypto/crypto.gyp:crypto', |
38 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 39 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
39 '../device/hid/hid.gyp:device_hid', | 40 '../device/hid/hid.gyp:device_hid', |
40 '../device/serial/serial.gyp:device_serial', | 41 '../device/serial/serial.gyp:device_serial', |
41 '../extensions/extensions.gyp:extensions_browser', | 42 '../extensions/extensions.gyp:extensions_browser', |
42 '../net/net.gyp:net', | 43 '../net/net.gyp:net', |
43 '../skia/skia.gyp:skia', | 44 '../skia/skia.gyp:skia', |
44 '../sync/sync.gyp:sync', | 45 '../sync/sync.gyp:sync', |
45 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 46 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
46 '../third_party/icu/icu.gyp:icui18n', | 47 '../third_party/icu/icu.gyp:icui18n', |
47 '../third_party/icu/icu.gyp:icuuc', | 48 '../third_party/icu/icu.gyp:icuuc', |
48 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 49 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
49 '../third_party/libusb/libusb.gyp:libusb', | 50 '../third_party/libusb/libusb.gyp:libusb', |
50 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 51 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
51 '../ui/base/strings/ui_strings.gyp:ui_strings', | 52 '../ui/base/strings/ui_strings.gyp:ui_strings', |
52 '../ui/gfx/gfx.gyp:gfx', | 53 '../ui/gfx/gfx.gyp:gfx', |
53 '../ui/gfx/gfx.gyp:gfx_geometry', | 54 '../ui/gfx/gfx.gyp:gfx_geometry', |
54 '../ui/resources/ui_resources.gyp:ui_resources', | 55 '../ui/resources/ui_resources.gyp:ui_resources', |
55 '../ui/ui.gyp:ui', | 56 '../ui/ui.gyp:ui', |
56 '../url/url.gyp:url_lib', | 57 '../url/url.gyp:url_lib', |
57 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | |
58 '../webkit/storage_browser.gyp:webkit_storage_browser', | 58 '../webkit/storage_browser.gyp:webkit_storage_browser', |
59 '../webkit/storage_common.gyp:webkit_storage_common', | 59 '../webkit/storage_common.gyp:webkit_storage_common', |
60 '../webkit/webkit_resources.gyp:webkit_resources', | 60 '../webkit/webkit_resources.gyp:webkit_resources', |
61 ], | 61 ], |
62 'include_dirs': [ | 62 'include_dirs': [ |
63 '..', | 63 '..', |
64 '<(INTERMEDIATE_DIR)', | 64 '<(INTERMEDIATE_DIR)', |
65 ], | 65 ], |
66 'sources': [ | 66 'sources': [ |
67 # All .cc, .h, .m, and .mm files under browser/extensions except for | 67 # All .cc, .h, .m, and .mm files under browser/extensions except for |
(...skipping 1146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1214 'variables': { | 1214 'variables': { |
1215 'proto_in_dir': 'browser/chromeos/contacts', | 1215 'proto_in_dir': 'browser/chromeos/contacts', |
1216 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1216 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
1217 }, | 1217 }, |
1218 'includes': [ '../build/protoc.gypi' ] | 1218 'includes': [ '../build/protoc.gypi' ] |
1219 }, | 1219 }, |
1220 ], | 1220 ], |
1221 },], # 'chromeos=1' | 1221 },], # 'chromeos=1' |
1222 ], # 'conditions' | 1222 ], # 'conditions' |
1223 } | 1223 } |
OLD | NEW |