| 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 'browser/api/storage/value_store_cache.cc', | 347 'browser/api/storage/value_store_cache.cc', |
| 348 'browser/api/storage/value_store_cache.h', | 348 'browser/api/storage/value_store_cache.h', |
| 349 'browser/api/storage/weak_unlimited_settings_storage.cc', | 349 'browser/api/storage/weak_unlimited_settings_storage.cc', |
| 350 'browser/api/storage/weak_unlimited_settings_storage.h', | 350 'browser/api/storage/weak_unlimited_settings_storage.h', |
| 351 'browser/api/test/test_api.cc', | 351 'browser/api/test/test_api.cc', |
| 352 'browser/api/test/test_api.h', | 352 'browser/api/test/test_api.h', |
| 353 'browser/api/usb/usb_api.cc', | 353 'browser/api/usb/usb_api.cc', |
| 354 'browser/api/usb/usb_api.h', | 354 'browser/api/usb/usb_api.h', |
| 355 'browser/api/usb/usb_device_resource.cc', | 355 'browser/api/usb/usb_device_resource.cc', |
| 356 'browser/api/usb/usb_device_resource.h', | 356 'browser/api/usb/usb_device_resource.h', |
| 357 'browser/api/usb_private/usb_private_api.cc', |
| 358 'browser/api/usb_private/usb_private_api.h', |
| 357 'browser/api_activity_monitor.h', | 359 'browser/api_activity_monitor.h', |
| 358 'browser/app_sorting.h', | 360 'browser/app_sorting.h', |
| 359 'browser/blacklist_state.h', | 361 'browser/blacklist_state.h', |
| 360 'browser/blob_holder.cc', | 362 'browser/blob_holder.cc', |
| 361 'browser/blob_holder.h', | 363 'browser/blob_holder.h', |
| 362 'browser/browser_context_keyed_api_factory.h', | 364 'browser/browser_context_keyed_api_factory.h', |
| 363 'browser/browser_context_keyed_service_factories.cc', | 365 'browser/browser_context_keyed_service_factories.cc', |
| 364 'browser/browser_context_keyed_service_factories.h', | 366 'browser/browser_context_keyed_service_factories.h', |
| 365 'browser/component_extension_resource_manager.h', | 367 'browser/component_extension_resource_manager.h', |
| 366 'browser/computed_hashes.cc', | 368 'browser/computed_hashes.cc', |
| (...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 889 'type': 'static_library', | 891 'type': 'static_library', |
| 890 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], | 892 'sources': [ 'browser/api/cast_channel/cast_channel.proto' ], |
| 891 'variables': { | 893 'variables': { |
| 892 'proto_in_dir': 'browser/api/cast_channel', | 894 'proto_in_dir': 'browser/api/cast_channel', |
| 893 'proto_out_dir': 'extensions/browser/api/cast_channel', | 895 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 894 }, | 896 }, |
| 895 'includes': [ '../build/protoc.gypi' ] | 897 'includes': [ '../build/protoc.gypi' ] |
| 896 }, | 898 }, |
| 897 ] | 899 ] |
| 898 } | 900 } |
| OLD | NEW |