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

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: re-up with similarity=25 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 3a9035e6ce6416a1b89684f5e9e58b3556652bb8..16a2d36d1f27072bd5d21a0b3b0520c69925b44a 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