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

Side by Side Diff: extensions/extensions.gyp

Issue 465543004: 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
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 472 matching lines...) Expand 10 before | Expand all | Expand 10 after
483 'browser/quota_service.cc', 483 'browser/quota_service.cc',
484 'browser/quota_service.h', 484 'browser/quota_service.h',
485 'browser/renderer_startup_helper.cc', 485 'browser/renderer_startup_helper.cc',
486 'browser/renderer_startup_helper.h', 486 'browser/renderer_startup_helper.h',
487 'browser/runtime_data.cc', 487 'browser/runtime_data.cc',
488 'browser/runtime_data.h', 488 'browser/runtime_data.h',
489 'browser/state_store.cc', 489 'browser/state_store.cc',
490 'browser/state_store.h', 490 'browser/state_store.h',
491 'browser/uninstall_reason.h', 491 'browser/uninstall_reason.h',
492 'browser/update_observer.h', 492 'browser/update_observer.h',
493 'browser/updater/manifest_fetch_data.cc',
494 'browser/updater/manifest_fetch_data.h',
493 'browser/value_store/leveldb_value_store.cc', 495 'browser/value_store/leveldb_value_store.cc',
494 'browser/value_store/leveldb_value_store.h', 496 'browser/value_store/leveldb_value_store.h',
495 'browser/value_store/testing_value_store.cc', 497 'browser/value_store/testing_value_store.cc',
496 'browser/value_store/testing_value_store.h', 498 'browser/value_store/testing_value_store.h',
497 'browser/value_store/value_store.cc', 499 'browser/value_store/value_store.cc',
498 'browser/value_store/value_store.h', 500 'browser/value_store/value_store.h',
499 'browser/value_store/value_store_change.cc', 501 'browser/value_store/value_store_change.cc',
500 'browser/value_store/value_store_change.h', 502 'browser/value_store/value_store_change.h',
501 'browser/value_store/value_store_frontend.cc', 503 'browser/value_store/value_store_frontend.cc',
502 'browser/value_store/value_store_frontend.h', 504 'browser/value_store/value_store_frontend.h',
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
906 'browser/api/cast_channel/logging.proto' 908 'browser/api/cast_channel/logging.proto'
907 ], 909 ],
908 'variables': { 910 'variables': {
909 'proto_in_dir': 'browser/api/cast_channel', 911 'proto_in_dir': 'browser/api/cast_channel',
910 'proto_out_dir': 'extensions/browser/api/cast_channel', 912 'proto_out_dir': 'extensions/browser/api/cast_channel',
911 }, 913 },
912 'includes': [ '../build/protoc.gypi' ] 914 'includes': [ '../build/protoc.gypi' ]
913 }, 915 },
914 ] 916 ]
915 } 917 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698