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

Unified Diff: Source/core/inspector/BUILD.gn

Issue 402033002: Migrate all usages of xxd.py to blink_resources.grd and remove xxd.py - Part 3 (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Patch for landing! Created 6 years, 5 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 | « Source/core/core.gyp ('k') | Source/core/inspector/InjectedScriptCanvasModule.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/inspector/BUILD.gn
diff --git a/Source/core/inspector/BUILD.gn b/Source/core/inspector/BUILD.gn
index 84521aaedd8cc8bec743f43b3c81425b9405d56c..3d3192702de90d54433550d37647066e3f1637cd 100644
--- a/Source/core/inspector/BUILD.gn
+++ b/Source/core/inspector/BUILD.gn
@@ -2,7 +2,6 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//third_party/WebKit/Source/build/convert_file_to_header_with_character_array.gni")
import("//third_party/WebKit/Source/bindings/bindings.gni")
import("//third_party/WebKit/Source/core/core.gni")
@@ -72,27 +71,3 @@ action("protocol_version") {
rebase_path(protocol_file, root_build_dir),
]
}
-
-convert_file_to_header_with_character_array("inspector_overlay_page") {
- input_file_path = "InspectorOverlayPage.html"
- output_file_path = "$blink_core_output_dir/InspectorOverlayPage.h"
- character_array_name = "InspectorOverlayPage_html"
-}
-
-convert_file_to_header_with_character_array("injected_canvas_script_source") {
- input_file_path = "InjectedScriptCanvasModuleSource.js"
- output_file_path = "$blink_core_output_dir/InjectedScriptCanvasModuleSource.h"
- character_array_name = "InjectedScriptCanvasModuleSource_js"
-}
-
-convert_file_to_header_with_character_array("injected_script_source") {
- input_file_path = "InjectedScriptSource.js"
- output_file_path = "$blink_core_output_dir/InjectedScriptSource.h"
- character_array_name = "InjectedScriptSource_js"
-}
-
-convert_file_to_header_with_character_array("debugger_script_source") {
- input_file_path = "$bindings_core_v8_dir/DebuggerScript.js"
- output_file_path = "$blink_core_output_dir/DebuggerScriptSource.h"
- character_array_name = "DebuggerScriptSource_js"
-}
« no previous file with comments | « Source/core/core.gyp ('k') | Source/core/inspector/InjectedScriptCanvasModule.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698