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

Side by Side Diff: extensions/extensions.gyp

Issue 573843002: Allows webview to access extension resources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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/url_request_util.cc',
671 'browser/url_request_util.h',
670 'browser/value_store/leveldb_value_store.cc', 672 'browser/value_store/leveldb_value_store.cc',
671 'browser/value_store/leveldb_value_store.h', 673 'browser/value_store/leveldb_value_store.h',
672 'browser/value_store/testing_value_store.cc', 674 'browser/value_store/testing_value_store.cc',
673 'browser/value_store/testing_value_store.h', 675 'browser/value_store/testing_value_store.h',
674 'browser/value_store/value_store.cc', 676 'browser/value_store/value_store.cc',
675 'browser/value_store/value_store.h', 677 'browser/value_store/value_store.h',
676 'browser/value_store/value_store_change.cc', 678 'browser/value_store/value_store_change.cc',
677 'browser/value_store/value_store_change.h', 679 'browser/value_store/value_store_change.h',
678 'browser/value_store/value_store_frontend.cc', 680 'browser/value_store/value_store_frontend.cc',
679 'browser/value_store/value_store_frontend.h', 681 'browser/value_store/value_store_frontend.h',
(...skipping 478 matching lines...) Expand 10 before | Expand all | Expand 10 after
1158 'browser/api/cast_channel/logging.proto' 1160 'browser/api/cast_channel/logging.proto'
1159 ], 1161 ],
1160 'variables': { 1162 'variables': {
1161 'proto_in_dir': 'browser/api/cast_channel', 1163 'proto_in_dir': 'browser/api/cast_channel',
1162 'proto_out_dir': 'extensions/browser/api/cast_channel', 1164 'proto_out_dir': 'extensions/browser/api/cast_channel',
1163 }, 1165 },
1164 'includes': [ '../build/protoc.gypi' ] 1166 'includes': [ '../build/protoc.gypi' ]
1165 }, 1167 },
1166 ] 1168 ]
1167 } 1169 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698