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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 '../base/base.gyp:base_prefs', | 252 '../base/base.gyp:base_prefs', |
253 '../components/components.gyp:keyed_service_content', | 253 '../components/components.gyp:keyed_service_content', |
254 '../components/components.gyp:keyed_service_core', | 254 '../components/components.gyp:keyed_service_core', |
255 '../components/components.gyp:pref_registry', | 255 '../components/components.gyp:pref_registry', |
256 '../components/components.gyp:usb_service', | 256 '../components/components.gyp:usb_service', |
257 '../components/components.gyp:web_modal', | 257 '../components/components.gyp:web_modal', |
258 '../content/content.gyp:content_browser', | 258 '../content/content.gyp:content_browser', |
259 '../device/serial/serial.gyp:device_serial', | 259 '../device/serial/serial.gyp:device_serial', |
260 '../skia/skia.gyp:skia', | 260 '../skia/skia.gyp:skia', |
261 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 261 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 262 'browser/api/api_registration.gyp:extensions_api_registration', |
262 'cast_channel_proto', | 263 'cast_channel_proto', |
263 'common/api/api.gyp:extensions_api', | 264 'common/api/api.gyp:extensions_api', |
264 'extensions_common', | 265 'extensions_common', |
265 'extensions_strings.gyp:extensions_strings', | 266 'extensions_strings.gyp:extensions_strings', |
266 ], | 267 ], |
267 'include_dirs': [ | 268 'include_dirs': [ |
268 '..', | 269 '..', |
269 '<(INTERMEDIATE_DIR)', | 270 '<(INTERMEDIATE_DIR)', |
270 # Needed to access generated API headers. | 271 # Needed to access generated API headers. |
271 '<(SHARED_INTERMEDIATE_DIR)', | 272 '<(SHARED_INTERMEDIATE_DIR)', |
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
747 ] | 748 ] |
748 }, | 749 }, |
749 { | 750 { |
750 # GN version: //extensions:test_support | 751 # GN version: //extensions:test_support |
751 'target_name': 'extensions_test_support', | 752 'target_name': 'extensions_test_support', |
752 'type': 'static_library', | 753 'type': 'static_library', |
753 'dependencies': [ | 754 'dependencies': [ |
754 '../base/base.gyp:base', | 755 '../base/base.gyp:base', |
755 '../net/net.gyp:net_test_support', | 756 '../net/net.gyp:net_test_support', |
756 '../testing/gtest.gyp:gtest', | 757 '../testing/gtest.gyp:gtest', |
| 758 'browser/api/api_registration.gyp:extensions_api_registration', |
757 'common/api/api.gyp:extensions_api', | 759 'common/api/api.gyp:extensions_api', |
758 'extensions_browser', | 760 'extensions_browser', |
759 'extensions_common', | 761 'extensions_common', |
760 'extensions_resources.gyp:extensions_resources', | 762 'extensions_resources.gyp:extensions_resources', |
761 ], | 763 ], |
762 'include_dirs': [ | 764 'include_dirs': [ |
763 '..', | 765 '..', |
764 '<(SHARED_INTERMEDIATE_DIR)', | 766 '<(SHARED_INTERMEDIATE_DIR)', |
765 ], | 767 ], |
766 'sources': [ | 768 'sources': [ |
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
957 'browser/api/cast_channel/logging.proto' | 959 'browser/api/cast_channel/logging.proto' |
958 ], | 960 ], |
959 'variables': { | 961 'variables': { |
960 'proto_in_dir': 'browser/api/cast_channel', | 962 'proto_in_dir': 'browser/api/cast_channel', |
961 'proto_out_dir': 'extensions/browser/api/cast_channel', | 963 'proto_out_dir': 'extensions/browser/api/cast_channel', |
962 }, | 964 }, |
963 'includes': [ '../build/protoc.gypi' ] | 965 'includes': [ '../build/protoc.gypi' ] |
964 }, | 966 }, |
965 ] | 967 ] |
966 } | 968 } |
OLD | NEW |