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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7969009: Removed chromeos::NetworkStateNotifier and redirected all related code to use (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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/chrome_browser.gypi ('k') | chrome/common/chrome_notification_types.h » ('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) 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 { 5 {
6 'variables' : { 6 'variables' : {
7 'pyautolib_sources': [ 7 'pyautolib_sources': [
8 'app/chrome_command_ids.h', 8 'app/chrome_command_ids.h',
9 'app/chrome_dll_resource.h', 9 'app/chrome_dll_resource.h',
10 'common/automation_constants.h', 10 'common/automation_constants.h',
(...skipping 2213 matching lines...) Expand 10 before | Expand all | Expand 10 after
2224 'browser/chromeos/login/mock_update_screen.h', 2224 'browser/chromeos/login/mock_update_screen.h',
2225 'browser/chromeos/login/network_screen_browsertest.cc', 2225 'browser/chromeos/login/network_screen_browsertest.cc',
2226 'browser/chromeos/login/screen_locker_browsertest.cc', 2226 'browser/chromeos/login/screen_locker_browsertest.cc',
2227 'browser/chromeos/login/screen_locker_tester.cc', 2227 'browser/chromeos/login/screen_locker_tester.cc',
2228 'browser/chromeos/login/screen_locker_tester.h', 2228 'browser/chromeos/login/screen_locker_tester.h',
2229 'browser/chromeos/login/update_screen_browsertest.cc', 2229 'browser/chromeos/login/update_screen_browsertest.cc',
2230 'browser/chromeos/login/wizard_controller_browsertest.cc', 2230 'browser/chromeos/login/wizard_controller_browsertest.cc',
2231 'browser/chromeos/login/wizard_in_process_browser_test.cc', 2231 'browser/chromeos/login/wizard_in_process_browser_test.cc',
2232 'browser/chromeos/login/wizard_in_process_browser_test.h', 2232 'browser/chromeos/login/wizard_in_process_browser_test.h',
2233 'browser/chromeos/media/media_player_browsertest.cc', 2233 'browser/chromeos/media/media_player_browsertest.cc',
2234 'browser/chromeos/network_state_notifier_browsertest.cc',
2235 'browser/chromeos/notifications/notification_browsertest.cc', 2234 'browser/chromeos/notifications/notification_browsertest.cc',
2236 'browser/chromeos/panels/panel_browsertest.cc', 2235 'browser/chromeos/panels/panel_browsertest.cc',
2237 'browser/chromeos/status/accessibility_menu_button_browsertest.cc', 2236 'browser/chromeos/status/accessibility_menu_button_browsertest.cc',
2238 'browser/chromeos/status/caps_lock_menu_button_browsertest.cc', 2237 'browser/chromeos/status/caps_lock_menu_button_browsertest.cc',
2239 'browser/chromeos/status/clock_menu_button_browsertest.cc', 2238 'browser/chromeos/status/clock_menu_button_browsertest.cc',
2240 'browser/chromeos/status/input_method_menu_button_browsertest.cc', 2239 'browser/chromeos/status/input_method_menu_button_browsertest.cc',
2241 'browser/chromeos/status/power_menu_button_browsertest.cc', 2240 'browser/chromeos/status/power_menu_button_browsertest.cc',
2242 'browser/chromeos/status/status_area_view_browsertest.cc', 2241 'browser/chromeos/status/status_area_view_browsertest.cc',
2243 'browser/chromeos/tab_closeable_state_watcher_browsertest.cc', 2242 'browser/chromeos/tab_closeable_state_watcher_browsertest.cc',
2244 'browser/chromeos/update_browsertest.cc', 2243 'browser/chromeos/update_browsertest.cc',
(...skipping 1675 matching lines...) Expand 10 before | Expand all | Expand 10 after
3920 # Use outputs of this action as inputs for the main target build. 3919 # Use outputs of this action as inputs for the main target build.
3921 # Seems as a misnomer but makes this happy on Linux (scons). 3920 # Seems as a misnomer but makes this happy on Linux (scons).
3922 'process_outputs_as_sources': 1, 3921 'process_outputs_as_sources': 1,
3923 }, 3922 },
3924 ], # 'actions' 3923 ], # 'actions'
3925 }, 3924 },
3926 ] 3925 ]
3927 }], # 'coverage!=0' 3926 }], # 'coverage!=0'
3928 ], # 'conditions' 3927 ], # 'conditions'
3929 } 3928 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/chrome_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698