Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(132)

Side by Side Diff: extensions/extensions.gyp

Issue 653623002: Revert "Move ExtensionCache to //extensions" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Enable AutoEnrollmentClientTest.* and DeviceLocalAccountExternalPolicyLoaderTest.CacheNotStarted te… Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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',
718 'browser/updater/manifest_fetch_data.cc', 717 'browser/updater/manifest_fetch_data.cc',
719 'browser/updater/manifest_fetch_data.h', 718 'browser/updater/manifest_fetch_data.h',
720 'browser/updater/null_extension_cache.cc',
721 'browser/updater/null_extension_cache.h',
722 'browser/updater/safe_manifest_parser.cc', 719 'browser/updater/safe_manifest_parser.cc',
723 'browser/updater/safe_manifest_parser.h', 720 'browser/updater/safe_manifest_parser.h',
724 'browser/url_request_util.cc', 721 'browser/url_request_util.cc',
725 'browser/url_request_util.h', 722 'browser/url_request_util.h',
726 'browser/value_store/leveldb_value_store.cc', 723 'browser/value_store/leveldb_value_store.cc',
727 'browser/value_store/leveldb_value_store.h', 724 'browser/value_store/leveldb_value_store.h',
728 'browser/value_store/testing_value_store.cc', 725 'browser/value_store/testing_value_store.cc',
729 'browser/value_store/testing_value_store.h', 726 'browser/value_store/testing_value_store.h',
730 'browser/value_store/value_store.cc', 727 'browser/value_store/value_store.cc',
731 'browser/value_store/value_store.h', 728 'browser/value_store/value_store.h',
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1188 'conditions': [ 1185 'conditions': [
1189 ['OS=="win" and win_use_allocator_shim==1', { 1186 ['OS=="win" and win_use_allocator_shim==1', {
1190 'dependencies': [ 1187 'dependencies': [
1191 '../base/allocator/allocator.gyp:allocator', 1188 '../base/allocator/allocator.gyp:allocator',
1192 ], 1189 ],
1193 }], 1190 }],
1194 ], 1191 ],
1195 }, 1192 },
1196 ] 1193 ]
1197 } 1194 }
OLDNEW
« no previous file with comments | « extensions/browser/updater/null_extension_cache.cc ('k') | extensions/shell/browser/shell_extensions_browser_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698