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

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

Issue 2907563002: allocator/Windows: delete the old non-unified allocator-shim (Closed)
Patch Set: remove comment Created 3 years, 7 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 | « build/config/allocator.gni ('k') | chrome/installer/setup/memory_unittest.cc » ('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/process_version_rc_template.gni") 5 import("//chrome/process_version_rc_template.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_win) { 8 if (is_win) {
9 executable("setup") { 9 executable("setup") {
10 sources = [ 10 sources = [
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 "setup_util_unittest.cc", 103 "setup_util_unittest.cc",
104 "setup_util_unittest.h", 104 "setup_util_unittest.h",
105 "update_active_setup_version_work_item_unittest.cc", 105 "update_active_setup_version_work_item_unittest.cc",
106 "user_hive_visitor_unittest.cc", 106 "user_hive_visitor_unittest.cc",
107 ] 107 ]
108 108
109 deps = [ 109 deps = [
110 ":lib", 110 ":lib",
111 "//base", 111 "//base",
112 "//base:i18n", 112 "//base:i18n",
113 "//base/allocator:features",
113 "//base/test:test_support", 114 "//base/test:test_support",
114 "//chrome/install_static:install_static_util", 115 "//chrome/install_static:install_static_util",
115 "//chrome/install_static/test:test_support", 116 "//chrome/install_static/test:test_support",
116 "//chrome/installer/mini_installer:unit_tests", 117 "//chrome/installer/mini_installer:unit_tests",
117 "//chrome/installer/util:test_support", 118 "//chrome/installer/util:test_support",
118 "//testing/gmock", 119 "//testing/gmock",
119 "//testing/gtest", 120 "//testing/gtest",
120 ] 121 ]
121 122
122 data = [ 123 data = [
123 "//chrome/installer/test/data/", 124 "//chrome/installer/test/data/",
124 "//chrome/test/data/installer/", 125 "//chrome/test/data/installer/",
125 ] 126 ]
126 } 127 }
127 } 128 }
OLDNEW
« no previous file with comments | « build/config/allocator.gni ('k') | chrome/installer/setup/memory_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698