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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
255 '../base/base.gyp:base_prefs', | 255 '../base/base.gyp:base_prefs', |
256 '../components/components.gyp:keyed_service_content', | 256 '../components/components.gyp:keyed_service_content', |
257 '../components/components.gyp:keyed_service_core', | 257 '../components/components.gyp:keyed_service_core', |
258 '../components/components.gyp:pref_registry', | 258 '../components/components.gyp:pref_registry', |
259 '../components/components.gyp:usb_service', | 259 '../components/components.gyp:usb_service', |
260 '../components/components.gyp:web_modal', | 260 '../components/components.gyp:web_modal', |
261 '../content/content.gyp:content_browser', | 261 '../content/content.gyp:content_browser', |
262 '../device/serial/serial.gyp:device_serial', | 262 '../device/serial/serial.gyp:device_serial', |
263 '../skia/skia.gyp:skia', | 263 '../skia/skia.gyp:skia', |
264 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 264 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 265 'browser/api/api_registration.gyp:extensions_api_registration', |
265 'cast_channel_proto', | 266 'cast_channel_proto', |
266 'common/api/api.gyp:extensions_api', | 267 'common/api/api.gyp:extensions_api', |
267 'extensions_common', | 268 'extensions_common', |
268 'extensions_strings.gyp:extensions_strings', | 269 'extensions_strings.gyp:extensions_strings', |
269 ], | 270 ], |
270 'include_dirs': [ | 271 'include_dirs': [ |
271 '..', | 272 '..', |
272 '<(INTERMEDIATE_DIR)', | 273 '<(INTERMEDIATE_DIR)', |
273 # Needed to access generated API headers. | 274 # Needed to access generated API headers. |
274 '<(SHARED_INTERMEDIATE_DIR)', | 275 '<(SHARED_INTERMEDIATE_DIR)', |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
763 ] | 764 ] |
764 }, | 765 }, |
765 { | 766 { |
766 # GN version: //extensions:test_support | 767 # GN version: //extensions:test_support |
767 'target_name': 'extensions_test_support', | 768 'target_name': 'extensions_test_support', |
768 'type': 'static_library', | 769 'type': 'static_library', |
769 'dependencies': [ | 770 'dependencies': [ |
770 '../base/base.gyp:base', | 771 '../base/base.gyp:base', |
771 '../net/net.gyp:net_test_support', | 772 '../net/net.gyp:net_test_support', |
772 '../testing/gtest.gyp:gtest', | 773 '../testing/gtest.gyp:gtest', |
| 774 'browser/api/api_registration.gyp:extensions_api_registration', |
773 'common/api/api.gyp:extensions_api', | 775 'common/api/api.gyp:extensions_api', |
774 'extensions_browser', | 776 'extensions_browser', |
775 'extensions_common', | 777 'extensions_common', |
776 'extensions_resources.gyp:extensions_resources', | 778 'extensions_resources.gyp:extensions_resources', |
777 ], | 779 ], |
778 'include_dirs': [ | 780 'include_dirs': [ |
779 '..', | 781 '..', |
780 '<(SHARED_INTERMEDIATE_DIR)', | 782 '<(SHARED_INTERMEDIATE_DIR)', |
781 ], | 783 ], |
782 'sources': [ | 784 'sources': [ |
(...skipping 191 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
974 'browser/api/cast_channel/logging.proto' | 976 'browser/api/cast_channel/logging.proto' |
975 ], | 977 ], |
976 'variables': { | 978 'variables': { |
977 'proto_in_dir': 'browser/api/cast_channel', | 979 'proto_in_dir': 'browser/api/cast_channel', |
978 'proto_out_dir': 'extensions/browser/api/cast_channel', | 980 'proto_out_dir': 'extensions/browser/api/cast_channel', |
979 }, | 981 }, |
980 'includes': [ '../build/protoc.gypi' ] | 982 'includes': [ '../build/protoc.gypi' ] |
981 }, | 983 }, |
982 ] | 984 ] |
983 } | 985 } |
OLD | NEW |