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

Unified Diff: ui/app_list/app_list.gyp

Issue 399683005: Enable more tests in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android printing mode Created 6 years, 5 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/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list.gyp
diff --git a/ui/app_list/app_list.gyp b/ui/app_list/app_list.gyp
index 96c0dab90efc6e1f981a751b972367d05b72810c..bb207e5b9cf4c129e8bdcf48c1e9cafb7bf0a866 100644
--- a/ui/app_list/app_list.gyp
+++ b/ui/app_list/app_list.gyp
@@ -8,6 +8,7 @@
},
'targets': [
{
+ # GN version: //ui/app_list
'target_name': 'app_list',
'type': '<(component)',
'dependencies': [
@@ -27,6 +28,7 @@
'APP_LIST_IMPLEMENTATION',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'app_list_constants.cc',
'app_list_constants.h',
'app_list_export.h',
@@ -175,6 +177,7 @@
'msvs_disabled_warnings': [ 4267, ],
},
{
+ # GN version: //ui/app_list:test_support
'target_name': 'app_list_test_support',
'type': 'static_library',
'dependencies': [
@@ -185,6 +188,7 @@
'app_list',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'test/app_list_test_model.cc',
'test/app_list_test_model.h',
'test/app_list_test_view_delegate.cc',
@@ -192,6 +196,7 @@
],
},
{
+ # GN version: //ui/app_list:app_list_unittests
'target_name': 'app_list_unittests',
'type': 'executable',
'dependencies': [
@@ -207,6 +212,7 @@
'app_list_test_support',
],
'sources': [
+ # Note: sources list duplicated in GN build.
'app_list_item_list_unittest.cc',
'app_list_model_unittest.cc',
'pagination_model_unittest.cc',
« no previous file with comments | « ui/app_list/BUILD.gn ('k') | ui/base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698