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

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

Issue 2441163002: 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 b7802a75c47dc94977a264146810cd91a0f6609f..5606dd8bc374a9a7704d9cab7b0add66ffe0055d 100644
--- a/third_party/WebKit/Source/devtools/BUILD.gn
+++ b/third_party/WebKit/Source/devtools/BUILD.gn
@@ -1002,7 +1002,7 @@ copy("copy_emulated_devices_images") {
}
action("generate_devtools_grd") {
- script = "scripts/generate_devtools_grd.py"
+ script = "scripts/build/generate_devtools_grd.py"
deps = [
":devtools_frontend_resources",
@@ -1042,7 +1042,7 @@ action("generate_devtools_grd") {
}
action("devtools_extension_api") {
- script = "scripts/generate_devtools_extension_api.py"
+ script = "scripts/build/generate_devtools_extension_api.py"
inputs = devtools_extension_api_files
outputs = [
@@ -1054,7 +1054,7 @@ action("devtools_extension_api") {
}
action("supported_css_properties") {
- script = "scripts/generate_supported_css.py"
+ script = "scripts/build/generate_supported_css.py"
inputs = [
"../core/css/CSSProperties.in",
@@ -1069,7 +1069,7 @@ action("supported_css_properties") {
}
action("frontend_protocol_sources") {
- script = "scripts/CodeGeneratorFrontend.py"
+ script = "scripts/build/code_generator_frontend.py"
deps = [
"../core/inspector:protocol_version",
]
@@ -1087,7 +1087,7 @@ action("frontend_protocol_sources") {
}
action("build_release_devtools") {
- script = "scripts/build_release_applications.py"
+ script = "scripts/build/build_release_applications.py"
deps = [
":frontend_protocol_sources",
@@ -1095,8 +1095,8 @@ action("build_release_devtools") {
]
helper_scripts = [
- "scripts/modular_build.py",
- "scripts/rjsmin.py",
+ "scripts/build/modular_build.py",
+ "scripts/build/rjsmin.py",
]
inputs = helper_scripts + all_devtools_files + generated_scripts + [
@@ -1119,7 +1119,7 @@ if (debug_devtools) {
resources_out_debug_dir = "$root_out_dir/resources/inspector/debug"
action("build_debug_devtools") {
- script = "scripts/build_debug_applications.py"
+ script = "scripts/build/build_debug_applications.py"
deps = [
":copy_generated_scripts",
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/PRESUBMIT.py » ('j') | third_party/WebKit/Source/devtools/scripts/README.md » ('J')

Powered by Google App Engine
This is Rietveld 408576698