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

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

Issue 1844023002: Capture a report on failed browser rendez-vous. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: GYP fixup Created 4 years, 8 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/app/main_dll_loader_win.cc ('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")
11 import("//third_party/protobuf/proto_library.gni") 12 import("//third_party/protobuf/proto_library.gni")
12 13
13 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 14 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
14 # produces a conflict for the "grit" template so we have to only include one. 15 # produces a conflict for the "grit" template so we have to only include one.
15 if (is_android) { 16 if (is_android) {
16 import("//build/config/android/rules.gni") 17 import("//build/config/android/rules.gni")
17 } else { 18 } else {
18 import("//tools/grit/grit_rule.gni") 19 import("//tools/grit/grit_rule.gni")
19 } 20 }
20 if (is_desktop_linux) { 21 if (is_desktop_linux) {
(...skipping 630 matching lines...) Expand 10 before | Expand all | Expand 10 after
651 sources += [ 652 sources += [
652 "//chrome/app/chrome_crash_reporter_client.cc", 653 "//chrome/app/chrome_crash_reporter_client.cc",
653 "//chrome/app/chrome_crash_reporter_client.h", 654 "//chrome/app/chrome_crash_reporter_client.h",
654 ] 655 ]
655 deps += [ 656 deps += [
656 "//components/crash/content/app", 657 "//components/crash/content/app",
657 "//components/crash/content/browser", 658 "//components/crash/content/browser",
658 "//components/version_info:generate_version_info", 659 "//components/version_info:generate_version_info",
659 ] 660 ]
660 } 661 }
662 if (is_win && enable_kasko_failed_rdv_reports) {
663 sources += [
664 "//chrome/app/chrome_crash_reporter_client.cc",
665 "//chrome/app/chrome_crash_reporter_client.h",
666 ]
667 deps += [ "//components/crash/content/app:lib" ]
668 }
661 if (use_nss_certs) { 669 if (use_nss_certs) {
662 sources += 670 sources +=
663 rebase_path(gypi_values.chrome_browser_nss_sources, ".", "//chrome") 671 rebase_path(gypi_values.chrome_browser_nss_sources, ".", "//chrome")
664 if (is_chromeos) { 672 if (is_chromeos) {
665 sources -= [ "net/nss_context_linux.cc" ] 673 sources -= [ "net/nss_context_linux.cc" ]
666 } 674 }
667 } 675 }
668 if (enable_notifications) { 676 if (enable_notifications) {
669 sources += rebase_path(gypi_values.chrome_browser_notifications_sources, 677 sources += rebase_path(gypi_values.chrome_browser_notifications_sources,
670 ".", 678 ".",
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 if (is_win) { 839 if (is_win) {
832 sources += 840 sources +=
833 rebase_path(gypi_values.chrome_browser_win_sources, ".", "//chrome") 841 rebase_path(gypi_values.chrome_browser_win_sources, ".", "//chrome")
834 public_deps += [ 842 public_deps += [
835 "//ui/views", 843 "//ui/views",
836 "//ui/views/controls/webview", 844 "//ui/views/controls/webview",
837 ] 845 ]
838 deps += [ 846 deps += [
839 ":chrome_process_finder", 847 ":chrome_process_finder",
840 "//chrome/chrome_watcher:client", 848 "//chrome/chrome_watcher:client",
849 "//chrome/chrome_watcher:kasko_util",
841 "//chrome/common:version_header", 850 "//chrome/common:version_header",
842 "//chrome/installer/util:strings", 851 "//chrome/installer/util:strings",
843 "//chrome_elf", 852 "//chrome_elf",
844 "//chrome_elf:constants", 853 "//chrome_elf:constants",
845 "//chrome_elf:dll_hash", 854 "//chrome_elf:dll_hash",
846 "//components/browser_watcher", 855 "//components/browser_watcher",
847 "//components/browser_watcher:browser_watcher_client", 856 "//components/browser_watcher:browser_watcher_client",
848 "//components/startup_metric_utils/common", 857 "//components/startup_metric_utils/common",
849 "//google_update", 858 "//google_update",
850 "//third_party/iaccessible2", 859 "//third_party/iaccessible2",
(...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after
1334 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1343 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1335 deps = [ 1344 deps = [
1336 "//components/google/core/browser", 1345 "//components/google/core/browser",
1337 "//components/omnibox/browser", 1346 "//components/omnibox/browser",
1338 "//components/rlz", 1347 "//components/rlz",
1339 "//components/search_engines", 1348 "//components/search_engines",
1340 "//rlz:rlz_lib", 1349 "//rlz:rlz_lib",
1341 ] 1350 ]
1342 } 1351 }
1343 } 1352 }
OLDNEW
« no previous file with comments | « chrome/app/main_dll_loader_win.cc ('k') | chrome/browser/process_singleton_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698