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

Unified Diff: blimp/client/core/BUILD.gn

Issue 2223423004: Split out blimp client build config to its own config.gni file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2824
Patch Set: Created 4 years, 4 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 | blimp/client/core/config.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/BUILD.gn
diff --git a/blimp/client/core/BUILD.gn b/blimp/client/core/BUILD.gn
index 6cfad7d81ed9062228f76ec7b994df16e2a71d32..94a51aef57c5f670b65b04edc2aa8ac4174d9064 100644
--- a/blimp/client/core/BUILD.gn
+++ b/blimp/client/core/BUILD.gn
@@ -7,12 +7,7 @@ if (is_android) {
import("//build/config/android/rules.gni")
}
-declare_args() {
- # Enables the blimp client. This is required to get the actual implementation
- # of blimp.
- # By default, only a dummy-implementation is provided.
- enable_blimp_client = false
-}
+import("//blimp/client/core/config.gni")
# This target is here to let //chrome depend on //blimp/client/public
# and automatically get the correct implementation of //blimp/client/core
« no previous file with comments | « no previous file | blimp/client/core/config.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698