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

Unified Diff: extensions/renderer/BUILD.gn

Issue 559103003: Cleanup: Remove Dispatcher and UserScript classes from builds where extensions are disabled. (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/extensions.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/BUILD.gn
diff --git a/extensions/renderer/BUILD.gn b/extensions/renderer/BUILD.gn
index 46a1ed99f3a720540356211aec0214bf01d82cdd..6f47c91c2401873a66c1b0810a936a2825e01b86 100644
--- a/extensions/renderer/BUILD.gn
+++ b/extensions/renderer/BUILD.gn
@@ -163,8 +163,16 @@ source_set("renderer") {
sources -= [
"api_definitions_natives.cc",
"context_menus_custom_bindings.cc",
+ "dispatcher.cc",
+ "dispatcher.h",
"render_view_observer_natives.cc",
"send_request_natives.cc",
+ "user_script_injector.cc",
+ "user_script_injector.h",
+ "user_script_set.cc",
+ "user_script_set.h",
+ "user_script_set_manager.cc",
+ "user_script_set_manager.h",
]
}
« no previous file with comments | « extensions/extensions.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698