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

Unified Diff: ui/base/strings/ui_strings.gyp

Issue 152543005: Introduce a mock ui_unittests Framework for loading resources. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix iOS with an explainer 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
« no previous file with comments | « ui/base/l10n/time_format_unittest.cc ('k') | ui/base/test/framework-Info.plist » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/strings/ui_strings.gyp
diff --git a/ui/base/strings/ui_strings.gyp b/ui/base/strings/ui_strings.gyp
index f8750c209fcb5f5ea3713b93845dffcec517b1b3..a9f2bf77f0c02b31611ce79d0c9e8b2cd5f75715 100644
--- a/ui/base/strings/ui_strings.gyp
+++ b/ui/base/strings/ui_strings.gyp
@@ -38,7 +38,7 @@
},
],
'conditions': [
- ['os_posix == 1 and OS != "mac"', {
tapted 2014/02/28 08:12:07 note that this now builds the target on windows, s
+ ['OS != "mac"', {
'targets': [{
'target_name': 'ui_unittest_strings',
'type': 'none',
« no previous file with comments | « ui/base/l10n/time_format_unittest.cc ('k') | ui/base/test/framework-Info.plist » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698