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

Unified Diff: third_party/WebKit/Source/devtools/BUILD.gn

Issue 2464463002: Revert of DevTools: clean up scripts folder (Closed)
Patch Set: Created 4 years, 2 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
Index: third_party/WebKit/Source/devtools/BUILD.gn
diff --git a/third_party/WebKit/Source/devtools/BUILD.gn b/third_party/WebKit/Source/devtools/BUILD.gn
index de5554d0aeb6ef13b41429be1019be96a6ceb2e7..c864359e8f9070ecb0d07742b2f31aadccff01d0 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -1003,7 +1003,7 @@
}
action("generate_devtools_grd") {
- script = "scripts/build/generate_devtools_grd.py"
+ script = "scripts/generate_devtools_grd.py"
deps = [
":devtools_frontend_resources",
@@ -1043,7 +1043,7 @@
}
action("devtools_extension_api") {
- script = "scripts/build/generate_devtools_extension_api.py"
+ script = "scripts/generate_devtools_extension_api.py"
inputs = devtools_extension_api_files
outputs = [
@@ -1055,7 +1055,7 @@
}
action("supported_css_properties") {
- script = "scripts/build/generate_supported_css.py"
+ script = "scripts/generate_supported_css.py"
inputs = [
"../core/css/CSSProperties.in",
@@ -1070,7 +1070,7 @@
}
action("frontend_protocol_sources") {
- script = "scripts/build/code_generator_frontend.py"
+ script = "scripts/CodeGeneratorFrontend.py"
deps = [
"../core/inspector:protocol_version",
]
@@ -1088,7 +1088,7 @@
}
action("build_release_devtools") {
- script = "scripts/build/build_release_applications.py"
+ script = "scripts/build_release_applications.py"
deps = [
":frontend_protocol_sources",
@@ -1096,8 +1096,8 @@
]
helper_scripts = [
- "scripts/build/modular_build.py",
- "scripts/build/rjsmin.py",
+ "scripts/modular_build.py",
+ "scripts/rjsmin.py",
]
inputs = helper_scripts + all_devtools_files + generated_scripts + [
@@ -1120,7 +1120,7 @@
resources_out_debug_dir = "$root_out_dir/resources/inspector/debug"
action("build_debug_devtools") {
- script = "scripts/build/build_debug_applications.py"
+ script = "scripts/build_debug_applications.py"
deps = [
":copy_generated_scripts",
« no previous file with comments | « chrome/browser/resources/chromeos/chromevox/run_jsbundler.gni ('k') | third_party/WebKit/Source/devtools/PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698