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

Side by Side Diff: remoting/host/BUILD.gn

Issue 2341673003: gn: Generalize process_version() and move it to build/util (take #2) (Closed)
Patch Set: Rebase patch Created 4 years, 3 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 | « remoting/build/config/remoting_build.gni ('k') | remoting/host/win/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 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/util/process_version.gni")
5 import("//remoting/build/config/remoting_build.gni") 6 import("//remoting/build/config/remoting_build.gni")
6 7
7 group("all_tests") { 8 group("all_tests") {
8 testonly = true 9 testonly = true
9 10
10 deps = [ 11 deps = [
11 ":unit_tests", 12 ":unit_tests",
12 ] 13 ]
13 } 14 }
14 15
(...skipping 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
1387 "mac/me2me_preference_pane_disable.xib", 1388 "mac/me2me_preference_pane_disable.xib",
1388 1389
1389 #"mac/me2me_preference_pane-Info.plist", 1390 #"mac/me2me_preference_pane-Info.plist",
1390 ] 1391 ]
1391 } 1392 }
1392 } else { 1393 } else {
1393 group("remoting_me2me_host_archive") { 1394 group("remoting_me2me_host_archive") {
1394 } 1395 }
1395 } 1396 }
1396 } 1397 }
OLDNEW
« no previous file with comments | « remoting/build/config/remoting_build.gni ('k') | remoting/host/win/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698