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

Unified Diff: components/crash/core/browser/BUILD.gn

Issue 1389913002: Move crashes_ui resources and utils to //components/crash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments Created 5 years, 2 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/crash.gypi ('k') | components/crash/core/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash/core/browser/BUILD.gn
diff --git a/components/ssl_errors/BUILD.gn b/components/crash/core/browser/BUILD.gn
similarity index 63%
copy from components/ssl_errors/BUILD.gn
copy to components/crash/core/browser/BUILD.gn
index fc3da1526b2e4e415bccf91b3853605c0104ad4a..0ba13063b5d2d91fa86b06d7388cac9693d37acc 100644
--- a/components/ssl_errors/BUILD.gn
+++ b/components/crash/core/browser/BUILD.gn
@@ -2,17 +2,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-# GYP version: components/ssl_errors.gyp
-source_set("ssl_errors") {
+source_set("browser") {
sources = [
- "error_info.cc",
- "error_info.h",
+ "crashes_ui_util.cc",
+ "crashes_ui_util.h",
]
-
deps = [
"//base",
"//components/strings",
- "//net",
- "//ui/base",
+ "//components/upload_list",
]
}
« no previous file with comments | « components/crash.gypi ('k') | components/crash/core/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698