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

Unified Diff: mojo/public/mojo.gni

Issue 1429653004: Remove the mojo_use_application_in_sdk GN variable. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 2 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 | « mojo/public/java/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/mojo.gni
diff --git a/mojo/public/mojo.gni b/mojo/public/mojo.gni
index bb06cdbfd4737dd80f9249dadc0fe8be88dda77d..cadb3d6387d445216f64341a5eda9e13fd01e30a 100644
--- a/mojo/public/mojo.gni
+++ b/mojo/public/mojo.gni
@@ -38,13 +38,6 @@ if (defined(mojo_disable_dart_apptest_framework) &&
mojo_use_dart_apptest_framework = false
}
-# Embedder uses Mojo application code.
-mojo_use_application_in_sdk = true
-if (defined(mojo_disable_application_in_sdk) &&
- mojo_disable_application_in_sdk) {
- mojo_use_application_in_sdk = false
-}
-
# Embedder uses Mojo network interfaces.
mojo_use_network_in_sdk = true
if (defined(mojo_disable_network_in_sdk) && mojo_disable_network_in_sdk) {
« no previous file with comments | « mojo/public/java/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698