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

Unified Diff: components/components_tests.gyp

Issue 2034083003: mac/gn: Make sure components_unittests contain the same tests in gyp and gn builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « no previous file | components/policy/core/common/BUILD.gn » ('j') | components/policy/core/common/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 34791f50cb882b8a0ff861e9673315afcd70ee90..b98a33e13a744b748deba7e025d692620cc560b0 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -639,6 +639,7 @@
],
'prefs_unittest_sources': [
'prefs/default_pref_store_unittest.cc',
+ 'prefs/in_memory_pref_store_unittest.cc',
'prefs/json_pref_store_unittest.cc',
'prefs/overlay_user_pref_store_unittest.cc',
'prefs/pref_change_registrar_unittest.cc',
@@ -719,6 +720,7 @@
],
'search_engines_unittest_sources': [
'search_engines/default_search_manager_unittest.cc',
+ 'search_engines/default_search_policy_handler_unittest.cc',
'search_engines/default_search_pref_migration_unittest.cc',
'search_engines/keyword_table_unittest.cc',
'search_engines/search_engine_data_type_controller_unittest.cc',
« no previous file with comments | « no previous file | components/policy/core/common/BUILD.gn » ('j') | components/policy/core/common/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698