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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2134423002: Remove dependencies on installer util strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android Created 4 years, 5 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/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('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("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 816 matching lines...) Expand 10 before | Expand all | Expand 10 after
827 public_deps += [ 827 public_deps += [
828 "//ui/views", 828 "//ui/views",
829 "//ui/views/controls/webview", 829 "//ui/views/controls/webview",
830 ] 830 ]
831 deps += [ 831 deps += [
832 ":chrome_process_finder", 832 ":chrome_process_finder",
833 "//chrome:file_pre_reader", 833 "//chrome:file_pre_reader",
834 "//chrome/chrome_watcher:client", 834 "//chrome/chrome_watcher:client",
835 "//chrome/common:metrics_constants_util_win", 835 "//chrome/common:metrics_constants_util_win",
836 "//chrome/common:version_header", 836 "//chrome/common:version_header",
837 "//chrome/installer/util:strings",
838 "//chrome_elf", 837 "//chrome_elf",
839 "//chrome_elf:constants", 838 "//chrome_elf:constants",
840 "//chrome_elf:dll_hash", 839 "//chrome_elf:dll_hash",
841 "//components/browser_watcher", 840 "//components/browser_watcher",
842 "//components/browser_watcher:browser_watcher_client", 841 "//components/browser_watcher:browser_watcher_client",
843 "//components/startup_metric_utils/common", 842 "//components/startup_metric_utils/common",
844 "//google_update", 843 "//google_update",
845 "//third_party/iaccessible2", 844 "//third_party/iaccessible2",
846 "//third_party/isimpledom", 845 "//third_party/isimpledom",
847 "//third_party/wtl", 846 "//third_party/wtl",
(...skipping 513 matching lines...) Expand 10 before | Expand all | Expand 10 after
1361 # linking all of the test support. 1360 # linking all of the test support.
1362 source_set("pepper_cdm_test_constants") { 1361 source_set("pepper_cdm_test_constants") {
1363 testonly = true 1362 testonly = true
1364 visibility = [ "//chrome/*" ] 1363 visibility = [ "//chrome/*" ]
1365 sources = [ 1364 sources = [
1366 "media/pepper_cdm_test_constants.cc", 1365 "media/pepper_cdm_test_constants.cc",
1367 "media/pepper_cdm_test_constants.h", 1366 "media/pepper_cdm_test_constants.h",
1368 ] 1367 ]
1369 } 1368 }
1370 } 1369 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698