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

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

Issue 2372633002: Use the correct product/version for postmortem reports (Closed)
Patch Set: Direct access to GetExecutableVersionDetails via ChromePostmortemReportCollector Created 4 years, 2 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("//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 3365 matching lines...) Expand 10 before | Expand all | Expand 10 after
3376 "first_run/try_chrome_dialog_view.h", 3376 "first_run/try_chrome_dialog_view.h",
3377 "first_run/upgrade_util.cc", 3377 "first_run/upgrade_util.cc",
3378 ] 3378 ]
3379 public_deps += [ 3379 public_deps += [
3380 "//ui/views", 3380 "//ui/views",
3381 "//ui/views/controls/webview", 3381 "//ui/views/controls/webview",
3382 ] 3382 ]
3383 deps += [ 3383 deps += [
3384 ":chrome_process_finder", 3384 ":chrome_process_finder",
3385 "//chrome:file_pre_reader", 3385 "//chrome:file_pre_reader",
3386 "//chrome/chrome_watcher:chrome_postmortem_report_collector",
3386 "//chrome/chrome_watcher:client", 3387 "//chrome/chrome_watcher:client",
3387 "//chrome/common:metrics_constants_util_win", 3388 "//chrome/common:metrics_constants_util_win",
3388 "//chrome/common:version_header", 3389 "//chrome/common:version_header",
3389 "//chrome_elf:blacklist", 3390 "//chrome_elf:blacklist",
3390 "//chrome_elf:constants", 3391 "//chrome_elf:constants",
3391 "//chrome_elf:dll_hash", 3392 "//chrome_elf:dll_hash",
3392 "//components/browser_watcher", 3393 "//components/browser_watcher",
3393 "//components/browser_watcher:browser_watcher_client", 3394 "//components/browser_watcher:browser_watcher_client",
3394 "//google_update", 3395 "//google_update",
3396 "//third_party/crashpad/crashpad/client",
3397 "//third_party/crashpad/crashpad/util",
3395 "//third_party/iaccessible2", 3398 "//third_party/iaccessible2",
3396 "//third_party/isimpledom", 3399 "//third_party/isimpledom",
3397 "//third_party/wtl", 3400 "//third_party/wtl",
3398 ] 3401 ]
3399 3402
3400 all_dependent_configs = [ ":browser_win_linker_flags" ] 3403 all_dependent_configs = [ ":browser_win_linker_flags" ]
3401 3404
3402 if (!is_chrome_branded) { 3405 if (!is_chrome_branded) {
3403 deps -= [ "//google_update" ] 3406 deps -= [ "//google_update" ]
3404 sources -= [ 3407 sources -= [
(...skipping 853 matching lines...) Expand 10 before | Expand all | Expand 10 after
4258 # linking all of the test support. 4261 # linking all of the test support.
4259 static_library("pepper_cdm_test_constants") { 4262 static_library("pepper_cdm_test_constants") {
4260 testonly = true 4263 testonly = true
4261 visibility = [ "//chrome/*" ] 4264 visibility = [ "//chrome/*" ]
4262 sources = [ 4265 sources = [
4263 "media/pepper_cdm_test_constants.cc", 4266 "media/pepper_cdm_test_constants.cc",
4264 "media/pepper_cdm_test_constants.h", 4267 "media/pepper_cdm_test_constants.h",
4265 ] 4268 ]
4266 } 4269 }
4267 } 4270 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698