| 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"
|
| -}
|
|
|