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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 23684003: Introduce FastShowPickler which will be used for app list cold start. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Pickle type needs to be complete Created 7 years, 3 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') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index aa7b463383001a82025c0c9ea6d52c5480fbe711..d7cae32b01587c396a6a2fade23a547a594457a2 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2669,6 +2669,11 @@
'../third_party/cld/cld.gyp:cld',
],
}],
+ ['enable_app_list==1', {
+ 'sources': [
+ 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
+ ],
+ }],
],
'target_conditions': [
['OS == "ios"', {
@@ -2794,5 +2799,25 @@
},
],
}],
+ ['enable_app_list==1', {
+ 'targets': [
+ {
+ # Unit tests for chrome app list, not run on any bots, this is for faster
+ # compile/link/test cycles during development.
+ 'target_name': 'chrome_app_list_unittests',
+ 'type': '<(gtest_target_type)',
+ 'dependencies': [
+ '../base/base.gyp:run_all_unittests',
+ '../skia/skia.gyp:skia',
+ '../testing/gtest.gyp:gtest',
+ 'apps',
+ 'browser_ui',
+ ],
+ 'sources': [
+ 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
+ ],
+ },
+ ],
+ }],
], # 'conditions'
}
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698