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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
249 # GN version: //extensions/browser | 249 # GN version: //extensions/browser |
250 'target_name': 'extensions_browser', | 250 'target_name': 'extensions_browser', |
251 'type': 'static_library', | 251 'type': 'static_library', |
252 'dependencies': [ | 252 'dependencies': [ |
253 '../base/base.gyp:base', | 253 '../base/base.gyp:base', |
254 '../base/base.gyp:base_prefs', | 254 '../base/base.gyp:base_prefs', |
255 '../components/components.gyp:keyed_service_content', | 255 '../components/components.gyp:keyed_service_content', |
256 '../components/components.gyp:keyed_service_core', | 256 '../components/components.gyp:keyed_service_core', |
257 '../components/components.gyp:pref_registry', | 257 '../components/components.gyp:pref_registry', |
258 '../components/components.gyp:usb_service', | 258 '../components/components.gyp:usb_service', |
| 259 '../components/components.gyp:web_modal', |
259 '../content/content.gyp:content_browser', | 260 '../content/content.gyp:content_browser', |
260 '../device/serial/serial.gyp:device_serial', | 261 '../device/serial/serial.gyp:device_serial', |
261 '../skia/skia.gyp:skia', | 262 '../skia/skia.gyp:skia', |
262 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 263 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
263 'cast_channel_proto', | 264 'cast_channel_proto', |
264 'common/api/api.gyp:extensions_api', | 265 'common/api/api.gyp:extensions_api', |
265 'extensions_common', | 266 'extensions_common', |
266 'extensions_strings.gyp:extensions_strings', | 267 'extensions_strings.gyp:extensions_strings', |
267 ], | 268 ], |
268 'include_dirs': [ | 269 'include_dirs': [ |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'browser/api/test/test_api.cc', | 369 'browser/api/test/test_api.cc', |
369 'browser/api/test/test_api.h', | 370 'browser/api/test/test_api.h', |
370 'browser/api/usb/usb_api.cc', | 371 'browser/api/usb/usb_api.cc', |
371 'browser/api/usb/usb_api.h', | 372 'browser/api/usb/usb_api.h', |
372 'browser/api/usb/usb_device_resource.cc', | 373 'browser/api/usb/usb_device_resource.cc', |
373 'browser/api/usb/usb_device_resource.h', | 374 'browser/api/usb/usb_device_resource.h', |
374 'browser/api/usb_private/usb_private_api.cc', | 375 'browser/api/usb_private/usb_private_api.cc', |
375 'browser/api/usb_private/usb_private_api.h', | 376 'browser/api/usb_private/usb_private_api.h', |
376 'browser/api_activity_monitor.h', | 377 'browser/api_activity_monitor.h', |
377 'browser/app_sorting.h', | 378 'browser/app_sorting.h', |
| 379 'browser/app_window/native_app_window.h', |
378 'browser/app_window/size_constraints.cc', | 380 'browser/app_window/size_constraints.cc', |
379 'browser/app_window/size_constraints.h', | 381 'browser/app_window/size_constraints.h', |
380 'browser/blacklist_state.h', | 382 'browser/blacklist_state.h', |
381 'browser/blob_holder.cc', | 383 'browser/blob_holder.cc', |
382 'browser/blob_holder.h', | 384 'browser/blob_holder.h', |
383 'browser/browser_context_keyed_api_factory.h', | 385 'browser/browser_context_keyed_api_factory.h', |
384 'browser/browser_context_keyed_service_factories.cc', | 386 'browser/browser_context_keyed_service_factories.cc', |
385 'browser/browser_context_keyed_service_factories.h', | 387 'browser/browser_context_keyed_service_factories.h', |
386 'browser/component_extension_resource_manager.h', | 388 'browser/component_extension_resource_manager.h', |
387 'browser/computed_hashes.cc', | 389 'browser/computed_hashes.cc', |
(...skipping 544 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
932 'browser/api/cast_channel/logging.proto' | 934 'browser/api/cast_channel/logging.proto' |
933 ], | 935 ], |
934 'variables': { | 936 'variables': { |
935 'proto_in_dir': 'browser/api/cast_channel', | 937 'proto_in_dir': 'browser/api/cast_channel', |
936 'proto_out_dir': 'extensions/browser/api/cast_channel', | 938 'proto_out_dir': 'extensions/browser/api/cast_channel', |
937 }, | 939 }, |
938 'includes': [ '../build/protoc.gypi' ] | 940 'includes': [ '../build/protoc.gypi' ] |
939 }, | 941 }, |
940 ] | 942 ] |
941 } | 943 } |
OLD | NEW |