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

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

Issue 2476573004: Use InstallDetails in installer_util. (Closed)
Patch Set: sync to position 451835 Created 3 years, 10 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/install_static/test/scoped_install_details.h ('k') | chrome/installer/util/DEPS » ('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 # 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 314 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 ] 325 ]
326 326
327 deps = [ 327 deps = [
328 ":test_support", 328 ":test_support",
329 ":with_rc_strings", 329 ":with_rc_strings",
330 "//base", 330 "//base",
331 "//base:i18n", 331 "//base:i18n",
332 "//base/test:test_support", 332 "//base/test:test_support",
333 "//chrome:other_version", 333 "//chrome:other_version",
334 "//chrome/install_static:install_static_util", 334 "//chrome/install_static:install_static_util",
335 "//chrome/install_static/test:test_support",
335 "//chrome/installer/setup:lib", 336 "//chrome/installer/setup:lib",
336 "//chrome/installer/test:alternate_version_generator_lib", 337 "//chrome/installer/test:alternate_version_generator_lib",
337 "//components/variations", 338 "//components/variations",
338 "//testing/gmock", 339 "//testing/gmock",
339 "//testing/gtest", 340 "//testing/gtest",
340 ] 341 ]
341 342
342 data = [ 343 data = [
343 "//chrome/test/data/extensions/", 344 "//chrome/test/data/extensions/",
344 "//chrome/test/data/installer/", 345 "//chrome/test/data/installer/",
345 ] 346 ]
346 } 347 }
347 } # is_win 348 } # is_win
OLDNEW
« no previous file with comments | « chrome/install_static/test/scoped_install_details.h ('k') | chrome/installer/util/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698