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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2909253002: Eliminate absolute paths in ninja files for Linux Release build (Closed)
Patch Set: Created 3 years, 7 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 | « no previous file | third_party/google_input_tools/closure.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index dbcceb8fc0faeb2dfda297d2b364a3169c8a4c39..5189e5aa8ab1492e8ea72e2db9afdd3dbcf254f8 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -683,7 +683,7 @@ grit("resources") {
html_min_css = "$blink_core_output_dir/html.css"
grit_flags = [
"-E",
- "html_min_css=" + rebase_path(html_min_css),
+ "html_min_css=" + rebase_path(html_min_css, "."),
]
deps = [
"//third_party/WebKit/Source/core:make_minimized_css",
« no previous file with comments | « no previous file | third_party/google_input_tools/closure.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698