OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 'common/api/sockets/sockets_manifest_permission.cc', | 227 'common/api/sockets/sockets_manifest_permission.cc', |
228 'common/api/sockets/sockets_manifest_permission.h', | 228 'common/api/sockets/sockets_manifest_permission.h', |
229 'common/extension_api.cc', | 229 'common/extension_api.cc', |
230 'common/manifest_handlers/externally_connectable.cc', | 230 'common/manifest_handlers/externally_connectable.cc', |
231 'common/manifest_handlers/externally_connectable.h', | 231 'common/manifest_handlers/externally_connectable.h', |
232 ], | 232 ], |
233 }], | 233 }], |
234 ], | 234 ], |
235 }, | 235 }, |
236 { | 236 { |
| 237 # GN version: //extensions/browser |
237 'target_name': 'extensions_browser', | 238 'target_name': 'extensions_browser', |
238 'type': 'static_library', | 239 'type': 'static_library', |
239 'dependencies': [ | 240 'dependencies': [ |
240 '../components/components.gyp:keyed_service_content', | 241 '../components/components.gyp:keyed_service_content', |
241 '../components/components.gyp:keyed_service_core', | 242 '../components/components.gyp:keyed_service_core', |
242 '../components/components.gyp:pref_registry', | 243 '../components/components.gyp:pref_registry', |
243 '../components/components.gyp:usb_service', | 244 '../components/components.gyp:usb_service', |
244 '../content/content.gyp:content_browser', | 245 '../content/content.gyp:content_browser', |
245 '../device/serial/serial.gyp:device_serial', | 246 '../device/serial/serial.gyp:device_serial', |
246 '../skia/skia.gyp:skia', | 247 '../skia/skia.gyp:skia', |
(...skipping 500 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc
es.pak', | 748 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc
es.pak', |
748 ], | 749 ], |
749 'pak_output': '<(PRODUCT_DIR)/extensions_unittests_resources.pak', | 750 'pak_output': '<(PRODUCT_DIR)/extensions_unittests_resources.pak', |
750 }, | 751 }, |
751 'includes': [ '../build/repack_action.gypi' ], | 752 'includes': [ '../build/repack_action.gypi' ], |
752 }, | 753 }, |
753 ], | 754 ], |
754 }, | 755 }, |
755 ] | 756 ] |
756 } | 757 } |
OLD | NEW |