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

Side by Side Diff: extensions/extensions.gyp

Issue 475423002: Reland: Factor Chrome details out of update manifest fetching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: uh merge fail? Created 6 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « extensions/browser/updater/manifest_fetch_data.cc ('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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 'browser/runtime_data.h', 660 'browser/runtime_data.h',
661 'browser/script_execution_observer.h', 661 'browser/script_execution_observer.h',
662 'browser/script_executor.cc', 662 'browser/script_executor.cc',
663 'browser/script_executor.h', 663 'browser/script_executor.h',
664 'browser/state_store.cc', 664 'browser/state_store.cc',
665 'browser/state_store.h', 665 'browser/state_store.h',
666 'browser/suggest_permission_util.cc', 666 'browser/suggest_permission_util.cc',
667 'browser/suggest_permission_util.h', 667 'browser/suggest_permission_util.h',
668 'browser/uninstall_reason.h', 668 'browser/uninstall_reason.h',
669 'browser/update_observer.h', 669 'browser/update_observer.h',
670 'browser/updater/manifest_fetch_data.cc',
671 'browser/updater/manifest_fetch_data.h',
670 'browser/url_request_util.cc', 672 'browser/url_request_util.cc',
671 'browser/url_request_util.h', 673 'browser/url_request_util.h',
672 'browser/value_store/leveldb_value_store.cc', 674 'browser/value_store/leveldb_value_store.cc',
673 'browser/value_store/leveldb_value_store.h', 675 'browser/value_store/leveldb_value_store.h',
674 'browser/value_store/testing_value_store.cc', 676 'browser/value_store/testing_value_store.cc',
675 'browser/value_store/testing_value_store.h', 677 'browser/value_store/testing_value_store.h',
676 'browser/value_store/value_store.cc', 678 'browser/value_store/value_store.cc',
677 'browser/value_store/value_store.h', 679 'browser/value_store/value_store.h',
678 'browser/value_store/value_store_change.cc', 680 'browser/value_store/value_store_change.cc',
679 'browser/value_store/value_store_change.h', 681 'browser/value_store/value_store_change.h',
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
1142 'browser/api/cast_channel/logging.proto' 1144 'browser/api/cast_channel/logging.proto'
1143 ], 1145 ],
1144 'variables': { 1146 'variables': {
1145 'proto_in_dir': 'browser/api/cast_channel', 1147 'proto_in_dir': 'browser/api/cast_channel',
1146 'proto_out_dir': 'extensions/browser/api/cast_channel', 1148 'proto_out_dir': 'extensions/browser/api/cast_channel',
1147 }, 1149 },
1148 'includes': [ '../build/protoc.gypi' ] 1150 'includes': [ '../build/protoc.gypi' ]
1149 }, 1151 },
1150 ] 1152 ]
1151 } 1153 }
OLDNEW
« no previous file with comments | « extensions/browser/updater/manifest_fetch_data.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698