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

Unified Diff: components/crash_keys/BUILD.gn

Issue 1298743002: Partially componentize chrome/common/crash_keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on iOS Created 5 years, 4 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
Index: components/crash_keys/BUILD.gn
diff --git a/device/bluetooth/uribeacon/BUILD.gn b/components/crash_keys/BUILD.gn
similarity index 75%
copy from device/bluetooth/uribeacon/BUILD.gn
copy to components/crash_keys/BUILD.gn
index 484e27270327646f886047b1d4d39d1a2e6641f1..d15cd18be91424972fa2fe50d60cb58c01aee8b5 100644
--- a/device/bluetooth/uribeacon/BUILD.gn
+++ b/components/crash_keys/BUILD.gn
@@ -2,11 +2,12 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-source_set("uribeacon") {
+source_set("crash_keys") {
sources = [
- "uri_encoder.cc",
- "uri_encoder.h",
+ "crash_keys.cc",
+ "crash_keys.h",
]
+
deps = [
"//base",
]

Powered by Google App Engine
This is Rietveld 408576698