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

Side by Side Diff: chrome/BUILD.gn

Issue 2549593002: Revert of Make Crashpad use the user data dir, rather than always default location (Closed)
Patch Set: Created 4 years 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/app/BUILD.gn » ('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/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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
165 ":visual_elements_resources", 165 ":visual_elements_resources",
166 "//base", 166 "//base",
167 "//breakpad:breakpad_handler", 167 "//breakpad:breakpad_handler",
168 "//breakpad:breakpad_sender", 168 "//breakpad:breakpad_sender",
169 "//chrome/app/version_assembly:chrome_exe_manifest", 169 "//chrome/app/version_assembly:chrome_exe_manifest",
170 "//chrome/browser:chrome_process_finder", 170 "//chrome/browser:chrome_process_finder",
171 "//chrome/chrome_watcher", 171 "//chrome/chrome_watcher",
172 "//chrome/chrome_watcher:client", 172 "//chrome/chrome_watcher:client",
173 "//chrome/common:constants", 173 "//chrome/common:constants",
174 "//chrome/common:metrics_constants_util_win", 174 "//chrome/common:metrics_constants_util_win",
175 "//chrome/install_static:install_static_util",
175 "//chrome/installer/util:with_no_strings", 176 "//chrome/installer/util:with_no_strings",
176 "//chrome_elf", 177 "//chrome_elf",
177 "//components/browser_watcher:browser_watcher_client", 178 "//components/browser_watcher:browser_watcher_client",
178 "//components/crash/content/app:run_as_crashpad_handler", 179 "//components/crash/content/app:run_as_crashpad_handler",
179 "//components/flags_ui:switches", 180 "//components/flags_ui:switches",
180 "//content:sandbox_helper_win", 181 "//content:sandbox_helper_win",
181 "//content/public/common:static_switches", 182 "//content/public/common:static_switches",
182 "//crypto", 183 "//crypto",
183 "//sandbox", 184 "//sandbox",
184 ] 185 ]
(...skipping 1426 matching lines...) Expand 10 before | Expand all | Expand 10 after
1611 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1612 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1612 "//chrome/tools/build/linux/chrome-wrapper", 1613 "//chrome/tools/build/linux/chrome-wrapper",
1613 "//third_party/xdg-utils/scripts/xdg-mime", 1614 "//third_party/xdg-utils/scripts/xdg-mime",
1614 "//third_party/xdg-utils/scripts/xdg-settings", 1615 "//third_party/xdg-utils/scripts/xdg-settings",
1615 ] 1616 ]
1616 outputs = [ 1617 outputs = [
1617 "$root_out_dir/{{source_file_part}}", 1618 "$root_out_dir/{{source_file_part}}",
1618 ] 1619 ]
1619 } 1620 }
1620 } 1621 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698