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

Unified Diff: src/inspector/BUILD.gn

Issue 2921623006: [inspector] Inline InjectedScriptNative into InjectedScript (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | src/inspector/injected-script.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/inspector/BUILD.gn
diff --git a/src/inspector/BUILD.gn b/src/inspector/BUILD.gn
index e6742c09f78001bccc99be01e2cda55be4d3b12e..eb3aaec1059785ff791d490d637daa6025429d7b 100644
--- a/src/inspector/BUILD.gn
+++ b/src/inspector/BUILD.gn
@@ -132,8 +132,6 @@ v8_source_set("inspector") {
sources += get_target_outputs(":inspector_injected_script")
sources += get_target_outputs(":inspector_debugger_script")
sources += [
- "injected-script-native.cc",
- "injected-script-native.h",
"injected-script.cc",
"injected-script.h",
"inspected-context.cc",
« no previous file with comments | « no previous file | src/inspector/injected-script.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698