OLD | NEW |
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("//testing/test.gni") | 5 import("//testing/test.gni") |
6 | 6 |
7 assert(is_win) | 7 assert(is_win) |
8 | 8 |
9 executable("alternate_version_generator") { | 9 executable("alternate_version_generator") { |
10 testonly = true | 10 testonly = true |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
51 ] | 51 ] |
52 deps = [ | 52 deps = [ |
53 ":alternate_version_generator_lib", | 53 ":alternate_version_generator_lib", |
54 "//base", | 54 "//base", |
55 "//base/test:test_support", | 55 "//base/test:test_support", |
56 "//chrome/common:constants", | 56 "//chrome/common:constants", |
57 "//chrome/installer/util:with_rc_strings", | 57 "//chrome/installer/util:with_rc_strings", |
58 "//testing/gtest", | 58 "//testing/gtest", |
59 ] | 59 ] |
60 data_deps = [ | 60 data_deps = [ |
61 # 'mini_installer.gyp:mini_installer', TODO(GYP) | 61 "//chrome/installer/mini_installer", |
62 ] | 62 ] |
63 } | 63 } |
OLD | NEW |