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

Unified Diff: base/base.gyp

Issue 12481028: base: Move the rest of JSONValueSerializer unit tests from c/common to base/json. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ios? run it there too? Created 7 years, 9 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 | base/base_paths.h » ('j') | base/base_paths.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index f18f975f1a61f63f80a23cffe7c2d262f5fd7ea0..e6ae7fe062ab778f74c4740e63c9f1f5a3c3c0d2 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -674,7 +674,6 @@
# iOS does not use message_pump_libevent.
['exclude', '^message_pump_libevent_unittest\\.cc$'],
['exclude', '^prefs/json_pref_store_unittest.\\cc$'],
-
],
'conditions': [
['coverage != 0', {
@@ -703,6 +702,7 @@
'test_data_files': [
'data/json/bom_feff.json',
'data/file_util_unittest',
+ 'test/data',
],
'test_data_prefix': 'base',
},
« no previous file with comments | « no previous file | base/base_paths.h » ('j') | base/base_paths.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698