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

Unified Diff: ui/views/views.gyp

Issue 11117009: views: Split test_support_views in two targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | « ui/app_list/app_list.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
diff --git a/ui/views/views.gyp b/ui/views/views.gyp
index c9fc50100b032ec8387699dea87ab3119c4c7dab..9e4959f21a0d3ffc0ee4fc406c74982cc67145e8 100644
--- a/ui/views/views.gyp
+++ b/ui/views/views.gyp
@@ -504,17 +504,14 @@
],
}, # target_name: views
{
- 'target_name': 'test_support_views',
+ 'target_name': 'views_test_support',
'type': 'static_library',
'dependencies': [
'../../base/base.gyp:base',
- '../../content/content.gyp:content',
- '../../content/content.gyp:test_support_content',
'../../ipc/ipc.gyp:test_support_ipc',
'../../skia/skia.gyp:skia',
'../../testing/gtest.gyp:gtest',
'../ui.gyp:ui',
- 'controls/webview/webview.gyp:webview',
'views',
],
'include_dirs': [
@@ -525,10 +522,31 @@
'test/test_views_delegate.h',
'test/views_test_base.cc',
'test/views_test_base.h',
+ ],
+ }, # target_name: views_test_support
+ {
+ 'target_name': 'views_with_content_test_support',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../../base/base.gyp:base',
+ '../../content/content.gyp:content',
+ '../../content/content.gyp:test_support_content',
+ '../../ipc/ipc.gyp:test_support_ipc',
+ '../../skia/skia.gyp:skia',
+ '../../testing/gtest.gyp:gtest',
+ '../ui.gyp:ui',
+ 'controls/webview/webview.gyp:webview',
+ 'views_test_support',
+ 'views',
+ ],
+ 'include_dirs': [
+ '..',
+ ],
+ 'sources': [
'test/webview_test_helper.cc',
'test/webview_test_helper.h',
],
- }, # target_name: test_support_views
+ }, # target_name: views_with_content_test_support
{
'target_name': 'views_unittests',
'type': 'executable',
@@ -551,8 +569,8 @@
'../ui.gyp:ui',
'../ui.gyp:ui_resources',
'../ui.gyp:ui_test_support',
- 'test_support_views',
'views',
+ 'views_test_support',
],
'include_dirs': [
'..',
« no previous file with comments | « ui/app_list/app_list.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698