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 10 matching lines...) Expand all Loading... |
21 'chrome_resources.gyp:theme_resources', | 21 'chrome_resources.gyp:theme_resources', |
22 'common', | 22 'common', |
23 'common/extensions/api/api.gyp:api', | 23 'common/extensions/api/api.gyp:api', |
24 'common_net', | 24 'common_net', |
25 'debugger', | 25 'debugger', |
26 'in_memory_url_index_cache_proto', | 26 'in_memory_url_index_cache_proto', |
27 'installer_util', | 27 'installer_util', |
28 '../content/content.gyp:content_browser', | 28 '../content/content.gyp:content_browser', |
29 '../crypto/crypto.gyp:crypto', | 29 '../crypto/crypto.gyp:crypto', |
30 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 30 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 31 '../extensions/extensions.gyp:extensions_browser', |
31 '../net/net.gyp:net', | 32 '../net/net.gyp:net', |
32 '../skia/skia.gyp:skia', | 33 '../skia/skia.gyp:skia', |
33 '../sync/sync.gyp:sync', | 34 '../sync/sync.gyp:sync', |
34 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 35 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
35 '../third_party/icu/icu.gyp:icui18n', | 36 '../third_party/icu/icu.gyp:icui18n', |
36 '../third_party/icu/icu.gyp:icuuc', | 37 '../third_party/icu/icu.gyp:icuuc', |
37 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 38 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
38 '../third_party/libusb/libusb.gyp:libusb', | 39 '../third_party/libusb/libusb.gyp:libusb', |
39 '../third_party/re2/re2.gyp:re2', | 40 '../third_party/re2/re2.gyp:re2', |
40 '../third_party/webrtc/modules/modules.gyp:desktop_capture', | 41 '../third_party/webrtc/modules/modules.gyp:desktop_capture', |
41 '../ui/base/strings/ui_strings.gyp:ui_strings', | 42 '../ui/base/strings/ui_strings.gyp:ui_strings', |
42 '../ui/ui.gyp:ui', | 43 '../ui/ui.gyp:ui', |
43 '../ui/ui.gyp:ui_resources', | 44 '../ui/ui.gyp:ui_resources', |
44 '../url/url.gyp:url_lib', | 45 '../url/url.gyp:url_lib', |
45 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', | 46 '../webkit/common/user_agent/webkit_user_agent.gyp:user_agent', |
46 '../webkit/storage_browser.gyp:webkit_storage_browser', | 47 '../webkit/storage_browser.gyp:webkit_storage_browser', |
47 '../webkit/storage_common.gyp:webkit_storage_common', | 48 '../webkit/storage_common.gyp:webkit_storage_common', |
48 '../webkit/webkit_resources.gyp:webkit_resources', | 49 '../webkit/webkit_resources.gyp:webkit_resources', |
49 ], | 50 ], |
50 'include_dirs': [ | 51 'include_dirs': [ |
51 '..', | 52 '..', |
52 '<(INTERMEDIATE_DIR)', | 53 '<(INTERMEDIATE_DIR)', |
53 ], | 54 ], |
54 'sources': [ | 55 'sources': [ |
55 # All .cc, .h, .m, and .mm files under browser/extensions except for | 56 # All .cc, .h, .m, and .mm files under browser/extensions except for |
56 # tests and mocks. | 57 # tests and mocks. |
57 '../extensions/browser/extension_prefs_scope.h', | |
58 '../extensions/browser/extension_error.cc', | |
59 '../extensions/browser/extension_error.h', | |
60 '../extensions/browser/file_highlighter.cc', | |
61 '../extensions/browser/file_highlighter.h', | |
62 '../extensions/browser/file_reader.cc', | |
63 '../extensions/browser/file_reader.h', | |
64 '../extensions/browser/pref_names.cc', | |
65 '../extensions/browser/pref_names.h', | |
66 '../extensions/browser/view_type_utils.cc', | |
67 '../extensions/browser/view_type_utils.h', | |
68 'browser/apps/app_url_redirector.cc', | 58 'browser/apps/app_url_redirector.cc', |
69 'browser/apps/app_url_redirector.h', | 59 'browser/apps/app_url_redirector.h', |
70 'browser/apps/chrome_apps_client.cc', | 60 'browser/apps/chrome_apps_client.cc', |
71 'browser/apps/chrome_apps_client.h', | 61 'browser/apps/chrome_apps_client.h', |
72 'browser/apps/shortcut_manager.cc', | 62 'browser/apps/shortcut_manager.cc', |
73 'browser/apps/shortcut_manager.h', | 63 'browser/apps/shortcut_manager.h', |
74 'browser/apps/shortcut_manager_factory.cc', | 64 'browser/apps/shortcut_manager_factory.cc', |
75 'browser/apps/shortcut_manager_factory.h', | 65 'browser/apps/shortcut_manager_factory.h', |
76 'browser/extensions/active_tab_permission_granter.cc', | 66 'browser/extensions/active_tab_permission_granter.cc', |
77 'browser/extensions/active_tab_permission_granter.h', | 67 'browser/extensions/active_tab_permission_granter.h', |
(...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1112 'variables': { | 1102 'variables': { |
1113 'proto_in_dir': 'browser/chromeos/contacts', | 1103 'proto_in_dir': 'browser/chromeos/contacts', |
1114 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 1104 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
1115 }, | 1105 }, |
1116 'includes': [ '../build/protoc.gypi' ] | 1106 'includes': [ '../build/protoc.gypi' ] |
1117 }, | 1107 }, |
1118 ], | 1108 ], |
1119 },], # 'chromeos=1' | 1109 },], # 'chromeos=1' |
1120 ], # 'conditions' | 1110 ], # 'conditions' |
1121 } | 1111 } |
OLD | NEW |