| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 688 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 699 'browser/process_map_factory.h', | 699 'browser/process_map_factory.h', |
| 700 'browser/quota_service.cc', | 700 'browser/quota_service.cc', |
| 701 'browser/quota_service.h', | 701 'browser/quota_service.h', |
| 702 'browser/renderer_startup_helper.cc', | 702 'browser/renderer_startup_helper.cc', |
| 703 'browser/renderer_startup_helper.h', | 703 'browser/renderer_startup_helper.h', |
| 704 'browser/runtime_data.cc', | 704 'browser/runtime_data.cc', |
| 705 'browser/runtime_data.h', | 705 'browser/runtime_data.h', |
| 706 'browser/script_execution_observer.h', | 706 'browser/script_execution_observer.h', |
| 707 'browser/script_executor.cc', | 707 'browser/script_executor.cc', |
| 708 'browser/script_executor.h', | 708 'browser/script_executor.h', |
| 709 'browser/service_registration_manager.cc', |
| 710 'browser/service_registration_manager.h', |
| 709 'browser/stash_backend.cc', | 711 'browser/stash_backend.cc', |
| 710 'browser/stash_backend.h', | 712 'browser/stash_backend.h', |
| 711 'browser/state_store.cc', | 713 'browser/state_store.cc', |
| 712 'browser/state_store.h', | 714 'browser/state_store.h', |
| 713 'browser/suggest_permission_util.cc', | 715 'browser/suggest_permission_util.cc', |
| 714 'browser/suggest_permission_util.h', | 716 'browser/suggest_permission_util.h', |
| 715 'browser/uninstall_reason.h', | 717 'browser/uninstall_reason.h', |
| 716 'browser/update_observer.h', | 718 'browser/update_observer.h', |
| 717 'browser/updater/manifest_fetch_data.cc', | 719 'browser/updater/manifest_fetch_data.cc', |
| 718 'browser/updater/manifest_fetch_data.h', | 720 'browser/updater/manifest_fetch_data.h', |
| (...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1185 'conditions': [ | 1187 'conditions': [ |
| 1186 ['OS=="win" and win_use_allocator_shim==1', { | 1188 ['OS=="win" and win_use_allocator_shim==1', { |
| 1187 'dependencies': [ | 1189 'dependencies': [ |
| 1188 '../base/allocator/allocator.gyp:allocator', | 1190 '../base/allocator/allocator.gyp:allocator', |
| 1189 ], | 1191 ], |
| 1190 }], | 1192 }], |
| 1191 ], | 1193 ], |
| 1192 }, | 1194 }, |
| 1193 ] | 1195 ] |
| 1194 } | 1196 } |
| OLD | NEW |