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

Side by Side Diff: extensions/extensions.gyp

Issue 476073002: Revert of Factor Chrome details out of update manifest fetching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
489 'browser/quota_service.cc', 489 'browser/quota_service.cc',
490 'browser/quota_service.h', 490 'browser/quota_service.h',
491 'browser/renderer_startup_helper.cc', 491 'browser/renderer_startup_helper.cc',
492 'browser/renderer_startup_helper.h', 492 'browser/renderer_startup_helper.h',
493 'browser/runtime_data.cc', 493 'browser/runtime_data.cc',
494 'browser/runtime_data.h', 494 'browser/runtime_data.h',
495 'browser/state_store.cc', 495 'browser/state_store.cc',
496 'browser/state_store.h', 496 'browser/state_store.h',
497 'browser/uninstall_reason.h', 497 'browser/uninstall_reason.h',
498 'browser/update_observer.h', 498 'browser/update_observer.h',
499 'browser/updater/manifest_fetch_data.cc',
500 'browser/updater/manifest_fetch_data.h',
501 'browser/value_store/leveldb_value_store.cc', 499 'browser/value_store/leveldb_value_store.cc',
502 'browser/value_store/leveldb_value_store.h', 500 'browser/value_store/leveldb_value_store.h',
503 'browser/value_store/testing_value_store.cc', 501 'browser/value_store/testing_value_store.cc',
504 'browser/value_store/testing_value_store.h', 502 'browser/value_store/testing_value_store.h',
505 'browser/value_store/value_store.cc', 503 'browser/value_store/value_store.cc',
506 'browser/value_store/value_store.h', 504 'browser/value_store/value_store.h',
507 'browser/value_store/value_store_change.cc', 505 'browser/value_store/value_store_change.cc',
508 'browser/value_store/value_store_change.h', 506 'browser/value_store/value_store_change.h',
509 'browser/value_store/value_store_frontend.cc', 507 'browser/value_store/value_store_frontend.cc',
510 'browser/value_store/value_store_frontend.h', 508 'browser/value_store/value_store_frontend.h',
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
915 'browser/api/cast_channel/logging.proto' 913 'browser/api/cast_channel/logging.proto'
916 ], 914 ],
917 'variables': { 915 'variables': {
918 'proto_in_dir': 'browser/api/cast_channel', 916 'proto_in_dir': 'browser/api/cast_channel',
919 'proto_out_dir': 'extensions/browser/api/cast_channel', 917 'proto_out_dir': 'extensions/browser/api/cast_channel',
920 }, 918 },
921 'includes': [ '../build/protoc.gypi' ] 919 'includes': [ '../build/protoc.gypi' ]
922 }, 920 },
923 ] 921 ]
924 } 922 }
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