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

Side by Side Diff: Source/core/inspector/BUILD.gn

Issue 329993006: Implement main blink target in GN. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/modules/BUILD.gn » ('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 import("//third_party/WebKit/Source/build/convert_file_to_header_with_character_ array.gni") 5 import("//third_party/WebKit/Source/build/convert_file_to_header_with_character_ array.gni")
6 import("//third_party/WebKit/Source/bindings/bindings.gni") 6 import("//third_party/WebKit/Source/bindings/bindings.gni")
7 import("//third_party/WebKit/Source/core/core.gni") 7 import("//third_party/WebKit/Source/core/core.gni")
8 8
9 visibility = "//third_party/WebKit/Source/*"
10
9 protocol_file = "../../devtools/protocol.json" 11 protocol_file = "../../devtools/protocol.json"
10 12
11 action("protocol_sources") { 13 action("protocol_sources") {
12 script = "CodeGeneratorInspector.py" 14 script = "CodeGeneratorInspector.py"
13 15
14 source_prereqs = [ 16 source_prereqs = [
15 # The helper script imported by CodeGeneratorInspector.py. 17 # The helper script imported by CodeGeneratorInspector.py.
16 "CodeGeneratorInspectorStrings.py", 18 "CodeGeneratorInspectorStrings.py",
17 protocol_file, 19 protocol_file,
18 ] 20 ]
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 input_file_path = "InjectedScriptSource.js" 89 input_file_path = "InjectedScriptSource.js"
88 output_file_path = "$blink_core_output_dir/InjectedScriptSource.h" 90 output_file_path = "$blink_core_output_dir/InjectedScriptSource.h"
89 character_array_name = "InjectedScriptSource_js" 91 character_array_name = "InjectedScriptSource_js"
90 } 92 }
91 93
92 convert_file_to_header_with_character_array("debugger_script_source") { 94 convert_file_to_header_with_character_array("debugger_script_source") {
93 input_file_path = "$bindings_v8_dir/DebuggerScript.js" 95 input_file_path = "$bindings_v8_dir/DebuggerScript.js"
94 output_file_path = "$blink_core_output_dir/DebuggerScriptSource.h" 96 output_file_path = "$blink_core_output_dir/DebuggerScriptSource.h"
95 character_array_name = "DebuggerScriptSource_js" 97 character_array_name = "DebuggerScriptSource_js"
96 } 98 }
OLDNEW
« no previous file with comments | « Source/core/BUILD.gn ('k') | Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698