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

Unified Diff: components/components_tests.gyp

Issue 506863003: Componentize google_util_unittest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 4 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_tests_unit.gypi ('k') | components/google/core/browser/google_util_unittest.cc » ('j') | no next file with comments »
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 4263fe28f0a60db983949ac4d97877a7c7db8f94..89d8b9a5bf5fb72fc1aea521b12ae73d7a3f81d3 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -117,6 +117,7 @@
'gcm_driver/gcm_client_impl_unittest.cc',
'gcm_driver/gcm_driver_desktop_unittest.cc',
'gcm_driver/gcm_stats_recorder_impl_unittest.cc',
+ 'google/core/browser/google_util_unittest.cc',
'history/core/browser/url_database_unittest.cc',
'history/core/common/thumbnail_score_unittest.cc',
'invalidation/invalidation_logger_unittest.cc',
@@ -308,6 +309,9 @@
'components.gyp:gcm_driver',
'components.gyp:gcm_driver_test_support',
+ # Dependencies of google
+ 'components.gyp:google_core_browser',
+
# Dependencies of history
'components.gyp:history_core_browser',
'components.gyp:history_core_common',
@@ -483,6 +487,7 @@
['include', '^dom_distiller/'],
['include', '^enhanced_bookmarks/'],
['include', '^gcm_driver/'],
+ ['include', '^google/'],
['include', '^history/'],
['include', '^invalidation/'],
['include', '^json_schema/'],
« no previous file with comments | « chrome/chrome_tests_unit.gypi ('k') | components/google/core/browser/google_util_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698