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

Unified Diff: blimp/blimp.gni

Issue 2132163002: Add BlimpClientContext and factory with real and dummy implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move-blimp-client-core-public-to-blimp-client
Patch Set: merge origin/master for good measure Created 4 years, 5 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/BUILD.gn » ('j') | blimp/client/core/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/blimp.gni
diff --git a/mojo/public/mojo_constants.gni b/blimp/blimp.gni
similarity index 60%
copy from mojo/public/mojo_constants.gni
copy to blimp/blimp.gni
index 3165a8dc9e2b7d223b1b3e2e9fe25ac30bd1c390..f0f1243d19913359f842b4e087683f535e51a07a 100644
--- a/mojo/public/mojo_constants.gni
+++ b/blimp/blimp.gni
@@ -3,6 +3,7 @@
# found in the LICENSE file.
declare_args() {
- # Mojo application directories are created within this subdirectory.
- mojo_application_subdir = "Mojo Applications"
+ # Enables blimp. This is required for Chrome to be able to depend on
+ # //blimp/client/core.
+ enable_blimp = false
}
« no previous file with comments | « no previous file | blimp/client/BUILD.gn » ('j') | blimp/client/core/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698