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

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

Issue 1976443005: Revert of Add best-effort/allow rollback flags on WorkItem. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simple_list_tests
Patch Set: Created 4 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
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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 "self_cleaning_temp_dir_unittest.cc", 324 "self_cleaning_temp_dir_unittest.cc",
325 "set_reg_value_work_item_unittest.cc", 325 "set_reg_value_work_item_unittest.cc",
326 "shell_util_unittest.cc", 326 "shell_util_unittest.cc",
327 "test_app_registration_data.cc", 327 "test_app_registration_data.cc",
328 "test_app_registration_data.h", 328 "test_app_registration_data.h",
329 "uninstall_metrics_unittest.cc", 329 "uninstall_metrics_unittest.cc",
330 "wmi_unittest.cc", 330 "wmi_unittest.cc",
331 "work_item_list_unittest.cc", 331 "work_item_list_unittest.cc",
332 "work_item_mocks.cc", 332 "work_item_mocks.cc",
333 "work_item_mocks.h", 333 "work_item_mocks.h",
334 "work_item_unittest.cc",
335 ] 334 ]
336 335
337 deps = [ 336 deps = [
338 ":with_rc_strings", 337 ":with_rc_strings",
339 "//base", 338 "//base",
340 "//base:i18n", 339 "//base:i18n",
341 "//base/test:test_support", 340 "//base/test:test_support",
342 "//chrome:other_version", 341 "//chrome:other_version",
343 "//chrome/install_static:install_static_util", 342 "//chrome/install_static:install_static_util",
344 "//chrome/installer/setup:lib", 343 "//chrome/installer/setup:lib",
345 "//chrome/installer/test:alternate_version_generator_lib", 344 "//chrome/installer/test:alternate_version_generator_lib",
346 "//components/variations", 345 "//components/variations",
347 "//testing/gmock", 346 "//testing/gmock",
348 "//testing/gtest", 347 "//testing/gtest",
349 ] 348 ]
350 349
351 data = [ 350 data = [
352 "//chrome/test/data/extensions/", 351 "//chrome/test/data/extensions/",
353 "//chrome/test/data/installer/", 352 "//chrome/test/data/installer/",
354 ] 353 ]
355 } 354 }
356 } # is_win 355 } # is_win
OLDNEW
« no previous file with comments | « chrome/installer/setup/update_active_setup_version_work_item.cc ('k') | chrome/installer/util/callback_work_item.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698