| 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 368 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 379 'browser/extensions/api/system_info_display/display_info_provider_chrome
os.cc', | 379 'browser/extensions/api/system_info_display/display_info_provider_chrome
os.cc', |
| 380 'browser/extensions/api/system_info_display/display_info_provider_mac.cc
', | 380 'browser/extensions/api/system_info_display/display_info_provider_mac.cc
', |
| 381 'browser/extensions/api/system_info_display/display_info_provider_win.cc
', | 381 'browser/extensions/api/system_info_display/display_info_provider_win.cc
', |
| 382 'browser/extensions/api/system_info_display/display_info_provider_x11.cc
', | 382 'browser/extensions/api/system_info_display/display_info_provider_x11.cc
', |
| 383 'browser/extensions/api/system_info_display/system_info_display_api.cc', | 383 'browser/extensions/api/system_info_display/system_info_display_api.cc', |
| 384 'browser/extensions/api/system_info_display/system_info_display_api.h', | 384 'browser/extensions/api/system_info_display/system_info_display_api.h', |
| 385 'browser/extensions/api/system_info_memory/memory_info_provider.cc', | 385 'browser/extensions/api/system_info_memory/memory_info_provider.cc', |
| 386 'browser/extensions/api/system_info_memory/memory_info_provider.h', | 386 'browser/extensions/api/system_info_memory/memory_info_provider.h', |
| 387 'browser/extensions/api/system_info_memory/system_info_memory_api.cc', | 387 'browser/extensions/api/system_info_memory/system_info_memory_api.cc', |
| 388 'browser/extensions/api/system_info_memory/system_info_memory_api.h', | 388 'browser/extensions/api/system_info_memory/system_info_memory_api.h', |
| 389 'browser/extensions/api/system_info_storage/storage_info_observer.h', |
| 389 'browser/extensions/api/system_info_storage/storage_info_provider.cc', | 390 'browser/extensions/api/system_info_storage/storage_info_provider.cc', |
| 390 'browser/extensions/api/system_info_storage/storage_info_provider.h', | 391 'browser/extensions/api/system_info_storage/storage_info_provider.h', |
| 391 'browser/extensions/api/system_info_storage/storage_info_provider_linux.
cc', | 392 'browser/extensions/api/system_info_storage/storage_info_provider_linux.
cc', |
| 392 'browser/extensions/api/system_info_storage/storage_info_provider_mac.cc
', | 393 'browser/extensions/api/system_info_storage/storage_info_provider_mac.cc
', |
| 393 'browser/extensions/api/system_info_storage/storage_info_provider_win.cc
', | 394 'browser/extensions/api/system_info_storage/storage_info_provider_win.cc
', |
| 394 'browser/extensions/api/system_info_storage/system_info_storage_api.cc', | 395 'browser/extensions/api/system_info_storage/system_info_storage_api.cc', |
| 395 'browser/extensions/api/system_info_storage/system_info_storage_api.h', | 396 'browser/extensions/api/system_info_storage/system_info_storage_api.h', |
| 396 'browser/extensions/api/tab_capture/tab_capture_api.cc', | 397 'browser/extensions/api/tab_capture/tab_capture_api.cc', |
| 397 'browser/extensions/api/tab_capture/tab_capture_api.h', | 398 'browser/extensions/api/tab_capture/tab_capture_api.h', |
| 398 'browser/extensions/api/tab_capture/tab_capture_registry.cc', | 399 'browser/extensions/api/tab_capture/tab_capture_registry.cc', |
| (...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 965 'variables': { | 966 'variables': { |
| 966 'proto_in_dir': 'browser/chromeos/contacts', | 967 'proto_in_dir': 'browser/chromeos/contacts', |
| 967 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 968 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 968 }, | 969 }, |
| 969 'includes': [ '../build/protoc.gypi' ] | 970 'includes': [ '../build/protoc.gypi' ] |
| 970 }, | 971 }, |
| 971 ], | 972 ], |
| 972 },], # 'chromeos=1' | 973 },], # 'chromeos=1' |
| 973 ], # 'conditions' | 974 ], # 'conditions' |
| 974 } | 975 } |
| OLD | NEW |