| 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 506 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 517 'browser/extensions/api/storage/syncable_settings_storage.cc', | 517 'browser/extensions/api/storage/syncable_settings_storage.cc', |
| 518 'browser/extensions/api/storage/syncable_settings_storage.h', | 518 'browser/extensions/api/storage/syncable_settings_storage.h', |
| 519 'browser/extensions/api/streams_private/streams_private_api.cc', | 519 'browser/extensions/api/streams_private/streams_private_api.cc', |
| 520 'browser/extensions/api/streams_private/streams_private_api.h', | 520 'browser/extensions/api/streams_private/streams_private_api.h', |
| 521 'browser/extensions/api/sync_file_system/extension_sync_event_observer.c
c', | 521 'browser/extensions/api/sync_file_system/extension_sync_event_observer.c
c', |
| 522 'browser/extensions/api/sync_file_system/extension_sync_event_observer.h
', | 522 'browser/extensions/api/sync_file_system/extension_sync_event_observer.h
', |
| 523 'browser/extensions/api/sync_file_system/sync_file_system_api.cc', | 523 'browser/extensions/api/sync_file_system/sync_file_system_api.cc', |
| 524 'browser/extensions/api/sync_file_system/sync_file_system_api.h', | 524 'browser/extensions/api/sync_file_system/sync_file_system_api.h', |
| 525 'browser/extensions/api/sync_file_system/sync_file_system_api_helpers.cc
', | 525 'browser/extensions/api/sync_file_system/sync_file_system_api_helpers.cc
', |
| 526 'browser/extensions/api/sync_file_system/sync_file_system_api_helpers.h'
, | 526 'browser/extensions/api/sync_file_system/sync_file_system_api_helpers.h'
, |
| 527 'browser/extensions/api/synced_notifications_private/synced_notification
s_private_api.cc', |
| 528 'browser/extensions/api/synced_notifications_private/synced_notification
s_private_api.h', |
| 527 'browser/extensions/api/system_cpu/cpu_info_provider.cc', | 529 'browser/extensions/api/system_cpu/cpu_info_provider.cc', |
| 528 'browser/extensions/api/system_cpu/cpu_info_provider.h', | 530 'browser/extensions/api/system_cpu/cpu_info_provider.h', |
| 529 'browser/extensions/api/system_cpu/cpu_info_provider_android.cc', | 531 'browser/extensions/api/system_cpu/cpu_info_provider_android.cc', |
| 530 'browser/extensions/api/system_cpu/cpu_info_provider_linux.cc', | 532 'browser/extensions/api/system_cpu/cpu_info_provider_linux.cc', |
| 531 'browser/extensions/api/system_cpu/cpu_info_provider_mac.cc', | 533 'browser/extensions/api/system_cpu/cpu_info_provider_mac.cc', |
| 532 'browser/extensions/api/system_cpu/cpu_info_provider_win.cc', | 534 'browser/extensions/api/system_cpu/cpu_info_provider_win.cc', |
| 533 'browser/extensions/api/system_cpu/system_cpu_api.cc', | 535 'browser/extensions/api/system_cpu/system_cpu_api.cc', |
| 534 'browser/extensions/api/system_cpu/system_cpu_api.h', | 536 'browser/extensions/api/system_cpu/system_cpu_api.h', |
| 535 'browser/extensions/api/system_display/display_info_provider.cc', | 537 'browser/extensions/api/system_display/display_info_provider.cc', |
| 536 'browser/extensions/api/system_display/display_info_provider.h', | 538 'browser/extensions/api/system_display/display_info_provider.h', |
| (...skipping 675 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1212 'type': 'static_library', | 1214 'type': 'static_library', |
| 1213 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1215 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
| 1214 'variables': { | 1216 'variables': { |
| 1215 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1217 'proto_in_dir': 'browser/extensions/api/cast_channel', |
| 1216 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1218 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
| 1217 }, | 1219 }, |
| 1218 'includes': [ '../build/protoc.gypi' ] | 1220 'includes': [ '../build/protoc.gypi' ] |
| 1219 }, | 1221 }, |
| 1220 ], # 'conditions' | 1222 ], # 'conditions' |
| 1221 } | 1223 } |
| OLD | NEW |