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

Side by Side Diff: chrome/installer/util/BUILD.gn

Issue 1120803003: Add a GN flag for the Windows multi-dll build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remerge Created 5 years, 7 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 | « chrome/common/BUILD.gn ('k') | chrome/policy.gypi » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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/chrome_build.gni")
6
5 static_library("util") { 7 static_library("util") {
6 deps = [ 8 deps = [
7 "//base", 9 "//base",
8 "//chrome:resources", 10 "//chrome:resources",
9 "//chrome:strings", 11 "//chrome:strings",
10 ] 12 ]
11 13
12 if (is_win) { 14 if (is_win) {
13 # TODO(GYP) installer_util on Windows. 15 # TODO(GYP) installer_util on Windows.
14 # This is a bit tricky. It seems that what's currently called 16 # This is a bit tricky. It seems that what's currently called
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
190 192
191 args = [ 193 args = [
192 "-i", 194 "-i",
193 rebase_path(grdfile, root_build_dir) + ":resources", 195 rebase_path(grdfile, root_build_dir) + ":resources",
194 "-n", 196 "-n",
195 "installer_util_strings", 197 "installer_util_strings",
196 "-o", 198 "-o",
197 rebase_path(outdir, root_build_dir), 199 rebase_path(outdir, root_build_dir),
198 ] 200 ]
199 } 201 }
OLDNEW
« no previous file with comments | « chrome/common/BUILD.gn ('k') | chrome/policy.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698