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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9669055: Disable some tests for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 months 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) 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 2438 matching lines...) Expand 10 before | Expand all | Expand 10 after
2449 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc', 2449 'browser/ui/views/extensions/browser_action_drag_data_unittest.cc',
2450 'browser/ui/views/first_run_search_engine_view_unittest.cc', 2450 'browser/ui/views/first_run_search_engine_view_unittest.cc',
2451 'browser/ui/views/generic_info_view_unittest.cc', 2451 'browser/ui/views/generic_info_view_unittest.cc',
2452 'test/data/resource.rc', 2452 'test/data/resource.rc',
2453 ], 2453 ],
2454 }], 2454 }],
2455 ['OS=="android"', { 2455 ['OS=="android"', {
2456 'sources!': [ 2456 'sources!': [
2457 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc', 2457 'browser/bookmarks/bookmark_context_menu_controller_unittest.cc',
2458 'browser/shell_integration_unittest.cc', 2458 'browser/shell_integration_unittest.cc',
2459
2460 # No service process (which also requires multiprocess lock)
2461 'common/multi_process_lock_unittest.cc',
2462 'common/service_process_util_unittest.cc',
2463
2464 # Sync setup uses native ui.
2465 'browser/sync/sync_setup_wizard_unittest.cc',
2466 'browser/ui/webui/sync_setup_handler_unittest.cc',
2467
2459 'browser/ui/window_sizer_unittest.cc', 2468 'browser/ui/window_sizer_unittest.cc',
2460 ], 2469 ],
2461 'sources/': [ 2470 'sources/': [
2462 ['exclude', '^browser/printing/'], 2471 ['exclude', '^browser/printing/'],
2463 ['exclude', '^browser/themes/'], 2472 ['exclude', '^browser/themes/'],
2464 ['exclude', '^browser/ui/panels'], 2473 ['exclude', '^browser/ui/panels'],
2465 ['exclude', '^browser/ui/tabs/'], 2474 ['exclude', '^browser/ui/tabs/'],
2466 ['exclude', '^browser/ui/toolbar/'], 2475 ['exclude', '^browser/ui/toolbar/'],
2467 ['exclude', '^browser/ui/webui/options/'], 2476 ['exclude', '^browser/ui/webui/options/'],
2468 ['exclude', '^browser/ui/webui/print_preview/'], 2477 ['exclude', '^browser/ui/webui/print_preview/'],
(...skipping 2245 matching lines...) Expand 10 before | Expand all | Expand 10 after
4714 # Use outputs of this action as inputs for the main target build. 4723 # Use outputs of this action as inputs for the main target build.
4715 # Seems as a misnomer but makes this happy on Linux (scons). 4724 # Seems as a misnomer but makes this happy on Linux (scons).
4716 'process_outputs_as_sources': 1, 4725 'process_outputs_as_sources': 1,
4717 }, 4726 },
4718 ], # 'actions' 4727 ], # 'actions'
4719 }, 4728 },
4720 ] 4729 ]
4721 }], # 'coverage!=0' 4730 }], # 'coverage!=0'
4722 ], # 'conditions' 4731 ], # 'conditions'
4723 } 4732 }
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