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

Unified Diff: mojo/generate_mojo_shell_assets_list.gni

Issue 1492963004: GN: asset_location -> android_assets() for mandoline_apk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@build_config_java_binary
Patch Set: Created 5 years 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 | « mandoline/app/android/BUILD.gn ('k') | mojo/runner/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/generate_mojo_shell_assets_list.gni
diff --git a/mojo/generate_mojo_shell_assets_list.gni b/mojo/generate_mojo_shell_assets_list.gni
deleted file mode 100644
index a8c7cb862ee1c8d4abe1d7fc4be85499db13181d..0000000000000000000000000000000000000000
--- a/mojo/generate_mojo_shell_assets_list.gni
+++ /dev/null
@@ -1,25 +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.
-
-# Used to generate an assets_list file. To use supply the argument 'dir', which
-# is where the assets can be found.
-# TODO(sky): Perhaps combine this with the copy step?
-template("generate_mojo_shell_assets_list") {
- action(target_name) {
- script = "//mojo/tools/generate_mojo_shell_assets_list.py"
- args = [
- "--dir",
- rebase_path(invoker.dir, root_build_dir),
- ]
- outputs = [
- invoker.dir + "/assets_list",
- ]
- if (defined(invoker.deps)) {
- deps = invoker.deps
- }
- if (defined(invoker.testonly)) {
- testonly = invoker.testonly
- }
- }
-}
« no previous file with comments | « mandoline/app/android/BUILD.gn ('k') | mojo/runner/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698