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

Side by Side Diff: chrome/installer/test/BUILD.gn

Issue 1439973004: [PoC] Reformat all BUILD.gn and *.gni files with new gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-sort-deps
Patch Set: Synchronize with new version of gn patch Created 5 years, 1 month 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
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("//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 20 matching lines...) Expand all
31 "pe_image_resources.cc", 31 "pe_image_resources.cc",
32 "pe_image_resources.h", 32 "pe_image_resources.h",
33 "resource_loader.cc", 33 "resource_loader.cc",
34 "resource_loader.h", 34 "resource_loader.h",
35 "resource_updater.cc", 35 "resource_updater.cc",
36 "resource_updater.h", 36 "resource_updater.h",
37 ] 37 ]
38 deps = [ 38 deps = [
39 "//base", 39 "//base",
40 "//base:base_static", 40 "//base:base_static",
41 "//chrome/common:constants",
41 "//chrome/installer/util", 42 "//chrome/installer/util",
42 "//chrome/common:constants",
43 ] 43 ]
44 } 44 }
45 45
46 test("upgrade_test") { 46 test("upgrade_test") {
47 sources = [ 47 sources = [
48 "run_all_tests.cc", 48 "run_all_tests.cc",
49 "upgrade_test.cc", 49 "upgrade_test.cc",
50 ] 50 ]
51 deps = [ 51 deps = [
52 ":alternate_version_generator_lib", 52 ":alternate_version_generator_lib",
53 "//base", 53 "//base",
54 "//base/test:test_support", 54 "//base/test:test_support",
55 "//chrome/common:constants", 55 "//chrome/common:constants",
56 "//chrome/installer/util", 56 "//chrome/installer/util",
57 "//testing/gtest", 57 "//testing/gtest",
58 ] 58 ]
59 data_deps = [ 59 data_deps = [
60 # 'mini_installer.gyp:mini_installer', TODO(GYP) 60 # 'mini_installer.gyp:mini_installer', TODO(GYP)
61 ] 61 ]
62 } 62 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698