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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10421010: Revert 138278 - Fix the volume controlling behaviors. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 7 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/ui/views/ash/volume_controller_chromeos_browsertest.cc ('k') | 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 2814 matching lines...) Expand 10 before | Expand all | Expand 10 after
2825 'browser/ui/panels/panel_app_browsertest.cc', 2825 'browser/ui/panels/panel_app_browsertest.cc',
2826 'browser/ui/panels/panel_browser_view_browsertest.cc', 2826 'browser/ui/panels/panel_browser_view_browsertest.cc',
2827 'browser/ui/prefs/prefs_tab_helper_browsertest.cc', 2827 'browser/ui/prefs/prefs_tab_helper_browsertest.cc',
2828 'browser/ui/startup/startup_browser_creator_browsertest.cc', 2828 'browser/ui/startup/startup_browser_creator_browsertest.cc',
2829 'browser/ui/tab_modal_confirm_dialog_browsertest_mac.mm', 2829 'browser/ui/tab_modal_confirm_dialog_browsertest_mac.mm',
2830 'browser/ui/tab_modal_confirm_dialog_browsertest.cc', 2830 'browser/ui/tab_modal_confirm_dialog_browsertest.cc',
2831 'browser/ui/tab_modal_confirm_dialog_browsertest.h', 2831 'browser/ui/tab_modal_confirm_dialog_browsertest.h',
2832 'browser/ui/views/ash/browser_non_client_frame_view_ash_browsertest.cc', 2832 'browser/ui/views/ash/browser_non_client_frame_view_ash_browsertest.cc',
2833 'browser/ui/views/ash/caps_lock_handler_browsertest.cc', 2833 'browser/ui/views/ash/caps_lock_handler_browsertest.cc',
2834 'browser/ui/views/ash/launcher/launcher_favicon_loader_browsertest.cc', 2834 'browser/ui/views/ash/launcher/launcher_favicon_loader_browsertest.cc',
2835 'browser/ui/views/ash/volume_controller_chromeos_browsertest.cc',
2836 'browser/ui/views/browser_actions_container_browsertest.cc', 2835 'browser/ui/views/browser_actions_container_browsertest.cc',
2837 'browser/ui/views/constrained_window_views_browsertest.cc', 2836 'browser/ui/views/constrained_window_views_browsertest.cc',
2838 'browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.cc', 2837 'browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.cc',
2839 'browser/ui/views/frame/browser_view_browsertest.cc', 2838 'browser/ui/views/frame/browser_view_browsertest.cc',
2840 'browser/ui/views/select_file_dialog_extension_browsertest.cc', 2839 'browser/ui/views/select_file_dialog_extension_browsertest.cc',
2841 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', 2840 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc',
2842 'browser/ui/views/web_dialog_view_browsertest.cc', 2841 'browser/ui/views/web_dialog_view_browsertest.cc',
2843 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', 2842 'browser/ui/webui/chrome_url_data_manager_browsertest.cc',
2844 'browser/ui/webui/help/help_browsertest.js', 2843 'browser/ui/webui/help/help_browsertest.js',
2845 'browser/ui/webui/ntp/most_visited_browsertest.cc', 2844 'browser/ui/webui/ntp/most_visited_browsertest.cc',
(...skipping 1752 matching lines...) Expand 10 before | Expand all | Expand 10 after
4598 # Use outputs of this action as inputs for the main target build. 4597 # Use outputs of this action as inputs for the main target build.
4599 # Seems as a misnomer but makes this happy on Linux (scons). 4598 # Seems as a misnomer but makes this happy on Linux (scons).
4600 'process_outputs_as_sources': 1, 4599 'process_outputs_as_sources': 1,
4601 }, 4600 },
4602 ], # 'actions' 4601 ], # 'actions'
4603 }, 4602 },
4604 ] 4603 ]
4605 }], # 'coverage!=0' 4604 }], # 'coverage!=0'
4606 ], # 'conditions' 4605 ], # 'conditions'
4607 } 4606 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/ash/volume_controller_chromeos_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698