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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 62333015: Ensure that the first browser window which is created in Windows 8 ASH is maximized. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 1 month 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/window_sizer/window_sizer_ash_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 2161 matching lines...) Expand 10 before | Expand all | Expand 10 after
2172 'browser/ui/app_list/search/tokenized_string_unittest.cc', 2172 'browser/ui/app_list/search/tokenized_string_unittest.cc',
2173 ], 2173 ],
2174 'dependencies': [ 2174 'dependencies': [
2175 '../ash/ash.gyp:ash_resources', 2175 '../ash/ash.gyp:ash_resources',
2176 '../ash/ash.gyp:ash_test_support', 2176 '../ash/ash.gyp:ash_test_support',
2177 '../ash/ash_strings.gyp:ash_strings', 2177 '../ash/ash_strings.gyp:ash_strings',
2178 ], 2178 ],
2179 # We eventually want to compile both in Win Aura builds, see 2179 # We eventually want to compile both in Win Aura builds, see
2180 # http://crbug.com/155545. 2180 # http://crbug.com/155545.
2181 'conditions': [ 2181 'conditions': [
2182 ['OS=="win"', { 2182 ['OS !="win"', {
2183 'sources!': [
2184 'browser/ui/window_sizer/window_sizer_ash_unittest.cc',
2185 ],
2186 }, { # else: OS!=win
2187 'sources!': [ 2183 'sources!': [
2188 'browser/ui/window_sizer/window_sizer_unittest.cc', 2184 'browser/ui/window_sizer/window_sizer_unittest.cc',
2189 ], 2185 ],
2190 }], 2186 }],
2191 ], 2187 ],
2192 }], 2188 }],
2193 ['use_aura==1', { 2189 ['use_aura==1', {
2194 'dependencies': [ 2190 'dependencies': [
2195 '../ui/aura/aura.gyp:aura_test_support', 2191 '../ui/aura/aura.gyp:aura_test_support',
2196 ], 2192 ],
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
2936 'sources': [ 2932 'sources': [
2937 'browser/ui/views/app_list/win/app_list_win_unittest.cc', 2933 'browser/ui/views/app_list/win/app_list_win_unittest.cc',
2938 ], 2934 ],
2939 }], # 'OS=="win"' 2935 }], # 'OS=="win"'
2940 ], 2936 ],
2941 }, 2937 },
2942 ], 2938 ],
2943 }], 2939 }],
2944 ], # 'conditions' 2940 ], # 'conditions'
2945 } 2941 }
OLDNEW
« 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