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

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: RFR 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
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 2592 matching lines...) Expand 10 before | Expand all | Expand 10 after
2603 "download/download_shelf.h", 2603 "download/download_shelf.h",
2604 "download/download_shelf_context_menu.cc", 2604 "download/download_shelf_context_menu.cc",
2605 "download/download_shelf_context_menu.h", 2605 "download/download_shelf_context_menu.h",
2606 "feedback/feedback_profile_observer.cc", 2606 "feedback/feedback_profile_observer.cc",
2607 "feedback/feedback_profile_observer.h", 2607 "feedback/feedback_profile_observer.h",
2608 "feedback/show_feedback_page.cc", 2608 "feedback/show_feedback_page.cc",
2609 "feedback/system_logs/about_system_logs_fetcher.cc", 2609 "feedback/system_logs/about_system_logs_fetcher.cc",
2610 "feedback/system_logs/about_system_logs_fetcher.h", 2610 "feedback/system_logs/about_system_logs_fetcher.h",
2611 "feedback/system_logs/log_sources/chrome_internal_log_source.cc", 2611 "feedback/system_logs/log_sources/chrome_internal_log_source.cc",
2612 "feedback/system_logs/log_sources/chrome_internal_log_source.h", 2612 "feedback/system_logs/log_sources/chrome_internal_log_source.h",
2613 "feedback/system_logs/log_sources/crash_ids_source.cc",
2614 "feedback/system_logs/log_sources/crash_ids_source.h",
2613 "feedback/system_logs/log_sources/memory_details_log_source.cc", 2615 "feedback/system_logs/log_sources/memory_details_log_source.cc",
2614 "feedback/system_logs/log_sources/memory_details_log_source.h", 2616 "feedback/system_logs/log_sources/memory_details_log_source.h",
2615 "feedback/system_logs/scrubbed_system_logs_fetcher.cc", 2617 "feedback/system_logs/scrubbed_system_logs_fetcher.cc",
2616 "feedback/system_logs/scrubbed_system_logs_fetcher.h", 2618 "feedback/system_logs/scrubbed_system_logs_fetcher.h",
2617 "feedback/system_logs/system_logs_fetcher_base.cc", 2619 "feedback/system_logs/system_logs_fetcher_base.cc",
2618 "feedback/system_logs/system_logs_fetcher_base.h", 2620 "feedback/system_logs/system_logs_fetcher_base.h",
2619 "first_run/first_run.cc", 2621 "first_run/first_run.cc",
2620 "first_run/first_run.h", 2622 "first_run/first_run.h",
2621 "first_run/first_run_dialog.h", 2623 "first_run/first_run_dialog.h",
2622 "first_run/first_run_internal.h", 2624 "first_run/first_run_internal.h",
(...skipping 1629 matching lines...) Expand 10 before | Expand all | Expand 10 after
4252 # linking all of the test support. 4254 # linking all of the test support.
4253 static_library("pepper_cdm_test_constants") { 4255 static_library("pepper_cdm_test_constants") {
4254 testonly = true 4256 testonly = true
4255 visibility = [ "//chrome/*" ] 4257 visibility = [ "//chrome/*" ]
4256 sources = [ 4258 sources = [
4257 "media/pepper_cdm_test_constants.cc", 4259 "media/pepper_cdm_test_constants.cc",
4258 "media/pepper_cdm_test_constants.h", 4260 "media/pepper_cdm_test_constants.h",
4259 ] 4261 ]
4260 } 4262 }
4261 } 4263 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698