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

Side by Side Diff: build/secondary/tools/grit/grit_rule.gni

Issue 340153004: Move gn secondary_source to the build/ directory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update android webview_licenses.py as well Created 6 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 | Annotate | Revision Log
« no previous file with comments | « build/secondary/third_party/trace-viewer/BUILD.gn ('k') | build/secondary/ui/BUILD.gn » ('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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # Instantiate grit. This will produce a script target to run grit, and a 5 # Instantiate grit. This will produce a script target to run grit, and a
6 # static library that compiles the .cc files. 6 # static library that compiles the .cc files.
7 # 7 #
8 # Parameters 8 # Parameters
9 # 9 #
10 # source 10 # source
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 direct_dependent_configs = [ ":$grit_config" ] 144 direct_dependent_configs = [ ":$grit_config" ]
145 145
146 if (defined(invoker.visibility)) { 146 if (defined(invoker.visibility)) {
147 visibility = invoker.visibility 147 visibility = invoker.visibility
148 } 148 }
149 if (defined(invoker.output_name)) { 149 if (defined(invoker.output_name)) {
150 output_name = invoker.output_name 150 output_name = invoker.output_name
151 } 151 }
152 } 152 }
153 } 153 }
OLDNEW
« no previous file with comments | « build/secondary/third_party/trace-viewer/BUILD.gn ('k') | build/secondary/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698