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

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

Issue 2242833003: Add the most recent crash report IDs to feedback reports (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revert back to a const rather than a constexpr Created 4 years, 3 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/feedback/system_logs/log_sources/crash_ids_source.h » ('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 2569 matching lines...) Expand 10 before | Expand all | Expand 10 after
2580 "download/download_shelf.h", 2580 "download/download_shelf.h",
2581 "download/download_shelf_context_menu.cc", 2581 "download/download_shelf_context_menu.cc",
2582 "download/download_shelf_context_menu.h", 2582 "download/download_shelf_context_menu.h",
2583 "feedback/feedback_profile_observer.cc", 2583 "feedback/feedback_profile_observer.cc",
2584 "feedback/feedback_profile_observer.h", 2584 "feedback/feedback_profile_observer.h",
2585 "feedback/show_feedback_page.cc", 2585 "feedback/show_feedback_page.cc",
2586 "feedback/system_logs/about_system_logs_fetcher.cc", 2586 "feedback/system_logs/about_system_logs_fetcher.cc",
2587 "feedback/system_logs/about_system_logs_fetcher.h", 2587 "feedback/system_logs/about_system_logs_fetcher.h",
2588 "feedback/system_logs/log_sources/chrome_internal_log_source.cc", 2588 "feedback/system_logs/log_sources/chrome_internal_log_source.cc",
2589 "feedback/system_logs/log_sources/chrome_internal_log_source.h", 2589 "feedback/system_logs/log_sources/chrome_internal_log_source.h",
2590 "feedback/system_logs/log_sources/crash_ids_source.cc",
2591 "feedback/system_logs/log_sources/crash_ids_source.h",
2590 "feedback/system_logs/log_sources/memory_details_log_source.cc", 2592 "feedback/system_logs/log_sources/memory_details_log_source.cc",
2591 "feedback/system_logs/log_sources/memory_details_log_source.h", 2593 "feedback/system_logs/log_sources/memory_details_log_source.h",
2592 "feedback/system_logs/scrubbed_system_logs_fetcher.cc", 2594 "feedback/system_logs/scrubbed_system_logs_fetcher.cc",
2593 "feedback/system_logs/scrubbed_system_logs_fetcher.h", 2595 "feedback/system_logs/scrubbed_system_logs_fetcher.h",
2594 "feedback/system_logs/system_logs_fetcher_base.cc", 2596 "feedback/system_logs/system_logs_fetcher_base.cc",
2595 "feedback/system_logs/system_logs_fetcher_base.h", 2597 "feedback/system_logs/system_logs_fetcher_base.h",
2596 "first_run/first_run.cc", 2598 "first_run/first_run.cc",
2597 "first_run/first_run.h", 2599 "first_run/first_run.h",
2598 "first_run/first_run_dialog.h", 2600 "first_run/first_run_dialog.h",
2599 "first_run/first_run_internal.h", 2601 "first_run/first_run_internal.h",
(...skipping 1628 matching lines...) Expand 10 before | Expand all | Expand 10 after
4228 # linking all of the test support. 4230 # linking all of the test support.
4229 static_library("pepper_cdm_test_constants") { 4231 static_library("pepper_cdm_test_constants") {
4230 testonly = true 4232 testonly = true
4231 visibility = [ "//chrome/*" ] 4233 visibility = [ "//chrome/*" ]
4232 sources = [ 4234 sources = [
4233 "media/pepper_cdm_test_constants.cc", 4235 "media/pepper_cdm_test_constants.cc",
4234 "media/pepper_cdm_test_constants.h", 4236 "media/pepper_cdm_test_constants.h",
4235 ] 4237 ]
4236 } 4238 }
4237 } 4239 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/feedback/system_logs/log_sources/crash_ids_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698