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

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

Issue 2086403002: Remove the Kasko based out of process browser hang instrumentation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge 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 | « build/common.gypi ('k') | chrome/browser/process_singleton_win.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("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
11 import("//third_party/kasko/kasko.gni")
12 import("//third_party/protobuf/proto_library.gni") 11 import("//third_party/protobuf/proto_library.gni")
13 12
14 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 13 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
15 # produces a conflict for the "grit" template so we have to only include one. 14 # produces a conflict for the "grit" template so we have to only include one.
16 if (is_android) { 15 if (is_android) {
17 import("//build/config/android/rules.gni") 16 import("//build/config/android/rules.gni")
18 } else { 17 } else {
19 import("//tools/grit/grit_rule.gni") 18 import("//tools/grit/grit_rule.gni")
20 } 19 }
21 if (is_desktop_linux) { 20 if (is_desktop_linux) {
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 sources += [ 649 sources += [
651 "//chrome/app/chrome_crash_reporter_client.cc", 650 "//chrome/app/chrome_crash_reporter_client.cc",
652 "//chrome/app/chrome_crash_reporter_client.h", 651 "//chrome/app/chrome_crash_reporter_client.h",
653 ] 652 ]
654 deps += [ 653 deps += [
655 "//components/crash/content/app", 654 "//components/crash/content/app",
656 "//components/crash/content/browser", 655 "//components/crash/content/browser",
657 "//components/version_info:generate_version_info", 656 "//components/version_info:generate_version_info",
658 ] 657 ]
659 } 658 }
660 if (is_win && enable_kasko_failed_rdv_reports) {
661 sources += [
662 "//chrome/app/chrome_crash_reporter_client_win.cc",
663 "//chrome/app/chrome_crash_reporter_client_win.h",
664 ]
665 deps += [ "//components/crash/content/app:lib" ]
666 }
667 if (use_nss_certs) { 659 if (use_nss_certs) {
668 sources += 660 sources +=
669 rebase_path(gypi_values.chrome_browser_nss_sources, ".", "//chrome") 661 rebase_path(gypi_values.chrome_browser_nss_sources, ".", "//chrome")
670 if (is_chromeos) { 662 if (is_chromeos) {
671 sources -= [ "net/nss_context_linux.cc" ] 663 sources -= [ "net/nss_context_linux.cc" ]
672 } 664 }
673 } 665 }
674 if (enable_notifications) { 666 if (enable_notifications) {
675 sources += rebase_path(gypi_values.chrome_browser_notifications_sources, 667 sources += rebase_path(gypi_values.chrome_browser_notifications_sources,
676 ".", 668 ".",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 sources += 829 sources +=
838 rebase_path(gypi_values.chrome_browser_win_sources, ".", "//chrome") 830 rebase_path(gypi_values.chrome_browser_win_sources, ".", "//chrome")
839 public_deps += [ 831 public_deps += [
840 "//ui/views", 832 "//ui/views",
841 "//ui/views/controls/webview", 833 "//ui/views/controls/webview",
842 ] 834 ]
843 deps += [ 835 deps += [
844 ":chrome_process_finder", 836 ":chrome_process_finder",
845 "//chrome:file_pre_reader", 837 "//chrome:file_pre_reader",
846 "//chrome/chrome_watcher:client", 838 "//chrome/chrome_watcher:client",
847 "//chrome/chrome_watcher:kasko_util",
848 "//chrome/common:metrics_constants_util_win", 839 "//chrome/common:metrics_constants_util_win",
849 "//chrome/common:version_header", 840 "//chrome/common:version_header",
850 "//chrome/installer/util:strings", 841 "//chrome/installer/util:strings",
851 "//chrome_elf", 842 "//chrome_elf",
852 "//chrome_elf:constants", 843 "//chrome_elf:constants",
853 "//chrome_elf:dll_hash", 844 "//chrome_elf:dll_hash",
854 "//components/browser_watcher", 845 "//components/browser_watcher",
855 "//components/browser_watcher:browser_watcher_client", 846 "//components/browser_watcher:browser_watcher_client",
856 "//components/startup_metric_utils/common", 847 "//components/startup_metric_utils/common",
857 "//google_update", 848 "//google_update",
(...skipping 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1374 # linking all of the test support. 1365 # linking all of the test support.
1375 source_set("pepper_cdm_test_constants") { 1366 source_set("pepper_cdm_test_constants") {
1376 testonly = true 1367 testonly = true
1377 visibility = [ "//chrome/*" ] 1368 visibility = [ "//chrome/*" ]
1378 sources = [ 1369 sources = [
1379 "media/pepper_cdm_test_constants.cc", 1370 "media/pepper_cdm_test_constants.cc",
1380 "media/pepper_cdm_test_constants.h", 1371 "media/pepper_cdm_test_constants.h",
1381 ] 1372 ]
1382 } 1373 }
1383 } 1374 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/browser/process_singleton_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698