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

Side by Side Diff: remoting/BUILD.gn

Issue 1250853007: Hook up chrome.exe manifest in the Windows GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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/version.gni ('k') | remoting/remoting_version.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("//build/config/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//build/util/version.gni")
7 import("//remoting/remoting_version.gni") 8 import("//remoting/remoting_version.gni")
8 import("//remoting/remoting_enable.gni") 9 import("//remoting/remoting_enable.gni")
9 import("//testing/test.gni") 10 import("//testing/test.gni")
10 11
11 # Various remoting targets need this version definition. 12 # Various remoting targets need this version definition.
12 config("version") { 13 config("version") {
13 defines = [ "VERSION=$version_full" ] 14 defines = [ "VERSION=$chrome_version_full" ]
14 } 15 }
15 16
16 group("remoting_all") { 17 group("remoting_all") {
17 testonly = true 18 testonly = true
18 19
19 deps = [ 20 deps = [
20 #"//remoting:remoting_browser_test_resources", 21 #"//remoting:remoting_browser_test_resources",
21 "//remoting:remoting_unittests", 22 "//remoting:remoting_unittests",
22 #"//remoting:remoting_webapp_unittests", 23 #"//remoting:remoting_webapp_unittests",
23 #"//app_remoting_test.gyp:ar_sample_test_driver", 24 #"//app_remoting_test.gyp:ar_sample_test_driver",
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 } 215 }
215 } 216 }
216 217
217 group("remoting_key_tester_pexe") { 218 group("remoting_key_tester_pexe") {
218 # TODO(GYP): crbug.com/471924 implement me when we have a pnacl toolchain. 219 # TODO(GYP): crbug.com/471924 implement me when we have a pnacl toolchain.
219 #sources = [ 220 #sources = [
220 # "tools/javascript_key_tester/pnacl/remoting_key_tester.cc", 221 # "tools/javascript_key_tester/pnacl/remoting_key_tester.cc",
221 #] 222 #]
222 } 223 }
223 } 224 }
OLDNEW
« no previous file with comments | « chrome/version.gni ('k') | remoting/remoting_version.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698