| 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 358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 'browser/extensions/api/system_info_display/display_info_provider.h', | 369 'browser/extensions/api/system_info_display/display_info_provider.h', |
| 370 'browser/extensions/api/system_info_display/display_info_provider_mac.cc
', | 370 'browser/extensions/api/system_info_display/display_info_provider_mac.cc
', |
| 371 'browser/extensions/api/system_info_display/display_info_provider_win.cc
', | 371 'browser/extensions/api/system_info_display/display_info_provider_win.cc
', |
| 372 'browser/extensions/api/system_info_display/display_info_provider_x11.cc
', | 372 'browser/extensions/api/system_info_display/display_info_provider_x11.cc
', |
| 373 'browser/extensions/api/system_info_display/system_info_display_api.cc', | 373 'browser/extensions/api/system_info_display/system_info_display_api.cc', |
| 374 'browser/extensions/api/system_info_display/system_info_display_api.h', | 374 'browser/extensions/api/system_info_display/system_info_display_api.h', |
| 375 'browser/extensions/api/system_info_memory/memory_info_provider.cc', | 375 'browser/extensions/api/system_info_memory/memory_info_provider.cc', |
| 376 'browser/extensions/api/system_info_memory/memory_info_provider.h', | 376 'browser/extensions/api/system_info_memory/memory_info_provider.h', |
| 377 'browser/extensions/api/system_info_memory/system_info_memory_api.cc', | 377 'browser/extensions/api/system_info_memory/system_info_memory_api.cc', |
| 378 'browser/extensions/api/system_info_memory/system_info_memory_api.h', | 378 'browser/extensions/api/system_info_memory/system_info_memory_api.h', |
| 379 'browser/extensions/api/system_info_storage/storage_info_observer.h', |
| 379 'browser/extensions/api/system_info_storage/storage_info_provider.cc', | 380 'browser/extensions/api/system_info_storage/storage_info_provider.cc', |
| 380 'browser/extensions/api/system_info_storage/storage_info_provider.h', | 381 'browser/extensions/api/system_info_storage/storage_info_provider.h', |
| 381 'browser/extensions/api/system_info_storage/storage_info_provider_linux.
cc', | 382 'browser/extensions/api/system_info_storage/storage_info_provider_linux.
cc', |
| 382 'browser/extensions/api/system_info_storage/storage_info_provider_mac.cc
', | 383 'browser/extensions/api/system_info_storage/storage_info_provider_mac.cc
', |
| 383 'browser/extensions/api/system_info_storage/storage_info_provider_win.cc
', | 384 'browser/extensions/api/system_info_storage/storage_info_provider_win.cc
', |
| 384 'browser/extensions/api/system_info_storage/system_info_storage_api.cc', | 385 'browser/extensions/api/system_info_storage/system_info_storage_api.cc', |
| 385 'browser/extensions/api/system_info_storage/system_info_storage_api.h', | 386 'browser/extensions/api/system_info_storage/system_info_storage_api.h', |
| 386 'browser/extensions/api/tab_capture/tab_capture_api.cc', | 387 'browser/extensions/api/tab_capture/tab_capture_api.cc', |
| 387 'browser/extensions/api/tab_capture/tab_capture_api.h', | 388 'browser/extensions/api/tab_capture/tab_capture_api.h', |
| 388 'browser/extensions/api/tab_capture/tab_capture_registry.cc', | 389 'browser/extensions/api/tab_capture/tab_capture_registry.cc', |
| (...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 950 'variables': { | 951 'variables': { |
| 951 'proto_in_dir': 'browser/chromeos/contacts', | 952 'proto_in_dir': 'browser/chromeos/contacts', |
| 952 'proto_out_dir': 'chrome/browser/chromeos/contacts', | 953 'proto_out_dir': 'chrome/browser/chromeos/contacts', |
| 953 }, | 954 }, |
| 954 'includes': [ '../build/protoc.gypi' ] | 955 'includes': [ '../build/protoc.gypi' ] |
| 955 }, | 956 }, |
| 956 ], | 957 ], |
| 957 },], # 'chromeos=1' | 958 },], # 'chromeos=1' |
| 958 ], # 'conditions' | 959 ], # 'conditions' |
| 959 } | 960 } |
| OLD | NEW |