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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 107273002: Merge 236134 "Ensure that the first browser window which is crea..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1700/src/
Patch Set: Created 7 years 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/browser/ui/window_sizer/window_sizer_ash_unittest.cc ('k') | 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
===================================================================
--- chrome/chrome_tests_unit.gypi (revision 239045)
+++ chrome/chrome_tests_unit.gypi (working copy)
@@ -2162,12 +2162,8 @@
# We eventually want to compile both in Win Aura builds, see
# http://crbug.com/155545.
'conditions': [
- ['OS=="win"', {
+ ['OS !="win"', {
'sources!': [
- 'browser/ui/window_sizer/window_sizer_ash_unittest.cc',
- ],
- }, { # else: OS!=win
- 'sources!': [
'browser/ui/window_sizer/window_sizer_unittest.cc',
],
}],
« no previous file with comments | « chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698