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

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: Forgot to add the namespace on chrome_url_request_util.cc 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 457 matching lines...) Expand 10 before | Expand all | Expand 10 after
1137 'browser/api/cast_channel/logging.proto' 1139 'browser/api/cast_channel/logging.proto'
1138 ], 1140 ],
1139 'variables': { 1141 'variables': {
1140 'proto_in_dir': 'browser/api/cast_channel', 1142 'proto_in_dir': 'browser/api/cast_channel',
1141 'proto_out_dir': 'extensions/browser/api/cast_channel', 1143 'proto_out_dir': 'extensions/browser/api/cast_channel',
1142 }, 1144 },
1143 'includes': [ '../build/protoc.gypi' ] 1145 'includes': [ '../build/protoc.gypi' ]
1144 }, 1146 },
1145 ] 1147 ]
1146 } 1148 }
OLDNEW
« no previous file with comments | « extensions/browser/url_request_util.cc ('k') | extensions/shell/browser/shell_browser_main_parts.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698