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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9307004: Revert 119917 - Regression tests for two recently-fixed audio-related crashers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 10 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 | « chrome/browser/media/media_browsertest.cc ('k') | chrome/test/data/media/seek-jumper.html » ('j') | 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 2640 matching lines...) Expand 10 before | Expand all | Expand 10 after
2651 'browser/first_run/first_run_browsertest.cc', 2651 'browser/first_run/first_run_browsertest.cc',
2652 'browser/first_run/try_chrome_dialog_view_browsertest.cc', 2652 'browser/first_run/try_chrome_dialog_view_browsertest.cc',
2653 'browser/geolocation/access_token_store_browsertest.cc', 2653 'browser/geolocation/access_token_store_browsertest.cc',
2654 'browser/geolocation/geolocation_browsertest.cc', 2654 'browser/geolocation/geolocation_browsertest.cc',
2655 'browser/history/history_browsertest.cc', 2655 'browser/history/history_browsertest.cc',
2656 'browser/history/history_extension_apitest.cc', 2656 'browser/history/history_extension_apitest.cc',
2657 'browser/history/top_sites_extension_test.cc', 2657 'browser/history/top_sites_extension_test.cc',
2658 'browser/infobars/infobar_extension_apitest.cc', 2658 'browser/infobars/infobar_extension_apitest.cc',
2659 'browser/importer/toolbar_importer_utils_browsertest.cc', 2659 'browser/importer/toolbar_importer_utils_browsertest.cc',
2660 'browser/magic_iframe_browsertest.cc', 2660 'browser/magic_iframe_browsertest.cc',
2661 'browser/media/media_browsertest.cc',
2662 'browser/net/cookie_policy_browsertest.cc', 2661 'browser/net/cookie_policy_browsertest.cc',
2663 'browser/net/ftp_browsertest.cc', 2662 'browser/net/ftp_browsertest.cc',
2664 'browser/notifications/desktop_notifications_unittest.cc', 2663 'browser/notifications/desktop_notifications_unittest.cc',
2665 'browser/notifications/desktop_notifications_unittest.h', 2664 'browser/notifications/desktop_notifications_unittest.h',
2666 'browser/oom_priority_manager_browsertest.cc', 2665 'browser/oom_priority_manager_browsertest.cc',
2667 'browser/policy/device_management_service_browsertest.cc', 2666 'browser/policy/device_management_service_browsertest.cc',
2668 'browser/popup_blocker_browsertest.cc', 2667 'browser/popup_blocker_browsertest.cc',
2669 'browser/prerender/prefetch_browsertest.cc', 2668 'browser/prerender/prefetch_browsertest.cc',
2670 'browser/prerender/prerender_browsertest.cc', 2669 'browser/prerender/prerender_browsertest.cc',
2671 'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest .cc', 2670 'browser/printing/cloud_print/test/cloud_print_proxy_process_browsertest .cc',
(...skipping 1964 matching lines...) Expand 10 before | Expand all | Expand 10 after
4636 # Use outputs of this action as inputs for the main target build. 4635 # Use outputs of this action as inputs for the main target build.
4637 # Seems as a misnomer but makes this happy on Linux (scons). 4636 # Seems as a misnomer but makes this happy on Linux (scons).
4638 'process_outputs_as_sources': 1, 4637 'process_outputs_as_sources': 1,
4639 }, 4638 },
4640 ], # 'actions' 4639 ], # 'actions'
4641 }, 4640 },
4642 ] 4641 ]
4643 }], # 'coverage!=0' 4642 }], # 'coverage!=0'
4644 ], # 'conditions' 4643 ], # 'conditions'
4645 } 4644 }
OLDNEW
« no previous file with comments | « chrome/browser/media/media_browsertest.cc ('k') | chrome/test/data/media/seek-jumper.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698