| 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 359 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 'browser/extensions/api/streams_private/streams_private_api.cc', | 370 'browser/extensions/api/streams_private/streams_private_api.cc', |
| 371 'browser/extensions/api/streams_private/streams_private_api.h', | 371 'browser/extensions/api/streams_private/streams_private_api.h', |
| 372 'browser/extensions/api/streams_private/streams_resource_throttle.cc', | 372 'browser/extensions/api/streams_private/streams_resource_throttle.cc', |
| 373 'browser/extensions/api/streams_private/streams_resource_throttle.h', | 373 'browser/extensions/api/streams_private/streams_resource_throttle.h', |
| 374 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f
actory.cc', | 374 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f
actory.cc', |
| 375 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f
actory.h', | 375 'browser/extensions/api/sync_file_system/extension_sync_event_observer_f
actory.h', |
| 376 'browser/extensions/api/sync_file_system/extension_sync_event_observer.c
c', | 376 'browser/extensions/api/sync_file_system/extension_sync_event_observer.c
c', |
| 377 'browser/extensions/api/sync_file_system/extension_sync_event_observer.h
', | 377 'browser/extensions/api/sync_file_system/extension_sync_event_observer.h
', |
| 378 'browser/extensions/api/sync_file_system/sync_file_system_api.cc', | 378 'browser/extensions/api/sync_file_system/sync_file_system_api.cc', |
| 379 'browser/extensions/api/sync_file_system/sync_file_system_api.h', | 379 'browser/extensions/api/sync_file_system/sync_file_system_api.h', |
| 380 'browser/extensions/api/system_indicator/system_indicator_api.cc', |
| 380 'browser/extensions/api/system_indicator/system_indicator_api.h', | 381 'browser/extensions/api/system_indicator/system_indicator_api.h', |
| 381 'browser/extensions/api/system_indicator/system_indicator_manager.cc', | 382 'browser/extensions/api/system_indicator/system_indicator_manager.cc', |
| 382 'browser/extensions/api/system_indicator/system_indicator_manager.h', | 383 'browser/extensions/api/system_indicator/system_indicator_manager.h', |
| 383 'browser/extensions/api/system_indicator/system_indicator_manager_factor
y.cc', | 384 'browser/extensions/api/system_indicator/system_indicator_manager_factor
y.cc', |
| 384 'browser/extensions/api/system_indicator/system_indicator_manager_factor
y.h', | 385 'browser/extensions/api/system_indicator/system_indicator_manager_factor
y.h', |
| 385 'browser/extensions/api/system_info_cpu/cpu_info_provider.cc', | 386 'browser/extensions/api/system_info_cpu/cpu_info_provider.cc', |
| 386 'browser/extensions/api/system_info_cpu/cpu_info_provider.h', | 387 'browser/extensions/api/system_info_cpu/cpu_info_provider.h', |
| 387 'browser/extensions/api/system_info_cpu/cpu_info_provider_linux.cc', | 388 'browser/extensions/api/system_info_cpu/cpu_info_provider_linux.cc', |
| 388 'browser/extensions/api/system_info_cpu/cpu_info_provider_mac.cc', | 389 'browser/extensions/api/system_info_cpu/cpu_info_provider_mac.cc', |
| 389 'browser/extensions/api/system_info_cpu/cpu_info_provider_win.cc', | 390 'browser/extensions/api/system_info_cpu/cpu_info_provider_win.cc', |
| (...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 941 'variables': { | 942 'variables': { |
| 942 'proto_in_dir': 'browser/chromeos/contacts', | 943 'proto_in_dir': 'browser/chromeos/contacts', |
| 943 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 944 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 944 }, | 945 }, |
| 945 'includes': [ '../build/protoc.gypi' ] | 946 'includes': [ '../build/protoc.gypi' ] |
| 946 }, | 947 }, |
| 947 ], | 948 ], |
| 948 },], # 'chromeos=1' | 949 },], # 'chromeos=1' |
| 949 ], # 'conditions' | 950 ], # 'conditions' |
| 950 } | 951 } |
| OLD | NEW |