| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser_extensions', | 8 'target_name': 'browser_extensions', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 'browser/extensions/api/storage/storage_api.cc', | 351 'browser/extensions/api/storage/storage_api.cc', |
| 352 'browser/extensions/api/storage/storage_api.h', | 352 'browser/extensions/api/storage/storage_api.h', |
| 353 'browser/extensions/api/storage/sync_or_local_value_store_cache.cc', | 353 'browser/extensions/api/storage/sync_or_local_value_store_cache.cc', |
| 354 'browser/extensions/api/storage/sync_or_local_value_store_cache.h', | 354 'browser/extensions/api/storage/sync_or_local_value_store_cache.h', |
| 355 'browser/extensions/api/storage/syncable_settings_storage.cc', | 355 'browser/extensions/api/storage/syncable_settings_storage.cc', |
| 356 'browser/extensions/api/storage/syncable_settings_storage.h', | 356 'browser/extensions/api/storage/syncable_settings_storage.h', |
| 357 'browser/extensions/api/storage/value_store_cache.cc', | 357 'browser/extensions/api/storage/value_store_cache.cc', |
| 358 'browser/extensions/api/storage/value_store_cache.h', | 358 'browser/extensions/api/storage/value_store_cache.h', |
| 359 'browser/extensions/api/storage/weak_unlimited_settings_storage.cc', | 359 'browser/extensions/api/storage/weak_unlimited_settings_storage.cc', |
| 360 'browser/extensions/api/storage/weak_unlimited_settings_storage.h', | 360 'browser/extensions/api/storage/weak_unlimited_settings_storage.h', |
| 361 'browser/extensions/api/streams_private/streams_private_api.cc', |
| 362 'browser/extensions/api/streams_private/streams_private_api.h', |
| 363 'browser/extensions/api/streams_private/streams_resource_throttle.cc', |
| 364 'browser/extensions/api/streams_private/streams_resource_throttle.h', |
| 361 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f
actory.cc', | 365 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f
actory.cc', |
| 362 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f
actory.h', | 366 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f
actory.h', |
| 363 'browser/extensions/api/sync_file_system/extension_sync_event_observer.c
c', | 367 'browser/extensions/api/sync_file_system/extension_sync_event_observer.c
c', |
| 364 'browser/extensions/api/sync_file_system/extension_sync_event_observer.h
', | 368 'browser/extensions/api/sync_file_system/extension_sync_event_observer.h
', |
| 365 'browser/extensions/api/sync_file_system/sync_file_system_api.cc', | 369 'browser/extensions/api/sync_file_system/sync_file_system_api.cc', |
| 366 'browser/extensions/api/sync_file_system/sync_file_system_api.h', | 370 'browser/extensions/api/sync_file_system/sync_file_system_api.h', |
| 367 'browser/extensions/api/system_indicator/system_indicator_api.h', | 371 'browser/extensions/api/system_indicator/system_indicator_api.h', |
| 368 'browser/extensions/api/system_indicator/system_indicator_manager.cc', | 372 'browser/extensions/api/system_indicator/system_indicator_manager.cc', |
| 369 'browser/extensions/api/system_indicator/system_indicator_manager.h', | 373 'browser/extensions/api/system_indicator/system_indicator_manager.h', |
| 370 'browser/extensions/api/system_indicator/system_indicator_manager_factor
y.cc', | 374 'browser/extensions/api/system_indicator/system_indicator_manager_factor
y.cc', |
| (...skipping 573 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 944 'variables': { | 948 'variables': { |
| 945 'proto_in_dir': 'browser/chromeos/contacts', | 949 'proto_in_dir': 'browser/chromeos/contacts', |
| 946 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 950 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 947 }, | 951 }, |
| 948 'includes': [ '../build/protoc.gypi' ] | 952 'includes': [ '../build/protoc.gypi' ] |
| 949 }, | 953 }, |
| 950 ], | 954 ], |
| 951 },], # 'chromeos=1' | 955 },], # 'chromeos=1' |
| 952 ], # 'conditions' | 956 ], # 'conditions' |
| 953 } | 957 } |
| OLD | NEW |