OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |