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

Side by Side Diff: extensions/extensions.gyp

Issue 657693002: Move request_queue/_impl to //extensions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@download-manifest-url-handler
Patch Set: merge up 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
« no previous file with comments | « extensions/browser/updater/request_queue_impl.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 703 matching lines...) Expand 10 before | Expand all | Expand 10 after
714 'browser/state_store.h', 714 'browser/state_store.h',
715 'browser/suggest_permission_util.cc', 715 'browser/suggest_permission_util.cc',
716 'browser/suggest_permission_util.h', 716 'browser/suggest_permission_util.h',
717 'browser/uninstall_reason.h', 717 'browser/uninstall_reason.h',
718 'browser/update_observer.h', 718 'browser/update_observer.h',
719 'browser/updater/extension_cache.h', 719 'browser/updater/extension_cache.h',
720 'browser/updater/manifest_fetch_data.cc', 720 'browser/updater/manifest_fetch_data.cc',
721 'browser/updater/manifest_fetch_data.h', 721 'browser/updater/manifest_fetch_data.h',
722 'browser/updater/null_extension_cache.cc', 722 'browser/updater/null_extension_cache.cc',
723 'browser/updater/null_extension_cache.h', 723 'browser/updater/null_extension_cache.h',
724 'browser/updater/request_queue.h',
725 'browser/updater/request_queue_impl.h',
724 'browser/updater/safe_manifest_parser.cc', 726 'browser/updater/safe_manifest_parser.cc',
725 'browser/updater/safe_manifest_parser.h', 727 'browser/updater/safe_manifest_parser.h',
726 'browser/url_request_util.cc', 728 'browser/url_request_util.cc',
727 'browser/url_request_util.h', 729 'browser/url_request_util.h',
728 'browser/value_store/leveldb_value_store.cc', 730 'browser/value_store/leveldb_value_store.cc',
729 'browser/value_store/leveldb_value_store.h', 731 'browser/value_store/leveldb_value_store.h',
730 'browser/value_store/testing_value_store.cc', 732 'browser/value_store/testing_value_store.cc',
731 'browser/value_store/testing_value_store.h', 733 'browser/value_store/testing_value_store.h',
732 'browser/value_store/value_store.cc', 734 'browser/value_store/value_store.cc',
733 'browser/value_store/value_store.h', 735 'browser/value_store/value_store.h',
(...skipping 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 'conditions': [ 1192 'conditions': [
1191 ['OS=="win" and win_use_allocator_shim==1', { 1193 ['OS=="win" and win_use_allocator_shim==1', {
1192 'dependencies': [ 1194 'dependencies': [
1193 '../base/allocator/allocator.gyp:allocator', 1195 '../base/allocator/allocator.gyp:allocator',
1194 ], 1196 ],
1195 }], 1197 }],
1196 ], 1198 ],
1197 }, 1199 },
1198 ] 1200 ]
1199 } 1201 }
OLDNEW
« no previous file with comments | « extensions/browser/updater/request_queue_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698