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 555 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
566 'dependencies': [ | 566 'dependencies': [ |
567 '../build/linux/system.gyp:gtk', | 567 '../build/linux/system.gyp:gtk', |
568 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 568 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
569 ], | 569 ], |
570 }], | 570 }], |
571 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { | 571 ['toolkit_uses_gtk == 1 or chromeos==1 or (OS=="linux" and use_aura==1)'
, { |
572 'dependencies': [ | 572 'dependencies': [ |
573 '../build/linux/system.gyp:ssl', | 573 '../build/linux/system.gyp:ssl', |
574 ], | 574 ], |
575 }], | 575 }], |
| 576 # For troubleshooting crbug.com/103497. |
| 577 ['chromeos==1 and use_aura==1', { |
| 578 'sources': [ |
| 579 'browser/printing/print_dialog_cloud_uitest.cc', |
| 580 ], |
| 581 }], |
576 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { | 582 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { |
577 'sources!': [ | 583 'sources!': [ |
578 # TODO(port) | 584 # TODO(port) |
579 'browser/npapi_interactive_test.cc', | 585 'browser/npapi_interactive_test.cc', |
580 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc', | 586 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc', |
581 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', | 587 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', |
582 'browser/ui/views/button_dropdown_test.cc', | 588 'browser/ui/views/button_dropdown_test.cc', |
583 'browser/ui/views/find_bar_host_interactive_uitest.cc', | 589 'browser/ui/views/find_bar_host_interactive_uitest.cc', |
584 'browser/ui/views/menu_item_view_test.cc', | 590 'browser/ui/views/menu_item_view_test.cc', |
585 'browser/ui/views/menu_model_adapter_test.cc', | 591 'browser/ui/views/menu_model_adapter_test.cc', |
(...skipping 2184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2770 'browser/ui/panels/panel_browser_view_browsertest.cc', | 2776 'browser/ui/panels/panel_browser_view_browsertest.cc', |
2771 'browser/ui/webui/print_preview.js', | 2777 'browser/ui/webui/print_preview.js', |
2772 ], | 2778 ], |
2773 'conditions': [ | 2779 'conditions': [ |
2774 ['use_aura==1', { | 2780 ['use_aura==1', { |
2775 'sources/': [ | 2781 'sources/': [ |
2776 ['exclude', '^browser/chromeos/login/screen_locker_browsertest.c
c'], | 2782 ['exclude', '^browser/chromeos/login/screen_locker_browsertest.c
c'], |
2777 ['exclude', '^browser/chromeos/login/screen_locker_tester.cc'], | 2783 ['exclude', '^browser/chromeos/login/screen_locker_tester.cc'], |
2778 ['exclude', '^browser/chromeos/notifications/'], | 2784 ['exclude', '^browser/chromeos/notifications/'], |
2779 ['exclude', '^browser/ui/views/status_icons/status_tray_chromeos
_browsertest.cc'], | 2785 ['exclude', '^browser/ui/views/status_icons/status_tray_chromeos
_browsertest.cc'], |
| 2786 # For troubleshooting crbug.com/103497. |
| 2787 ['exclude', '^browser/printing/print_dialog_cloud_uitest.cc'], |
2780 ], | 2788 ], |
2781 }], | 2789 }], |
2782 ], | 2790 ], |
2783 }], | 2791 }], |
2784 ['use_virtual_keyboard==1', { | 2792 ['use_virtual_keyboard==1', { |
2785 'sources': [ | 2793 'sources': [ |
2786 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc
', | 2794 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc
', |
2787 ], | 2795 ], |
2788 }], | 2796 }], |
2789 ['file_manager_extension==0', { | 2797 ['file_manager_extension==0', { |
(...skipping 1494 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4284 # Use outputs of this action as inputs for the main target build. | 4292 # Use outputs of this action as inputs for the main target build. |
4285 # Seems as a misnomer but makes this happy on Linux (scons). | 4293 # Seems as a misnomer but makes this happy on Linux (scons). |
4286 'process_outputs_as_sources': 1, | 4294 'process_outputs_as_sources': 1, |
4287 }, | 4295 }, |
4288 ], # 'actions' | 4296 ], # 'actions' |
4289 }, | 4297 }, |
4290 ] | 4298 ] |
4291 }], # 'coverage!=0' | 4299 }], # 'coverage!=0' |
4292 ], # 'conditions' | 4300 ], # 'conditions' |
4293 } | 4301 } |
OLD | NEW |