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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8632013: Exclude chromeos panel browsertest for aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 2772 matching lines...) Expand 10 before | Expand all | Expand 10 after
2783 'browser/ui/panels/panel_app_browsertest.cc', 2783 'browser/ui/panels/panel_app_browsertest.cc',
2784 'browser/ui/panels/panel_browser_view_browsertest.cc', 2784 'browser/ui/panels/panel_browser_view_browsertest.cc',
2785 'browser/ui/webui/print_preview.js', 2785 'browser/ui/webui/print_preview.js',
2786 ], 2786 ],
2787 'conditions': [ 2787 'conditions': [
2788 ['use_aura==1', { 2788 ['use_aura==1', {
2789 'sources/': [ 2789 'sources/': [
2790 ['exclude', '^browser/chromeos/login/screen_locker_browsertest.c c'], 2790 ['exclude', '^browser/chromeos/login/screen_locker_browsertest.c c'],
2791 ['exclude', '^browser/chromeos/login/screen_locker_tester.cc'], 2791 ['exclude', '^browser/chromeos/login/screen_locker_tester.cc'],
2792 ['exclude', '^browser/chromeos/notifications/'], 2792 ['exclude', '^browser/chromeos/notifications/'],
2793 ['exclude', '^browser/chromeos/panels/panel_browsertest.cc'],
2793 ['exclude', '^browser/ui/views/status_icons/status_tray_chromeos _browsertest.cc'], 2794 ['exclude', '^browser/ui/views/status_icons/status_tray_chromeos _browsertest.cc'],
2794 # For troubleshooting crbug.com/103497. 2795 # For troubleshooting crbug.com/103497.
2795 ['exclude', '^browser/printing/print_dialog_cloud_uitest.cc'], 2796 ['exclude', '^browser/printing/print_dialog_cloud_uitest.cc'],
2796 ], 2797 ],
2797 }], 2798 }],
2798 ], 2799 ],
2799 }], 2800 }],
2800 ['use_virtual_keyboard==1', { 2801 ['use_virtual_keyboard==1', {
2801 'sources': [ 2802 'sources': [
2802 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc ', 2803 'browser/ui/virtual_keyboard/virtual_keyboard_manager_browsertest.cc ',
(...skipping 1497 matching lines...) Expand 10 before | Expand all | Expand 10 after
4300 # Use outputs of this action as inputs for the main target build. 4301 # Use outputs of this action as inputs for the main target build.
4301 # Seems as a misnomer but makes this happy on Linux (scons). 4302 # Seems as a misnomer but makes this happy on Linux (scons).
4302 'process_outputs_as_sources': 1, 4303 'process_outputs_as_sources': 1,
4303 }, 4304 },
4304 ], # 'actions' 4305 ], # 'actions'
4305 }, 4306 },
4306 ] 4307 ]
4307 }], # 'coverage!=0' 4308 }], # 'coverage!=0'
4308 ], # 'conditions' 4309 ], # 'conditions'
4309 } 4310 }
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