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

Side by Side Diff: chrome/BUILD.gn

Issue 2770953002: Revert of gpu: Add a util method to set crash-keys from a GPUInfo. (Closed)
Patch Set: Created 3 years, 9 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 | « android_webview/common/aw_content_client.cc ('k') | chrome/common/chrome_content_client.cc » ('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/compiler/pgo/pgo.gni") 8 import("//build/config/compiler/pgo/pgo.gni")
9 import("//build/config/features.gni") 9 import("//build/config/features.gni")
10 import("//build/config/locales.gni") 10 import("//build/config/locales.gni")
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 "//chrome/common:metrics_constants_util_win", 184 "//chrome/common:metrics_constants_util_win",
185 "//chrome/install_static:secondary_module", 185 "//chrome/install_static:secondary_module",
186 "//chrome/installer/util:with_no_strings", 186 "//chrome/installer/util:with_no_strings",
187 "//chrome_elf", 187 "//chrome_elf",
188 "//components/browser_watcher:browser_watcher_client", 188 "//components/browser_watcher:browser_watcher_client",
189 "//components/crash/content/app:run_as_crashpad_handler", 189 "//components/crash/content/app:run_as_crashpad_handler",
190 "//components/flags_ui:switches", 190 "//components/flags_ui:switches",
191 "//content:sandbox_helper_win", 191 "//content:sandbox_helper_win",
192 "//content/public/common:static_switches", 192 "//content/public/common:static_switches",
193 "//crypto", 193 "//crypto",
194 "//gpu/config",
195 "//sandbox", 194 "//sandbox",
196 ] 195 ]
197 data_deps = [ 196 data_deps = [
198 "//chrome/app/version_assembly:version_assembly_manifest", 197 "//chrome/app/version_assembly:version_assembly_manifest",
199 ] 198 ]
200 199
201 if (win_console_app) { 200 if (win_console_app) {
202 defines += [ "WIN_CONSOLE_APP" ] 201 defines += [ "WIN_CONSOLE_APP" ]
203 } else { 202 } else {
204 # Set /SUBSYSTEM:WINDOWS for chrome.exe itself, unless a console build 203 # Set /SUBSYSTEM:WINDOWS for chrome.exe itself, unless a console build
(...skipping 1476 matching lines...) Expand 10 before | Expand all | Expand 10 after
1681 "//chrome/app/theme/$branding_path_component/product_logo_48.png", 1680 "//chrome/app/theme/$branding_path_component/product_logo_48.png",
1682 "//chrome/tools/build/linux/chrome-wrapper", 1681 "//chrome/tools/build/linux/chrome-wrapper",
1683 "//third_party/xdg-utils/scripts/xdg-mime", 1682 "//third_party/xdg-utils/scripts/xdg-mime",
1684 "//third_party/xdg-utils/scripts/xdg-settings", 1683 "//third_party/xdg-utils/scripts/xdg-settings",
1685 ] 1684 ]
1686 outputs = [ 1685 outputs = [
1687 "$root_out_dir/{{source_file_part}}", 1686 "$root_out_dir/{{source_file_part}}",
1688 ] 1687 ]
1689 } 1688 }
1690 } 1689 }
OLDNEW
« no previous file with comments | « android_webview/common/aw_content_client.cc ('k') | chrome/common/chrome_content_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698