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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8919024: Aura: Move print_dialog_cloud_uitests back to browser_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 9 years 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) 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
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 }],
590 ['toolkit_uses_gtk == 1 and toolkit_views == 0', { 584 ['toolkit_uses_gtk == 1 and toolkit_views == 0', {
591 'sources!': [ 585 'sources!': [
592 # TODO(port) 586 # TODO(port)
593 'browser/npapi_interactive_test.cc', 587 'browser/npapi_interactive_test.cc',
594 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc', 588 'browser/ui/views/crypto_module_password_dialog_view_unittest.cc',
595 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc', 589 'browser/ui/views/bookmarks/bookmark_bar_view_test.cc',
596 'browser/ui/views/button_dropdown_test.cc', 590 'browser/ui/views/button_dropdown_test.cc',
597 'browser/ui/views/find_bar_host_interactive_uitest.cc', 591 'browser/ui/views/find_bar_host_interactive_uitest.cc',
598 'browser/ui/views/menu_item_view_test.cc', 592 'browser/ui/views/menu_item_view_test.cc',
599 'browser/ui/views/menu_model_adapter_test.cc', 593 'browser/ui/views/menu_model_adapter_test.cc',
(...skipping 2204 matching lines...) Expand 10 before | Expand all | Expand 10 after
2804 'browser/ui/webui/print_preview.js', 2798 'browser/ui/webui/print_preview.js',
2805 ], 2799 ],
2806 'conditions': [ 2800 'conditions': [
2807 ['use_aura==1', { 2801 ['use_aura==1', {
2808 'sources/': [ 2802 'sources/': [
2809 ['exclude', '^browser/chromeos/login/screen_locker_browsertest.c c'], 2803 ['exclude', '^browser/chromeos/login/screen_locker_browsertest.c c'],
2810 ['exclude', '^browser/chromeos/login/screen_locker_tester.cc'], 2804 ['exclude', '^browser/chromeos/login/screen_locker_tester.cc'],
2811 ['exclude', '^browser/chromeos/notifications/'], 2805 ['exclude', '^browser/chromeos/notifications/'],
2812 ['exclude', '^browser/chromeos/panels/panel_browsertest.cc'], 2806 ['exclude', '^browser/chromeos/panels/panel_browsertest.cc'],
2813 ['exclude', '^browser/ui/views/status_icons/status_tray_chromeos _browsertest.cc'], 2807 ['exclude', '^browser/ui/views/status_icons/status_tray_chromeos _browsertest.cc'],
2814 # For troubleshooting crbug.com/103497.
2815 ['exclude', '^browser/printing/print_dialog_cloud_uitest.cc'],
2816 ], 2808 ],
2817 }], 2809 }],
2818 ], 2810 ],
2819 }], 2811 }],
2820 ['use_virtual_keyboard==1', { 2812 ['use_virtual_keyboard==1', {
2821 'sources': [ 2813 'sources': [
2822 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc ', 2814 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc ',
2823 ], 2815 ],
2824 }], 2816 }],
2825 ['file_manager_extension==0', { 2817 ['file_manager_extension==0', {
(...skipping 1498 matching lines...) Expand 10 before | Expand all | Expand 10 after
4324 # Use outputs of this action as inputs for the main target build. 4316 # Use outputs of this action as inputs for the main target build.
4325 # Seems as a misnomer but makes this happy on Linux (scons). 4317 # Seems as a misnomer but makes this happy on Linux (scons).
4326 'process_outputs_as_sources': 1, 4318 'process_outputs_as_sources': 1,
4327 }, 4319 },
4328 ], # 'actions' 4320 ], # 'actions'
4329 }, 4321 },
4330 ] 4322 ]
4331 }], # 'coverage!=0' 4323 }], # 'coverage!=0'
4332 ], # 'conditions' 4324 ], # 'conditions'
4333 } 4325 }
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