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

Side by Side Diff: remoting/remoting_version.gni

Issue 1123433002: Add a GN flag for the Windows multi-dll build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « media/cdm/ppapi/BUILD.gn ('k') | remoting/webapp/build_template.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 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 _version_py_abspath = "//build/util/version.py" 7 _version_py_abspath = "//build/util/version.py"
6 _remoting_version_abspath = "//remoting/VERSION" 8 _remoting_version_abspath = "//remoting/VERSION"
7 _chrome_version_abspath = "//chrome/VERSION" 9 _chrome_version_abspath = "//chrome/VERSION"
8 if (is_chrome_branded) { 10 if (is_chrome_branded) {
9 _remoting_branding_abspath = "//remoting/branding_Chrome" 11 _remoting_branding_abspath = "//remoting/branding_Chrome"
10 } else { 12 } else {
11 _remoting_branding_abspath = "//remoting/branding_Chromium" 13 _remoting_branding_abspath = "//remoting/branding_Chromium"
12 } 14 }
13 15
14 # Set these files as being input dependencies to the scripts, so the build will 16 # Set these files as being input dependencies to the scripts, so the build will
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 _script_deps) 79 _script_deps)
78 80
79 host_bundle_name = exec_script(_version_py_abspath, 81 host_bundle_name = exec_script(_version_py_abspath,
80 [ 82 [
81 "-f", 83 "-f",
82 _remoting_branding_path, 84 _remoting_branding_path,
83 "-t \"@MAC_HOST_BUNDLE_NAME@\"", 85 "-t \"@MAC_HOST_BUNDLE_NAME@\"",
84 ], 86 ],
85 "string", 87 "string",
86 _script_deps) 88 _script_deps)
OLDNEW
« no previous file with comments | « media/cdm/ppapi/BUILD.gn ('k') | remoting/webapp/build_template.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698