OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
574 'dependencies': [ | 574 'dependencies': [ |
575 '../build/linux/system.gyp:gtk', | 575 '../build/linux/system.gyp:gtk', |
576 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 576 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
577 ], | 577 ], |
578 }], | 578 }], |
579 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { | 579 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { |
580 'dependencies': [ | 580 'dependencies': [ |
581 '../build/linux/system.gyp:ssl', | 581 '../build/linux/system.gyp:ssl', |
582 ], | 582 ], |
583 }], | 583 }], |
| 584 # For troubleshooting crbug.com/103497. |
| 585 ['chromeos==1 and use_aura==1', { |
| 586 'sources': [ |
| 587 'browser/printing/print_dialog_cloud_uitest.cc', |
| 588 ], |
| 589 }], |
584 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { | 590 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { |
585 'sources!': [ | 591 'sources!': [ |
586 # TODO(port) | 592 # TODO(port) |
587 'browser/npapi_interactive_test.cc', | 593 'browser/npapi_interactive_test.cc', |
588 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc', | 594 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc', |
589 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 595 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
590 'browser/ui/views/button_dropdown_test.cc', | 596 'browser/ui/views/button_dropdown_test.cc', |
591 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 597 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
592 'browser/ui/views/menu_item_view_test.cc', | 598 'browser/ui/views/menu_item_view_test.cc', |
593 'browser/ui/views/menu_model_adapter_test.cc', | 599 'browser/ui/views/menu_model_adapter_test.cc', |
(...skipping 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2797 'browser/ui/webui/print_preview.js', | 2803 'browser/ui/webui/print_preview.js', |
2798 ], | 2804 ], |
2799 'conditions': [ | 2805 'conditions': [ |
2800 ['use_aura==1', { | 2806 ['use_aura==1', { |
2801 'sources/': [ | 2807 'sources/': [ |
2802 ['exclude', '^browser/chromeos/login/screen_locker_browsertest.c
c'], | 2808 ['exclude', '^browser/chromeos/login/screen_locker_browsertest.c
c'], |
2803 ['exclude', '^browser/chromeos/login/screen_locker_tester.cc'], | 2809 ['exclude', '^browser/chromeos/login/screen_locker_tester.cc'], |
2804 ['exclude', '^browser/chromeos/notifications/'], | 2810 ['exclude', '^browser/chromeos/notifications/'], |
2805 ['exclude', '^browser/chromeos/panels/panel_browsertest.cc'], | 2811 ['exclude', '^browser/chromeos/panels/panel_browsertest.cc'], |
2806 ['exclude', '^browser/ui/views/status_icons/status_tray_chromeos
_browsertest.cc'], | 2812 ['exclude', '^browser/ui/views/status_icons/status_tray_chromeos
_browsertest.cc'], |
| 2813 # For troubleshooting crbug.com/103497. |
| 2814 ['exclude', '^browser/printing/print_dialog_cloud_uitest.cc'], |
2807 ], | 2815 ], |
2808 }], | 2816 }], |
2809 ], | 2817 ], |
2810 }], | 2818 }], |
2811 ['use_virtual_keyboard==1', { | 2819 ['use_virtual_keyboard==1', { |
2812 'sources': [ | 2820 'sources': [ |
2813 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc
', | 2821 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc
', |
2814 ], | 2822 ], |
2815 }], | 2823 }], |
2816 ['file_manager_extension==0', { | 2824 ['file_manager_extension==0', { |
(...skipping 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4315 # Use outputs of this action as inputs for the main target build. | 4323 # Use outputs of this action as inputs for the main target build. |
4316 # Seems as a misnomer but makes this happy on Linux (scons). | 4324 # Seems as a misnomer but makes this happy on Linux (scons). |
4317 'process_outputs_as_sources': 1, | 4325 'process_outputs_as_sources': 1, |
4318 }, | 4326 }, |
4319 ], # 'actions' | 4327 ], # 'actions' |
4320 }, | 4328 }, |
4321 ] | 4329 ] |
4322 }], # 'coverage!=0' | 4330 }], # 'coverage!=0' |
4323 ], # 'conditions' | 4331 ], # 'conditions' |
4324 } | 4332 } |
OLD | NEW |