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

Side by Side Diff: chrome/BUILD.gn

Issue 2487783002: Make Crashpad use the user data dir, rather than always default location (Closed)
Patch Set: install_static for swarming 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') | chrome/install_static/user_data_dir_win_unittest.cc » ('J')
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",
176 "//chrome/installer/util:with_no_strings", 175 "//chrome/installer/util:with_no_strings",
177 "//chrome_elf", 176 "//chrome_elf",
178 "//components/browser_watcher:browser_watcher_client", 177 "//components/browser_watcher:browser_watcher_client",
179 "//components/crash/content/app:run_as_crashpad_handler", 178 "//components/crash/content/app:run_as_crashpad_handler",
180 "//components/flags_ui:switches", 179 "//components/flags_ui:switches",
181 "//content:sandbox_helper_win", 180 "//content:sandbox_helper_win",
182 "//content/public/common:static_switches", 181 "//content/public/common:static_switches",
183 "//crypto", 182 "//crypto",
184 "//sandbox", 183 "//sandbox",
185 ] 184 ]
(...skipping 1426 matching lines...) Expand 10 before | Expand all | Expand 10 after
1612 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1611 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1613 "//chrome/tools/build/linux/chrome-wrapper", 1612 "//chrome/tools/build/linux/chrome-wrapper",
1614 "//third_party/xdg-utils/scripts/xdg-mime", 1613 "//third_party/xdg-utils/scripts/xdg-mime",
1615 "//third_party/xdg-utils/scripts/xdg-settings", 1614 "//third_party/xdg-utils/scripts/xdg-settings",
1616 ] 1615 ]
1617 outputs = [ 1616 outputs = [
1618 "$root_out_dir/{{source_file_part}}", 1617 "$root_out_dir/{{source_file_part}}",
1619 ] 1618 ]
1620 } 1619 }
1621 } 1620 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/BUILD.gn » ('j') | chrome/install_static/user_data_dir_win_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698