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

Side by Side Diff: components/nacl/broker/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 | « chrome/test/BUILD.gn ('k') | gpu/config/gpu_util.h » ('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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/compiler/compiler.gni") 6 import("//build/config/compiler/compiler.gni")
7 import("//services/service_manager/public/service_manifest.gni") 7 import("//services/service_manager/public/service_manifest.gni")
8 8
9 # This file builds nacl64.exe, which is a 64-bit x86 Windows executable 9 # This file builds nacl64.exe, which is a 64-bit x86 Windows executable
10 # used only in the 32-bit x86 Windows build. The :broker code runs both 10 # used only in the 32-bit x86 Windows build. The :broker code runs both
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 check_includes = false 159 check_includes = false
160 160
161 deps = [ 161 deps = [
162 "//chrome/common:constants", 162 "//chrome/common:constants",
163 "//chrome/install_static:install_static_util", 163 "//chrome/install_static:install_static_util",
164 "//chrome/installer/util:with_no_strings", 164 "//chrome/installer/util:with_no_strings",
165 "//components/browser_watcher:browser_watcher_client", 165 "//components/browser_watcher:browser_watcher_client",
166 "//components/flags_ui:switches", 166 "//components/flags_ui:switches",
167 "//components/policy:generated", 167 "//components/policy:generated",
168 "//content/public/common:static_switches", 168 "//content/public/common:static_switches",
169 "//gpu/config",
170 "//ipc", 169 "//ipc",
171 ] 170 ]
172 } 171 }
173 } 172 }
174 173
175 service_manifest("nacl_broker_manifest") { 174 service_manifest("nacl_broker_manifest") {
176 name = "nacl_broker" 175 name = "nacl_broker"
177 source = "nacl_broker_manifest.json" 176 source = "nacl_broker_manifest.json"
178 } 177 }
OLDNEW
« no previous file with comments | « chrome/test/BUILD.gn ('k') | gpu/config/gpu_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698