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

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

Issue 2760853002: Remove use of PRODUCT_STRING_PATH in chrome_elf. (Closed)
Patch Set: now Created 3 years, 9 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 | « no previous file | chrome/browser/win/chrome_elf_init.cc » ('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 3569 matching lines...) Expand 10 before | Expand all | Expand 10 after
3580 public_deps += [ 3580 public_deps += [
3581 "//ui/views", 3581 "//ui/views",
3582 "//ui/views/controls/webview", 3582 "//ui/views/controls/webview",
3583 ] 3583 ]
3584 deps += [ 3584 deps += [
3585 ":chrome_process_finder", 3585 ":chrome_process_finder",
3586 "//chrome:file_pre_reader", 3586 "//chrome:file_pre_reader",
3587 "//chrome/chrome_watcher:client", 3587 "//chrome/chrome_watcher:client",
3588 "//chrome/common:metrics_constants_util_win", 3588 "//chrome/common:metrics_constants_util_win",
3589 "//chrome/common:version_header", 3589 "//chrome/common:version_header",
3590 "//chrome/install_static:install_static_util",
3590 "//chrome_elf:blacklist", 3591 "//chrome_elf:blacklist",
3591 "//chrome_elf:constants", 3592 "//chrome_elf:constants",
3592 "//chrome_elf:dll_hash", 3593 "//chrome_elf:dll_hash",
3593 "//components/browser_watcher", 3594 "//components/browser_watcher",
3594 "//components/browser_watcher:browser_watcher_client", 3595 "//components/browser_watcher:browser_watcher_client",
3595 "//components/browser_watcher:stability_data", 3596 "//components/browser_watcher:stability_data",
3596 "//google_update", 3597 "//google_update",
3597 "//third_party/crashpad/crashpad/client:client", 3598 "//third_party/crashpad/crashpad/client:client",
3598 "//third_party/iaccessible2", 3599 "//third_party/iaccessible2",
3599 "//third_party/isimpledom", 3600 "//third_party/isimpledom",
(...skipping 961 matching lines...) Expand 10 before | Expand all | Expand 10 after
4561 "media/pepper_cdm_test_constants.cc", 4562 "media/pepper_cdm_test_constants.cc",
4562 "media/pepper_cdm_test_constants.h", 4563 "media/pepper_cdm_test_constants.h",
4563 ] 4564 ]
4564 } 4565 }
4565 } 4566 }
4566 4567
4567 service_manifest("preferences_manifest") { 4568 service_manifest("preferences_manifest") {
4568 name = "preferences" 4569 name = "preferences"
4569 source = "prefs/preferences_manifest.json" 4570 source = "prefs/preferences_manifest.json"
4570 } 4571 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/win/chrome_elf_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698