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

Side by Side Diff: chrome/BUILD.gn

Issue 2487783002: Make Crashpad use the user data dir, rather than always default location (Closed)
Patch Set: . Created 4 years, 1 month 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/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chrome_build.gni") 6 import("//build/config/chrome_build.gni")
7 import("//build/config/compiler/compiler.gni") 7 import("//build/config/compiler/compiler.gni")
8 import("//build/config/features.gni") 8 import("//build/config/features.gni")
9 import("//build/config/locales.gni") 9 import("//build/config/locales.gni")
10 import("//build/config/sanitizers/sanitizers.gni") 10 import("//build/config/sanitizers/sanitizers.gni")
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 ":visual_elements_resources", 164 ":visual_elements_resources",
165 "//base", 165 "//base",
166 "//breakpad:breakpad_handler", 166 "//breakpad:breakpad_handler",
167 "//breakpad:breakpad_sender", 167 "//breakpad:breakpad_sender",
168 "//chrome/app/version_assembly:chrome_exe_manifest", 168 "//chrome/app/version_assembly:chrome_exe_manifest",
169 "//chrome/browser:chrome_process_finder", 169 "//chrome/browser:chrome_process_finder",
170 "//chrome/chrome_watcher", 170 "//chrome/chrome_watcher",
171 "//chrome/chrome_watcher:client", 171 "//chrome/chrome_watcher:client",
172 "//chrome/common:constants", 172 "//chrome/common:constants",
173 "//chrome/common:metrics_constants_util_win", 173 "//chrome/common:metrics_constants_util_win",
174 "//chrome/install_static:install_static_util",
175 "//chrome/installer/util:with_no_strings", 174 "//chrome/installer/util:with_no_strings",
176 "//chrome_elf", 175 "//chrome_elf",
177 "//components/browser_watcher:browser_watcher_client", 176 "//components/browser_watcher:browser_watcher_client",
178 "//components/crash/content/app:run_as_crashpad_handler", 177 "//components/crash/content/app:run_as_crashpad_handler",
179 "//components/flags_ui:switches", 178 "//components/flags_ui:switches",
180 "//content:sandbox_helper_win", 179 "//content:sandbox_helper_win",
181 "//content/public/common:static_switches", 180 "//content/public/common:static_switches",
182 "//crypto", 181 "//crypto",
183 "//sandbox", 182 "//sandbox",
184 ] 183 ]
(...skipping 1390 matching lines...) Expand 10 before | Expand all | Expand 10 after
1575 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1574 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1576 "//chrome/tools/build/linux/chrome-wrapper", 1575 "//chrome/tools/build/linux/chrome-wrapper",
1577 "//third_party/xdg-utils/scripts/xdg-mime", 1576 "//third_party/xdg-utils/scripts/xdg-mime",
1578 "//third_party/xdg-utils/scripts/xdg-settings", 1577 "//third_party/xdg-utils/scripts/xdg-settings",
1579 ] 1578 ]
1580 outputs = [ 1579 outputs = [
1581 "$root_out_dir/{{source_file_part}}", 1580 "$root_out_dir/{{source_file_part}}",
1582 ] 1581 ]
1583 } 1582 }
1584 } 1583 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/chrome_crash_reporter_client_win.cc » ('j') | chrome/app/chrome_main_delegate.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698