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

Side by Side Diff: chromecast/crypto/BUILD.gn

Issue 2308313003: gn: Generalize process_version() and move it to build/util (Closed)
Patch Set: Move branding_file_path to chrome/process_version_rc_template.gni 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 | « chromecast/base/BUILD.gn ('k') | components/cronet/android/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 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("//chrome/version.gni") # TODO layering violation!
6 import("//testing/test.gni") 5 import("//testing/test.gni")
7 6
8 source_set("crypto") { 7 source_set("crypto") {
9 sources = [ 8 sources = [
10 "signature_cache.cc", 9 "signature_cache.cc",
11 "signature_cache.h", 10 "signature_cache.h",
12 ] 11 ]
13 12
14 deps = [ 13 deps = [
15 "//base", 14 "//base",
16 ] 15 ]
17 } 16 }
18 17
19 # Note: this doesn't correspond to a GYP unit test and should be merged with 18 # Note: this doesn't correspond to a GYP unit test and should be merged with
20 # others. (b/22952424) 19 # others. (b/22952424)
21 test("cast_crypto_unittests") { 20 test("cast_crypto_unittests") {
22 sources = [ 21 sources = [
23 "signature_cache_unittest.cc", 22 "signature_cache_unittest.cc",
24 ] 23 ]
25 24
26 deps = [ 25 deps = [
27 ":crypto", 26 ":crypto",
28 "//base", 27 "//base",
29 "//base/test:run_all_unittests", 28 "//base/test:run_all_unittests",
30 "//testing/gtest", 29 "//testing/gtest",
31 ] 30 ]
32 } 31 }
OLDNEW
« no previous file with comments | « chromecast/base/BUILD.gn ('k') | components/cronet/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698