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

Side by Side Diff: tools/gn/secondary/chrome/BUILD.gn

Issue 164773005: Pull GN @ 252040, update calls (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: long line Created 6 years, 10 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 | « tools/gn/function_exec_script.cc ('k') | tools/gn/secondary/device/usb/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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//crypto/ssl/flags.gni") 6 import("//crypto/ssl/flags.gni")
7 import("//tools/grit/grit_rule.gni") 7 import("//tools/grit/grit_rule.gni")
8 8
9 executable("chrome") { 9 executable("chrome") {
10 sources = [ 10 sources = [
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 179
180 source_set("utility") { 180 source_set("utility") {
181 external = true 181 external = true
182 } 182 }
183 183
184 184
185 # Credits ---------------------------------------------------------------------- 185 # Credits ----------------------------------------------------------------------
186 186
187 about_credits_file = "$root_gen_dir/about_credits.html" 187 about_credits_file = "$root_gen_dir/about_credits.html"
188 build_relative_about_credits_file = 188 build_relative_about_credits_file =
189 rebase_path(about_credits_file, ".", root_build_dir) 189 rebase_path(about_credits_file, root_build_dir)
190 190
191 custom("about_credits") { 191 custom("about_credits") {
192 script = "//tools/licenses.py" 192 script = "//tools/licenses.py"
193 outputs = [ about_credits_file ] 193 outputs = [ about_credits_file ]
194 194
195 # This script is impossible to write proper input dependencies for because it 195 # This script is impossible to write proper input dependencies for because it
196 # basically greps the source tree for third_party directories. If a directory 196 # basically greps the source tree for third_party directories. If a directory
197 # is added or removed, it will change the result, but there is no way to 197 # is added or removed, it will change the result, but there is no way to
198 # express this as a build dependency. We approximate this by depending on 198 # express this as a build dependency. We approximate this by depending on
199 # the last change file to force an update whenever the code is updated. 199 # the last change file to force an update whenever the code is updated.
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
297 # ":theme_resources_gen", 297 # ":theme_resources_gen",
298 # #"//ui:ui_resources", 298 # #"//ui:ui_resources",
299 # ] 299 # ]
300 #} 300 #}
301 # 301 #
302 ## TODO(brettw) rename "app_theme_resources" or something when we don't support 302 ## TODO(brettw) rename "app_theme_resources" or something when we don't support
303 ## GYP any more. This name is required to match the GYP build. 303 ## GYP any more. This name is required to match the GYP build.
304 #grit("theme_resources_gen") { 304 #grit("theme_resources_gen") {
305 # source = "app/theme/theme_resources.grd" 305 # source = "app/theme/theme_resources.grd"
306 #} 306 #}
OLDNEW
« no previous file with comments | « tools/gn/function_exec_script.cc ('k') | tools/gn/secondary/device/usb/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698