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

Unified Diff: Source/platform/BUILD.gn

Issue 298703005: First pass on blink compiling for GN build (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebuilding fixed Created 6 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
« Source/bindings/bindings.gni ('K') | « Source/modules/modules.gni ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/BUILD.gn
diff --git a/Source/platform/BUILD.gn b/Source/platform/BUILD.gn
index db53f0b0e131ae2120bac3acc804749976cea17d..da151ba376120c2e0e4f4aaba4e77362f1582365 100644
--- a/Source/platform/BUILD.gn
+++ b/Source/platform/BUILD.gn
@@ -107,7 +107,7 @@ action("runtime_enabled_features") {
output_path = "$root_gen_dir/blink"
outputs = [
"$output_path/RuntimeEnabledFeatures.cpp",
- "$output_path/blink/RuntimeEnabledFeatures.h",
+ "$output_path/RuntimeEnabledFeatures.h",
]
args = [
« Source/bindings/bindings.gni ('K') | « Source/modules/modules.gni ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698