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

Unified Diff: build/module_args/mojo.gni

Issue 1390063006: Remove //build/module_args/mojo.gni. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove_dart_module_args
Patch Set: fix a few relative imports 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 | « no previous file | components/web_view/public/interfaces/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/module_args/mojo.gni
diff --git a/build/module_args/mojo.gni b/build/module_args/mojo.gni
deleted file mode 100644
index 75803a55a48c03ea0b796cd77a180da344345253..0000000000000000000000000000000000000000
--- a/build/module_args/mojo.gni
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 2015 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-# This variable should point to the parent directory of the Mojo SDK.
-mojo_sdk_root = "//third_party/mojo/src"
-
-# Chromium builds the network service from source, as it is the
-# producer of the network service.
-mojo_build_network_service_from_source = true
-
-# Chromium does not build dart apptests. Disable any Mojo targets which
-# depend on the apptest framework.
-mojo_disable_dart_apptest_framework = true
-
-# Points to the directory network_service is built from.
-mojo_network_service_root = "//mojo/services"
-
-# We use our own custom application and network code. Don't build Mojo's.
-mojo_disable_application_in_sdk = true
-mojo_disable_network_in_sdk = true
-
-declare_args() {
- # The mojo shell is forked and built in the chromium repo.
- mojo_build_mojo_shell_from_source = true
-
- # Specify prebuilt network service mojo file location rather than download
- # from gs://mojo.
- #
- # This variable only used when mojo_build_network_service_from_source is
- # false.
- #
- # Currently only android_arm and linux_64 available on gs://mojo, and no plan
- # to support more(https://codereview.chromium.org/921873003).
- # It is needed for developers works on other platforms like android_x86 and
- # android_x64. And it is also useful for supportted platform as well when
- # developer want to try its own version of network service files.
- mojo_prebuilt_network_service_location = ""
-
- # For network_service_apptests.mojo
- mojo_prebuilt_network_service_apptests_location = ""
-}
« no previous file with comments | « no previous file | components/web_view/public/interfaces/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698