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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10872077: chrome: Do not compile ui_test_utils_win.cc on win_aura configuration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 'service', 308 'service',
309 ], 309 ],
310 }], 310 }],
311 ['OS=="win"', { 311 ['OS=="win"', {
312 'include_dirs': [ 312 'include_dirs': [
313 '<(DEPTH)/third_party/wtl/include', 313 '<(DEPTH)/third_party/wtl/include',
314 ], 314 ],
315 }], 315 }],
316 ['OS=="win" and use_aura==1', { 316 ['OS=="win" and use_aura==1', {
317 'sources/': [ 317 'sources/': [
318 ['exclude', 'test/base/ui_test_utils_win.cc'], 318 ['exclude', 'browser/ui/views/test/ui_test_utils_win.cc'],
319 ], 319 ],
320 }], 320 }],
321 ], 321 ],
322 }, 322 },
323 { 323 {
324 'target_name': 'test_support_ui', 324 'target_name': 'test_support_ui',
325 'type': 'static_library', 325 'type': 'static_library',
326 'dependencies': [ 326 'dependencies': [
327 'chrome_resources.gyp:chrome_resources', 327 'chrome_resources.gyp:chrome_resources',
328 'chrome_resources.gyp:chrome_strings', 328 'chrome_resources.gyp:chrome_strings',
(...skipping 4395 matching lines...) Expand 10 before | Expand all | Expand 10 after
4724 '--result', '<@(_outputs)', 4724 '--result', '<@(_outputs)',
4725 '--isolate', 'browser_tests.isolate', 4725 '--isolate', 'browser_tests.isolate',
4726 ], 4726 ],
4727 }, 4727 },
4728 ], 4728 ],
4729 }, 4729 },
4730 ], 4730 ],
4731 }], 4731 }],
4732 ], # 'conditions' 4732 ], # 'conditions'
4733 } 4733 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698