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

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

Issue 1869383003: Simplify WorkItemListTest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: self review Created 4 years, 8 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
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 # This file deliberately has no default "util" target so dependants have to 8 # This file deliberately has no default "util" target so dependants have to
9 # specify with the ":with_no_strings" or ":with_rc_strings" variants. Random 9 # specify with the ":with_no_strings" or ":with_rc_strings" variants. Random
10 # code that ends up getting linked into chrome proper should depend on the 10 # code that ends up getting linked into chrome proper should depend on the
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 } 286 }
287 287
288 if (is_win) { 288 if (is_win) {
289 test("installer_util_unittests") { 289 test("installer_util_unittests") {
290 sources = [ 290 sources = [
291 "../setup/compat_checks_unittest.cc", 291 "../setup/compat_checks_unittest.cc",
292 "advanced_firewall_manager_win_unittest.cc", 292 "advanced_firewall_manager_win_unittest.cc",
293 "beacons_unittest.cc", 293 "beacons_unittest.cc",
294 "callback_work_item_unittest.cc", 294 "callback_work_item_unittest.cc",
295 "channel_info_unittest.cc", 295 "channel_info_unittest.cc",
296 "conditional_work_item_list_unittest.cc",
296 "copy_tree_work_item_unittest.cc", 297 "copy_tree_work_item_unittest.cc",
297 "create_dir_work_item_unittest.cc", 298 "create_dir_work_item_unittest.cc",
298 "create_reg_key_work_item_unittest.cc", 299 "create_reg_key_work_item_unittest.cc",
299 "delete_after_reboot_helper_unittest.cc", 300 "delete_after_reboot_helper_unittest.cc",
300 "delete_reg_key_work_item_unittest.cc", 301 "delete_reg_key_work_item_unittest.cc",
301 "delete_reg_value_work_item_unittest.cc", 302 "delete_reg_value_work_item_unittest.cc",
302 "delete_tree_work_item_unittest.cc", 303 "delete_tree_work_item_unittest.cc",
303 "duplicate_tree_detector_unittest.cc", 304 "duplicate_tree_detector_unittest.cc",
304 "fake_installation_state.h", 305 "fake_installation_state.h",
305 "fake_product_state.h", 306 "fake_product_state.h",
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 ] 350 ]
350 351
351 data = [ 352 data = [
352 "//chrome/test/data/extensions/", 353 "//chrome/test/data/extensions/",
353 "//chrome/test/data/installer/", 354 "//chrome/test/data/installer/",
354 ] 355 ]
355 356
356 # TODO(GYP) manifest: $(ProjectDir)\\installer\\mini_installer\\mini_install er.exe.manifest 357 # TODO(GYP) manifest: $(ProjectDir)\\installer\\mini_installer\\mini_install er.exe.manifest
357 } 358 }
358 } # is_win 359 } # is_win
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698