| 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, }, |
| 11 # Since browser and browser_extensions actually depend on each other, | 11 # Since browser and browser_extensions actually depend on each other, |
| 12 # we must omit the dependency from browser_extensions to browser. | 12 # we must omit the dependency from browser_extensions to browser. |
| 13 # However, this means browser_extensions and browser should more or less | 13 # However, this means browser_extensions and browser should more or less |
| 14 # have the same dependencies. Once browser_extensions is untangled from | 14 # have the same dependencies. Once browser_extensions is untangled from |
| 15 # browser, then we can clean up these dependencies. | 15 # browser, then we can clean up these dependencies. |
| 16 'dependencies': [ | 16 'dependencies': [ |
| 17 'app/policy/cloud_policy_codegen.gyp:policy', | 17 'app/policy/cloud_policy_codegen.gyp:policy', |
| 18 '../sync/protocol/sync_proto.gyp:sync_proto', | 18 '../sync/protocol/sync_proto.gyp:sync_proto', |
| 19 'chrome_resources.gyp:chrome_extra_resources', | 19 'chrome_resources.gyp:chrome_extra_resources', |
| 20 'chrome_resources.gyp:chrome_resources', | 20 'chrome_resources.gyp:chrome_resources', |
| 21 'chrome_resources.gyp:chrome_strings', | 21 'chrome_resources.gyp:chrome_strings', |
| 22 'chrome_resources.gyp:platform_locale_settings', | 22 'chrome_resources.gyp:platform_locale_settings', |
| 23 'chrome_resources.gyp:theme_resources', | 23 'chrome_resources.gyp:theme_resources', |
| 24 'common', | 24 'common', |
| 25 'common/extensions/api/api.gyp:api', | 25 'common/extensions/api/api.gyp:api', |
| 26 'common_net', | 26 'common_net', |
| 27 'debugger', | 27 'debugger', |
| 28 'in_memory_url_index_cache_proto', | 28 'in_memory_url_index_cache_proto',chrome/common/net/gaia/ |
| 29 'installer_util', | 29 'installer_util', |
| 30 '../build/temp_gyp/googleurl.gyp:googleurl', | 30 '../build/temp_gyp/googleurl.gyp:googleurl', |
| 31 '../content/content.gyp:content_browser', | 31 '../content/content.gyp:content_browser', |
| 32 '../crypto/crypto.gyp:crypto', | 32 '../crypto/crypto.gyp:crypto', |
| 33 '../net/net.gyp:net', | 33 '../net/net.gyp:net', |
| 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', |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 178 'browser/extensions/api/permissions/permissions_api.h', | 178 'browser/extensions/api/permissions/permissions_api.h', |
| 179 'browser/extensions/api/permissions/permissions_api_helpers.cc', | 179 'browser/extensions/api/permissions/permissions_api_helpers.cc', |
| 180 'browser/extensions/api/permissions/permissions_api_helpers.h', | 180 'browser/extensions/api/permissions/permissions_api_helpers.h', |
| 181 'browser/extensions/api/proxy/proxy_api.cc', | 181 'browser/extensions/api/proxy/proxy_api.cc', |
| 182 'browser/extensions/api/proxy/proxy_api.h', | 182 'browser/extensions/api/proxy/proxy_api.h', |
| 183 'browser/extensions/api/proxy/proxy_api_constants.cc', | 183 'browser/extensions/api/proxy/proxy_api_constants.cc', |
| 184 'browser/extensions/api/proxy/proxy_api_constants.h', | 184 'browser/extensions/api/proxy/proxy_api_constants.h', |
| 185 'browser/extensions/api/proxy/proxy_api_helpers.cc', | 185 'browser/extensions/api/proxy/proxy_api_helpers.cc', |
| 186 'browser/extensions/api/proxy/proxy_api_helpers.h', | 186 'browser/extensions/api/proxy/proxy_api_helpers.h', |
| 187 'browser/extensions/api/push_messaging/invalidation_handler_observer.h', | 187 'browser/extensions/api/push_messaging/invalidation_handler_observer.h', |
| 188 'browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.cc', |
| 189 'browser/extensions/api/push_messaging/obfuscated_gaia_id_fetcher.h', |
| 188 'browser/extensions/api/push_messaging/push_messaging_api.cc', | 190 'browser/extensions/api/push_messaging/push_messaging_api.cc', |
| 189 'browser/extensions/api/push_messaging/push_messaging_api.h', | 191 'browser/extensions/api/push_messaging/push_messaging_api.h', |
| 190 'browser/extensions/api/record/record_api.cc', | 192 'browser/extensions/api/record/record_api.cc', |
| 191 'browser/extensions/api/record/record_api.h', | 193 'browser/extensions/api/record/record_api.h', |
| 192 'browser/extensions/api/runtime/runtime_api.cc', | 194 'browser/extensions/api/runtime/runtime_api.cc', |
| 193 'browser/extensions/api/runtime/runtime_api.h', | 195 'browser/extensions/api/runtime/runtime_api.h', |
| 194 'browser/extensions/api/serial/serial_api.cc', | 196 'browser/extensions/api/serial/serial_api.cc', |
| 195 'browser/extensions/api/serial/serial_api.h', | 197 'browser/extensions/api/serial/serial_api.h', |
| 196 'browser/extensions/api/serial/serial_connection.cc', | 198 'browser/extensions/api/serial/serial_connection.cc', |
| 197 'browser/extensions/api/serial/serial_connection.h', | 199 'browser/extensions/api/serial/serial_connection.h', |
| (...skipping 560 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 758 'sources': [ | 760 'sources': [ |
| 759 'browser/extensions/app_host.rc', | 761 'browser/extensions/app_host.rc', |
| 760 'browser/extensions/app_host_stub_main.cc', | 762 'browser/extensions/app_host_stub_main.cc', |
| 761 ], | 763 ], |
| 762 }, | 764 }, |
| 763 ], | 765 ], |
| 764 }, ], # 'OS=="win"' | 766 }, ], # 'OS=="win"' |
| 765 ], # 'conditions' | 767 ], # 'conditions' |
| 766 } | 768 } |
| 767 | 769 |
| OLD | NEW |