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

Unified Diff: content/content_tests.gypi

Issue 157053010: Move async_file_test_helper.* to content/public/test/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix namespace references Created 6 years, 10 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: content/content_tests.gypi
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index 6b6e17b611e2bb69d846e12856a86c18392e8695..b57ec2a3109b1d24fab254962958d3272479fdca 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -31,6 +31,8 @@
'..',
],
'sources': [
+ 'public/test/async_file_test_helper.cc',
+ 'public/test/async_file_test_helper.h',
'public/test/browser_test_base.cc',
'public/test/browser_test_base.h',
'public/test/browser_test.h',
@@ -182,8 +184,6 @@
# TODO(kinuko): Those files should be moved to content/public/test.
'../webkit/browser/appcache/appcache_test_helper.cc',
'../webkit/browser/appcache/appcache_test_helper.h',
- '../webkit/browser/fileapi/async_file_test_helper.cc',
- '../webkit/browser/fileapi/async_file_test_helper.h',
],
'conditions': [
['OS == "ios"', {

Powered by Google App Engine
This is Rietveld 408576698