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 696 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
707 'browser/script_executor.cc', | 707 'browser/script_executor.cc', |
708 'browser/script_executor.h', | 708 'browser/script_executor.h', |
709 'browser/stash_backend.cc', | 709 'browser/stash_backend.cc', |
710 'browser/stash_backend.h', | 710 'browser/stash_backend.h', |
711 'browser/state_store.cc', | 711 'browser/state_store.cc', |
712 'browser/state_store.h', | 712 'browser/state_store.h', |
713 'browser/suggest_permission_util.cc', | 713 'browser/suggest_permission_util.cc', |
714 'browser/suggest_permission_util.h', | 714 'browser/suggest_permission_util.h', |
715 'browser/uninstall_reason.h', | 715 'browser/uninstall_reason.h', |
716 'browser/update_observer.h', | 716 'browser/update_observer.h', |
| 717 'browser/updater/extension_cache.h', |
717 'browser/updater/manifest_fetch_data.cc', | 718 'browser/updater/manifest_fetch_data.cc', |
718 'browser/updater/manifest_fetch_data.h', | 719 'browser/updater/manifest_fetch_data.h', |
| 720 'browser/updater/null_extension_cache.cc', |
| 721 'browser/updater/null_extension_cache.h', |
719 'browser/updater/safe_manifest_parser.cc', | 722 'browser/updater/safe_manifest_parser.cc', |
720 'browser/updater/safe_manifest_parser.h', | 723 'browser/updater/safe_manifest_parser.h', |
721 'browser/url_request_util.cc', | 724 'browser/url_request_util.cc', |
722 'browser/url_request_util.h', | 725 'browser/url_request_util.h', |
723 'browser/value_store/leveldb_value_store.cc', | 726 'browser/value_store/leveldb_value_store.cc', |
724 'browser/value_store/leveldb_value_store.h', | 727 'browser/value_store/leveldb_value_store.h', |
725 'browser/value_store/testing_value_store.cc', | 728 'browser/value_store/testing_value_store.cc', |
726 'browser/value_store/testing_value_store.h', | 729 'browser/value_store/testing_value_store.h', |
727 'browser/value_store/value_store.cc', | 730 'browser/value_store/value_store.cc', |
728 'browser/value_store/value_store.h', | 731 'browser/value_store/value_store.h', |
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1185 'conditions': [ | 1188 'conditions': [ |
1186 ['OS=="win" and win_use_allocator_shim==1', { | 1189 ['OS=="win" and win_use_allocator_shim==1', { |
1187 'dependencies': [ | 1190 'dependencies': [ |
1188 '../base/allocator/allocator.gyp:allocator', | 1191 '../base/allocator/allocator.gyp:allocator', |
1189 ], | 1192 ], |
1190 }], | 1193 }], |
1191 ], | 1194 ], |
1192 }, | 1195 }, |
1193 ] | 1196 ] |
1194 } | 1197 } |
OLD | NEW |