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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 13799009: Fix iOS builders, test data has moved and they don't run components_unittests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « no previous file | no next file » | 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 f47ca1bcc3a690eed4afedb05c5f4f435e8541d1..2f0f749f9bcfbe07149ee5958d7fdf4c9aa0da7a 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1786,18 +1786,6 @@
],
# Bundle all the necessary resources into the test bundle.
'includes': ['chrome_ios_bundle_resources.gypi'],
- 'actions': [
- {
- 'action_name': 'copy_test_data',
- 'variables': {
- 'test_data_files': [
- 'test/data/zip',
- ],
- 'test_data_prefix': 'chrome',
- },
- 'includes': [ '../build/copy_test_data_ios.gypi' ],
- },
- ],
'xcode_settings': {'OTHER_LDFLAGS': ['-ObjC']},
}],
['enable_background==0', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698