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

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

Issue 1882923003: 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, 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 "run_all_unittests.cc", 327 "run_all_unittests.cc",
328 "scoped_user_protocol_entry_unittest.cc", 328 "scoped_user_protocol_entry_unittest.cc",
329 "self_cleaning_temp_dir_unittest.cc", 329 "self_cleaning_temp_dir_unittest.cc",
330 "set_reg_value_work_item_unittest.cc", 330 "set_reg_value_work_item_unittest.cc",
331 "shell_util_unittest.cc", 331 "shell_util_unittest.cc",
332 "test_app_registration_data.cc", 332 "test_app_registration_data.cc",
333 "test_app_registration_data.h", 333 "test_app_registration_data.h",
334 "uninstall_metrics_unittest.cc", 334 "uninstall_metrics_unittest.cc",
335 "wmi_unittest.cc", 335 "wmi_unittest.cc",
336 "work_item_list_unittest.cc", 336 "work_item_list_unittest.cc",
337 "work_item_unittest.cc",
337 ] 338 ]
338 339
339 deps = [ 340 deps = [
340 ":with_rc_strings", 341 ":with_rc_strings",
341 "//base", 342 "//base",
342 "//base:i18n", 343 "//base:i18n",
343 "//base/test:test_support", 344 "//base/test:test_support",
344 "//chrome:other_version", 345 "//chrome:other_version",
345 "//chrome/installer/setup:lib", 346 "//chrome/installer/setup:lib",
346 "//chrome/installer/test:alternate_version_generator_lib", 347 "//chrome/installer/test:alternate_version_generator_lib",
347 "//components/variations", 348 "//components/variations",
348 "//testing/gmock", 349 "//testing/gmock",
349 "//testing/gtest", 350 "//testing/gtest",
350 ] 351 ]
351 352
352 data = [ 353 data = [
353 "//chrome/test/data/extensions/", 354 "//chrome/test/data/extensions/",
354 "//chrome/test/data/installer/", 355 "//chrome/test/data/installer/",
355 ] 356 ]
356 357
357 # TODO(GYP) manifest: $(ProjectDir)\\installer\\mini_installer\\mini_install er.exe.manifest 358 # TODO(GYP) manifest: $(ProjectDir)\\installer\\mini_installer\\mini_install er.exe.manifest
358 } 359 }
359 } # is_win 360 } # is_win
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698