diff options
author | msarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-05 10:18:39 +0000 |
---|---|---|
committer | msarda@chromium.org <msarda@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-05 10:18:39 +0000 |
commit | c9c672f06a769462db0eb4fb0412337b3d6aefd9 (patch) | |
tree | 0bc64b2172603515c95d81c9698437b6d0cfa678 /base | |
parent | 828a7a81bc0694bad1997fda5435f3eaafd1f385 (diff) | |
download | chromium_src-c9c672f06a769462db0eb4fb0412337b3d6aefd9.zip chromium_src-c9c672f06a769462db0eb4fb0412337b3d6aefd9.tar.gz chromium_src-c9c672f06a769462db0eb4fb0412337b3d6aefd9.tar.bz2 |
Build test_file_util_mac.cc on iOS.
The file test_file_util_mac.cc was filters out by file name rules on iOS.
This CL adds it back to the iOS build.
Review URL: https://chromiumcodereview.appspot.com/10919063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154933 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/base.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/base/base.gyp b/base/base.gyp index 682eec1..643836c 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -733,6 +733,15 @@ 'test/values_test_util.cc', 'test/values_test_util.h', ], + 'target_conditions': [ + ['OS == "ios"', { + 'sources/': [ + # Pull in specific Mac files for iOS (which have been filtered out + # by file name rules). + ['include', '^test/test_file_util_mac\\.cc$'], + ], + }], + ], # target_conditions }, { 'target_name': 'test_support_perf', |