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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
526 'browser/extensions/api/storage/syncable_settings_storage.cc', | 526 'browser/extensions/api/storage/syncable_settings_storage.cc', |
527 'browser/extensions/api/storage/syncable_settings_storage.h', | 527 'browser/extensions/api/storage/syncable_settings_storage.h', |
528 'browser/extensions/api/streams_private/streams_private_api.cc', | 528 'browser/extensions/api/streams_private/streams_private_api.cc', |
529 'browser/extensions/api/streams_private/streams_private_api.h', | 529 'browser/extensions/api/streams_private/streams_private_api.h', |
530 'browser/extensions/api/sync_file_system/extension_sync_event_observer.c
c', | 530 'browser/extensions/api/sync_file_system/extension_sync_event_observer.c
c', |
531 'browser/extensions/api/sync_file_system/extension_sync_event_observer.h
', | 531 'browser/extensions/api/sync_file_system/extension_sync_event_observer.h
', |
532 'browser/extensions/api/sync_file_system/sync_file_system_api.cc', | 532 'browser/extensions/api/sync_file_system/sync_file_system_api.cc', |
533 'browser/extensions/api/sync_file_system/sync_file_system_api.h', | 533 'browser/extensions/api/sync_file_system/sync_file_system_api.h', |
534 'browser/extensions/api/sync_file_system/sync_file_system_api_helpers.cc
', | 534 'browser/extensions/api/sync_file_system/sync_file_system_api_helpers.cc
', |
535 'browser/extensions/api/sync_file_system/sync_file_system_api_helpers.h'
, | 535 'browser/extensions/api/sync_file_system/sync_file_system_api_helpers.h'
, |
| 536 'browser/extensions/api/synced_notifications_private/synced_notification
s_private_api.cc', |
| 537 'browser/extensions/api/synced_notifications_private/synced_notification
s_private_api.h', |
536 'browser/extensions/api/system_cpu/cpu_info_provider.cc', | 538 'browser/extensions/api/system_cpu/cpu_info_provider.cc', |
537 'browser/extensions/api/system_cpu/cpu_info_provider.h', | 539 'browser/extensions/api/system_cpu/cpu_info_provider.h', |
538 'browser/extensions/api/system_cpu/cpu_info_provider_android.cc', | 540 'browser/extensions/api/system_cpu/cpu_info_provider_android.cc', |
539 'browser/extensions/api/system_cpu/cpu_info_provider_linux.cc', | 541 'browser/extensions/api/system_cpu/cpu_info_provider_linux.cc', |
540 'browser/extensions/api/system_cpu/cpu_info_provider_mac.cc', | 542 'browser/extensions/api/system_cpu/cpu_info_provider_mac.cc', |
541 'browser/extensions/api/system_cpu/cpu_info_provider_win.cc', | 543 'browser/extensions/api/system_cpu/cpu_info_provider_win.cc', |
542 'browser/extensions/api/system_cpu/system_cpu_api.cc', | 544 'browser/extensions/api/system_cpu/system_cpu_api.cc', |
543 'browser/extensions/api/system_cpu/system_cpu_api.h', | 545 'browser/extensions/api/system_cpu/system_cpu_api.h', |
544 'browser/extensions/api/system_display/display_info_provider.cc', | 546 'browser/extensions/api/system_display/display_info_provider.cc', |
545 'browser/extensions/api/system_display/display_info_provider.h', | 547 'browser/extensions/api/system_display/display_info_provider.h', |
(...skipping 680 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1226 'type': 'static_library', | 1228 'type': 'static_library', |
1227 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], | 1229 'sources': [ 'browser/extensions/api/cast_channel/cast_channel.proto' ], |
1228 'variables': { | 1230 'variables': { |
1229 'proto_in_dir': 'browser/extensions/api/cast_channel', | 1231 'proto_in_dir': 'browser/extensions/api/cast_channel', |
1230 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', | 1232 'proto_out_dir': 'chrome/browser/extensions/api/cast_channel', |
1231 }, | 1233 }, |
1232 'includes': [ '../build/protoc.gypi' ] | 1234 'includes': [ '../build/protoc.gypi' ] |
1233 }, | 1235 }, |
1234 ], # 'conditions' | 1236 ], # 'conditions' |
1235 } | 1237 } |
OLD | NEW |