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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 11825011: Componentize visitedlinks to src/components/visitedlink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add security OWNERS for ipc message. Created 7 years, 11 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
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 309e0d8e127422445decc7d8756cfeb410ac738f..a32284d7586f4d3de19b18b0c8585ce022e9c0a3 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1426,7 +1426,6 @@
'browser/value_store/value_store_frontend_unittest.cc',
'browser/value_store/value_store_unittest.cc',
'browser/value_store/value_store_unittest.h',
- 'browser/visitedlink/visitedlink_unittest.cc',
'browser/web_applications/web_app_mac_unittest.mm',
'browser/web_applications/web_app_unittest.cc',
'browser/web_resource/promo_resource_service_mobile_ntp_unittest.cc',
@@ -1645,6 +1644,10 @@
'../webkit/glue/web_intent_service_data_unittest.cc',
'../webkit/quota/mock_storage_client.cc',
'../webkit/quota/mock_storage_client.h',
+
+ # TODO(boliu): Move this to components_unittest target under
+ # components/.
+ '../components/visitedlink/test/visitedlink_unittest.cc',
],
'conditions': [
['OS!="ios"', {

Powered by Google App Engine
This is Rietveld 408576698