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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 313123003: Android: Eliminate sync_file_system extensions code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix tests Created 6 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 | « chrome/chrome_renderer.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index dc3a6036d3ec6d815b36c7d6a900403a88b00f6d..5b3844cbfb5718933c338fabf5395873537bb2b0 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -2121,6 +2121,7 @@
['exclude', '^browser/extensions/api/'],
['exclude', '^browser/extensions/error_console/'],
['exclude', '^browser/sync/glue/extensions_activity_monitor_unittest.cc'],
+ ['exclude', '^browser/sync_file_system/'],
['exclude', '^common/extensions/api/'],
['exclude', '^common/extensions/manifest_handlers/'],
['exclude', '^common/extensions/manifest_tests/'],
@@ -2618,8 +2619,6 @@
# Test files cannot be opened on Android.
'browser/drive/fake_drive_service_unittest.cc',
- 'browser/sync_file_system/drive_backend/api_util_unittest.cc',
- 'browser/sync_file_system/drive_backend/drive_file_sync_service_sync_unittest.cc',
# The autofill popup is implemented in mostly native code on
# Android.
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/common/extensions/api/api.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698