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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10411028: 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 2823 matching lines...) Expand 10 before | Expand all | Expand 10 after
2834 'browser/ui/panels/panel_app_browsertest.cc', 2834 'browser/ui/panels/panel_app_browsertest.cc',
2835 'browser/ui/panels/panel_browser_view_browsertest.cc', 2835 'browser/ui/panels/panel_browser_view_browsertest.cc',
2836 'browser/ui/prefs/prefs_tab_helper_browsertest.cc', 2836 'browser/ui/prefs/prefs_tab_helper_browsertest.cc',
2837 'browser/ui/startup/startup_browser_creator_browsertest.cc', 2837 'browser/ui/startup/startup_browser_creator_browsertest.cc',
2838 'browser/ui/tab_modal_confirm_dialog_browsertest_mac.mm', 2838 'browser/ui/tab_modal_confirm_dialog_browsertest_mac.mm',
2839 'browser/ui/tab_modal_confirm_dialog_browsertest.cc', 2839 'browser/ui/tab_modal_confirm_dialog_browsertest.cc',
2840 'browser/ui/tab_modal_confirm_dialog_browsertest.h', 2840 'browser/ui/tab_modal_confirm_dialog_browsertest.h',
2841 'browser/ui/views/ash/browser_non_client_frame_view_ash_browsertest.cc', 2841 'browser/ui/views/ash/browser_non_client_frame_view_ash_browsertest.cc',
2842 'browser/ui/views/ash/caps_lock_handler_browsertest.cc', 2842 'browser/ui/views/ash/caps_lock_handler_browsertest.cc',
2843 'browser/ui/views/ash/launcher/launcher_favicon_loader_browsertest.cc', 2843 'browser/ui/views/ash/launcher/launcher_favicon_loader_browsertest.cc',
2844 'browser/ui/views/ash/volume_controller_chromeos_browsertest.cc',
2844 'browser/ui/views/browser_actions_container_browsertest.cc', 2845 'browser/ui/views/browser_actions_container_browsertest.cc',
2845 'browser/ui/views/constrained_window_views_browsertest.cc', 2846 'browser/ui/views/constrained_window_views_browsertest.cc',
2846 'browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.cc', 2847 'browser/ui/views/frame/app_non_client_frame_view_aura_browsertest.cc',
2847 'browser/ui/views/frame/browser_view_browsertest.cc', 2848 'browser/ui/views/frame/browser_view_browsertest.cc',
2848 'browser/ui/views/select_file_dialog_extension_browsertest.cc', 2849 'browser/ui/views/select_file_dialog_extension_browsertest.cc',
2849 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', 2850 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc',
2850 'browser/ui/views/web_dialog_view_browsertest.cc', 2851 'browser/ui/views/web_dialog_view_browsertest.cc',
2851 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', 2852 'browser/ui/webui/chrome_url_data_manager_browsertest.cc',
2852 'browser/ui/webui/help/help_browsertest.js', 2853 'browser/ui/webui/help/help_browsertest.js',
2853 'browser/ui/webui/ntp/most_visited_browsertest.cc', 2854 'browser/ui/webui/ntp/most_visited_browsertest.cc',
(...skipping 1762 matching lines...) Expand 10 before | Expand all | Expand 10 after
4616 # Use outputs of this action as inputs for the main target build. 4617 # Use outputs of this action as inputs for the main target build.
4617 # Seems as a misnomer but makes this happy on Linux (scons). 4618 # Seems as a misnomer but makes this happy on Linux (scons).
4618 'process_outputs_as_sources': 1, 4619 'process_outputs_as_sources': 1,
4619 }, 4620 },
4620 ], # 'actions' 4621 ], # 'actions'
4621 }, 4622 },
4622 ] 4623 ]
4623 }], # 'coverage!=0' 4624 }], # 'coverage!=0'
4624 ], # 'conditions' 4625 ], # 'conditions'
4625 } 4626 }
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