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

Side by Side Diff: extensions/renderer/BUILD.gn

Issue 595033002: Move declarative_webrequest_custom_bindings.js. and declarative_web_request.json. (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
« no previous file with comments | « extensions/extensions_resources.grd ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 # GYP version: extensions/extensions.gyp:extensions_renderer 5 # GYP version: extensions/extensions.gyp:extensions_renderer
6 source_set("renderer") { 6 source_set("renderer") {
7 sources = [ 7 sources = [
8 "activity_log_converter_strategy.cc", 8 "activity_log_converter_strategy.cc",
9 "activity_log_converter_strategy.h", 9 "activity_log_converter_strategy.h",
10 "api_activity_logger.cc", 10 "api_activity_logger.cc",
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "programmatic_script_injector.h", 75 "programmatic_script_injector.h",
76 "render_view_observer_natives.cc", 76 "render_view_observer_natives.cc",
77 "request_sender.cc", 77 "request_sender.cc",
78 "request_sender.h", 78 "request_sender.h",
79 "resource_bundle_source_map.cc", 79 "resource_bundle_source_map.cc",
80 "resource_bundle_source_map.h", 80 "resource_bundle_source_map.h",
81 "resources/app_runtime_custom_bindings.js", 81 "resources/app_runtime_custom_bindings.js",
82 "resources/app_window_custom_bindings.js", 82 "resources/app_window_custom_bindings.js",
83 "resources/binding.js", 83 "resources/binding.js",
84 "resources/context_menus_custom_bindings.js", 84 "resources/context_menus_custom_bindings.js",
85 "resources/declarative_webrequest_custom_bindings.js",
85 "resources/entry_id_manager.js", 86 "resources/entry_id_manager.js",
86 "resources/event.js", 87 "resources/event.js",
87 "resources/extension.css", 88 "resources/extension.css",
88 "resources/extension_custom_bindings.js", 89 "resources/extension_custom_bindings.js",
89 "resources/extension_fonts.css", 90 "resources/extension_fonts.css",
90 "resources/greasemonkey_api.js", 91 "resources/greasemonkey_api.js",
91 "resources/i18n_custom_bindings.js", 92 "resources/i18n_custom_bindings.js",
92 "resources/image_util.js", 93 "resources/image_util.js",
93 "resources/json_schema.js", 94 "resources/json_schema.js",
94 "resources/last_error.js", 95 "resources/last_error.js",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 "//skia", 156 "//skia",
156 "//third_party/WebKit/public:blink", 157 "//third_party/WebKit/public:blink",
157 ] 158 ]
158 159
159 if (is_win) { 160 if (is_win) {
160 cflags = [ 161 cflags = [
161 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 162 "/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
162 ] 163 ]
163 } 164 }
164 } 165 }
OLDNEW
« no previous file with comments | « extensions/extensions_resources.grd ('k') | extensions/renderer/dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698