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

Unified Diff: components/crash.gypi

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 | « chrome/chrome_browser_ui.gypi ('k') | components/crash/core/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/crash.gypi
diff --git a/components/crash.gypi b/components/crash.gypi
index 6acfdfc4dd4b22ca08daf8c35e181a7a763afbdb..8ad506d283479c108d41555f9c4283c086eaf4b2 100644
--- a/components/crash.gypi
+++ b/components/crash.gypi
@@ -5,6 +5,23 @@
{
'targets': [
{
+ # GN version: //components/crash/core/browser
+ 'target_name': 'crash_core_browser',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ 'upload_list',
+ '../base/base.gyp:base',
+ '../components/components_strings.gyp:components_strings',
+ ],
+ 'sources': [
+ 'crash/core/browser/crashes_ui_util.cc',
+ 'crash/core/browser/crashes_ui_util.h',
+ ],
+ },
+ {
# GN version: //components/crash/core/common
'target_name': 'crash_core_common',
'type': 'static_library',
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | components/crash/core/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698