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

Unified Diff: ash/BUILD.gn

Issue 1542633006: GN: Add assert that ash/BUILD.gn referenced only on supported platforms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: switch to use_ash Created 5 years 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 9dfa6f2d7f6bb42b0bbf4589d311978c166d7e76..7b0919c25b7894f543e4ff6cf6b6df6b759bf0f5 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -6,6 +6,8 @@ import("//build/config/features.gni")
import("//build/config/ui.gni")
import("//testing/test.gni")
+assert(use_ash)
+
gypi_values = exec_script("//build/gypi_to_gn.py",
[ rebase_path("ash.gyp") ],
"scope",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698