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

Unified Diff: gpu/config/BUILD.gn

Issue 2751103008: gpu: Add a util method to set crash-keys from a GPUInfo. (Closed)
Patch Set: fix build_config.h 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/nacl/broker/BUILD.gn ('k') | gpu/config/gpu_crash_keys.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/config/BUILD.gn
diff --git a/gpu/config/BUILD.gn b/gpu/config/BUILD.gn
index 6debe2edbc50d62634476d7e063d6443b74da663..a133d44f076f6d5b7e66539d45d417d44e58cacb 100644
--- a/gpu/config/BUILD.gn
+++ b/gpu/config/BUILD.gn
@@ -18,6 +18,13 @@ group("config") {
}
}
+source_set("crash_keys") {
Nico 2017/03/23 12:43:45 add a comment that this is linked into both chrome
sadrul 2017/03/23 14:45:22 Done.
+ sources = [
+ "gpu_crash_keys.cc",
+ "gpu_crash_keys.h",
+ ]
+}
+
source_set("config_sources") {
# External code should depend on this via //gpu/config above rather than
# depending on this directly or the component build will break.
@@ -69,6 +76,7 @@ source_set("config_sources") {
]
deps = [
+ ":crash_keys",
"//base",
"//third_party/re2",
"//ui/gl",
« no previous file with comments | « components/nacl/broker/BUILD.gn ('k') | gpu/config/gpu_crash_keys.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698