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

Unified Diff: blimp/client/core/config.gni

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 | « blimp/client/core/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/core/config.gni
diff --git a/third_party/leakcanary/config.gni b/blimp/client/core/config.gni
similarity index 50%
copy from third_party/leakcanary/config.gni
copy to blimp/client/core/config.gni
index f6adcddf3ecc4442c7793666dfeecaf1f108fea8..53e5d804eeb1a672910f10f307c02243d5d31fb2 100644
--- a/third_party/leakcanary/config.gni
+++ b/blimp/client/core/config.gni
@@ -3,5 +3,8 @@
# found in the LICENSE file.
declare_args() {
- enable_leakcanary = false
+ # 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
}
« no previous file with comments | « blimp/client/core/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698