| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 '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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 'browser/extensions/api/storage/storage_api.cc', | 357 'browser/extensions/api/storage/storage_api.cc', |
| 358 'browser/extensions/api/storage/storage_api.h', | 358 'browser/extensions/api/storage/storage_api.h', |
| 359 'browser/extensions/api/storage/sync_or_local_value_store_cache.cc', | 359 'browser/extensions/api/storage/sync_or_local_value_store_cache.cc', |
| 360 'browser/extensions/api/storage/sync_or_local_value_store_cache.h', | 360 'browser/extensions/api/storage/sync_or_local_value_store_cache.h', |
| 361 'browser/extensions/api/storage/syncable_settings_storage.cc', | 361 'browser/extensions/api/storage/syncable_settings_storage.cc', |
| 362 'browser/extensions/api/storage/syncable_settings_storage.h', | 362 'browser/extensions/api/storage/syncable_settings_storage.h', |
| 363 'browser/extensions/api/storage/value_store_cache.cc', | 363 'browser/extensions/api/storage/value_store_cache.cc', |
| 364 'browser/extensions/api/storage/value_store_cache.h', | 364 'browser/extensions/api/storage/value_store_cache.h', |
| 365 'browser/extensions/api/storage/weak_unlimited_settings_storage.cc', | 365 'browser/extensions/api/storage/weak_unlimited_settings_storage.cc', |
| 366 'browser/extensions/api/storage/weak_unlimited_settings_storage.h', | 366 'browser/extensions/api/storage/weak_unlimited_settings_storage.h', |
| 367 'browser/extensions/api/streams_private/streams_private_api.cc', |
| 368 'browser/extensions/api/streams_private/streams_private_api.h', |
| 369 'browser/extensions/api/streams_private/streams_resource_throttle.cc', |
| 370 'browser/extensions/api/streams_private/streams_resource_throttle.h', |
| 367 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f
actory.cc', | 371 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f
actory.cc', |
| 368 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f
actory.h', | 372 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f
actory.h', |
| 369 'browser/extensions/api/sync_file_system/extension_sync_event_observer.c
c', | 373 'browser/extensions/api/sync_file_system/extension_sync_event_observer.c
c', |
| 370 'browser/extensions/api/sync_file_system/extension_sync_event_observer.h
', | 374 'browser/extensions/api/sync_file_system/extension_sync_event_observer.h
', |
| 371 'browser/extensions/api/sync_file_system/sync_file_system_api.cc', | 375 'browser/extensions/api/sync_file_system/sync_file_system_api.cc', |
| 372 'browser/extensions/api/sync_file_system/sync_file_system_api.h', | 376 'browser/extensions/api/sync_file_system/sync_file_system_api.h', |
| 373 'browser/extensions/api/system_indicator/system_indicator_api.h', | 377 'browser/extensions/api/system_indicator/system_indicator_api.h', |
| 374 'browser/extensions/api/system_indicator/system_indicator_manager.cc', | 378 'browser/extensions/api/system_indicator/system_indicator_manager.cc', |
| 375 'browser/extensions/api/system_indicator/system_indicator_manager.h', | 379 'browser/extensions/api/system_indicator/system_indicator_manager.h', |
| 376 'browser/extensions/api/system_indicator/system_indicator_manager_factor
y.cc', | 380 'browser/extensions/api/system_indicator/system_indicator_manager_factor
y.cc', |
| (...skipping 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 'variables': { | 936 'variables': { |
| 933 'proto_in_dir': 'browser/chromeos/contacts', | 937 'proto_in_dir': 'browser/chromeos/contacts', |
| 934 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 938 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 935 }, | 939 }, |
| 936 'includes': [ '../build/protoc.gypi' ] | 940 'includes': [ '../build/protoc.gypi' ] |
| 937 }, | 941 }, |
| 938 ], | 942 ], |
| 939 },], # 'chromeos=1' | 943 },], # 'chromeos=1' |
| 940 ], # 'conditions' | 944 ], # 'conditions' |
| 941 } | 945 } |
| OLD | NEW |