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 |
} |