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

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

Issue 1121363002: GN Windows component build fixes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@component2
Patch Set: . Created 5 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 | « chrome/chrome_installer.gypi ('k') | chrome/installer/util/installer_util_unittests.rc » ('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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 static_library("util") { 8 static_library("util") {
9 deps = [ 9 deps = [
10 "//base", 10 "//base",
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 "fake_installation_state.h", 226 "fake_installation_state.h",
227 "fake_product_state.h", 227 "fake_product_state.h",
228 "google_update_settings_unittest.cc", 228 "google_update_settings_unittest.cc",
229 "install_util_unittest.cc", 229 "install_util_unittest.cc",
230 "installation_validation_helper.cc", 230 "installation_validation_helper.cc",
231 "installation_validation_helper.h", 231 "installation_validation_helper.h",
232 "installation_validator_unittest.cc", 232 "installation_validator_unittest.cc",
233 "installer_state_unittest.cc", 233 "installer_state_unittest.cc",
234 "installer_util_test_common.cc", 234 "installer_util_test_common.cc",
235 "installer_util_test_common.h", 235 "installer_util_test_common.h",
236 "installer_util_unittests.rc",
237 "installer_util_unittests_resource.h",
238 "language_selector_unittest.cc", 236 "language_selector_unittest.cc",
239 "legacy_firewall_manager_win_unittest.cc", 237 "legacy_firewall_manager_win_unittest.cc",
240 "logging_installer_unittest.cc", 238 "logging_installer_unittest.cc",
241 "lzma_util_unittest.cc", 239 "lzma_util_unittest.cc",
242 "master_preferences_unittest.cc", 240 "master_preferences_unittest.cc",
243 "move_tree_work_item_unittest.cc", 241 "move_tree_work_item_unittest.cc",
244 "product_state_unittest.cc", 242 "product_state_unittest.cc",
245 "product_unittest.cc", 243 "product_unittest.cc",
246 "product_unittest.h", 244 "product_unittest.h",
247 "registry_key_backup_unittest.cc", 245 "registry_key_backup_unittest.cc",
(...skipping 17 matching lines...) Expand all
265 "//chrome:other_version", 263 "//chrome:other_version",
266 "//chrome/installer/test:alternate_version_generator_lib", 264 "//chrome/installer/test:alternate_version_generator_lib",
267 "//content/public/common", 265 "//content/public/common",
268 "//testing/gmock", 266 "//testing/gmock",
269 "//testing/gtest", 267 "//testing/gtest",
270 ] 268 ]
271 269
272 # TODO(GYP) manifest: $(ProjectDir)\\installer\\mini_installer\\mini_install er.exe.manifest 270 # TODO(GYP) manifest: $(ProjectDir)\\installer\\mini_installer\\mini_install er.exe.manifest
273 } 271 }
274 } # is_win 272 } # is_win
OLDNEW
« no previous file with comments | « chrome/chrome_installer.gypi ('k') | chrome/installer/util/installer_util_unittests.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698