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

Side by Side Diff: mojo/mojo_application_package.gni

Issue 1175693002: Cleanup GN BUILD files, gni's and imports. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Restore build/config/ui.gni import for core_services. Created 5 years, 6 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 unified diff | Download patch
« no previous file with comments | « mojo/gles2/BUILD.gn ('k') | mojo/public/mojo.gni » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/mojo/src/mojo/public/mojo_application.gni") 5 import("//mojo/public/mojo_application.gni")
6 6
7 # Used for mojo applications that have resources. This creates a directory 7 # Used for mojo applications that have resources. This creates a directory
8 # named output_name with the following contents: 8 # named output_name with the following contents:
9 # output_name.mojo : the shared library 9 # output_name.mojo : the shared library
10 # resources : resources 10 # resources : resources
11 template("mojo_application_package") { 11 template("mojo_application_package") {
12 mojo_deps = [] 12 mojo_deps = []
13 if (defined(invoker.deps)) { 13 if (defined(invoker.deps)) {
14 mojo_deps += invoker.deps 14 mojo_deps += invoker.deps
15 } 15 }
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 public = invoker.public 104 public = invoker.public
105 } 105 }
106 if (defined(invoker.sources)) { 106 if (defined(invoker.sources)) {
107 sources = invoker.sources 107 sources = invoker.sources
108 } 108 }
109 if (defined(invoker.testonly)) { 109 if (defined(invoker.testonly)) {
110 testonly = invoker.testonly 110 testonly = invoker.testonly
111 } 111 }
112 } 112 }
113 } 113 }
OLDNEW
« no previous file with comments | « mojo/gles2/BUILD.gn ('k') | mojo/public/mojo.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698