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 9701095: cleanup: Split ibus_controller.h into 5 headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix 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 | « chrome/chrome_browser.gypi ('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 1309 matching lines...) Expand 10 before | Expand all | Expand 10 after
1320 'browser/chromeos/extensions/file_browser_notifications_unittest.cc', 1320 'browser/chromeos/extensions/file_browser_notifications_unittest.cc',
1321 'browser/chromeos/external_metrics_unittest.cc', 1321 'browser/chromeos/external_metrics_unittest.cc',
1322 'browser/chromeos/gdata/gdata_file_system_unittest.cc', 1322 'browser/chromeos/gdata/gdata_file_system_unittest.cc',
1323 'browser/chromeos/gdata/gdata_mock.cc', 1323 'browser/chromeos/gdata/gdata_mock.cc',
1324 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc', 1324 'browser/chromeos/gdata/gdata_operation_registry_unittest.cc',
1325 'browser/chromeos/gdata/gdata_parser_unittest.cc', 1325 'browser/chromeos/gdata/gdata_parser_unittest.cc',
1326 'browser/chromeos/gdata/gdata_util_unittest.cc', 1326 'browser/chromeos/gdata/gdata_util_unittest.cc',
1327 'browser/chromeos/gview_request_interceptor_unittest.cc', 1327 'browser/chromeos/gview_request_interceptor_unittest.cc',
1328 'browser/chromeos/imageburner/burn_manager_unittest.cc', 1328 'browser/chromeos/imageburner/burn_manager_unittest.cc',
1329 'browser/chromeos/input_method/candidate_window_view_unittest.cc', 1329 'browser/chromeos/input_method/candidate_window_view_unittest.cc',
1330 'browser/chromeos/input_method/hotkey_manager_unittest.cc', 1330 'browser/chromeos/input_method/input_method_descriptor_unittest.cc',
1331 'browser/chromeos/input_method/ibus_controller_unittest.cc',
1332 'browser/chromeos/input_method/input_method_util_unittest.cc', 1331 'browser/chromeos/input_method/input_method_util_unittest.cc',
1332 'browser/chromeos/input_method/input_method_whitelist_unittest.cc',
1333 'browser/chromeos/input_method/virtual_keyboard_selector_unittest.cc', 1333 'browser/chromeos/input_method/virtual_keyboard_selector_unittest.cc',
1334 'browser/chromeos/input_method/xkeyboard_unittest.cc', 1334 'browser/chromeos/input_method/xkeyboard_unittest.cc',
1335 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc', 1335 'browser/chromeos/kiosk_mode/kiosk_mode_idle_logout_unittest.cc',
1336 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver_unittest.cc', 1336 'browser/chromeos/kiosk_mode/kiosk_mode_screensaver_unittest.cc',
1337 'browser/chromeos/language_preferences_unittest.cc', 1337 'browser/chromeos/language_preferences_unittest.cc',
1338 'browser/chromeos/login/authenticator_unittest.cc', 1338 'browser/chromeos/login/authenticator_unittest.cc',
1339 'browser/chromeos/login/cookie_fetcher_unittest.cc', 1339 'browser/chromeos/login/cookie_fetcher_unittest.cc',
1340 'browser/chromeos/login/mock_auth_attempt_state_resolver.cc', 1340 'browser/chromeos/login/mock_auth_attempt_state_resolver.cc',
1341 'browser/chromeos/login/mock_auth_attempt_state_resolver.h', 1341 'browser/chromeos/login/mock_auth_attempt_state_resolver.h',
1342 'browser/chromeos/login/mock_auth_response_handler.cc', 1342 'browser/chromeos/login/mock_auth_response_handler.cc',
(...skipping 3241 matching lines...) Expand 10 before | Expand all | Expand 10 after
4584 # Use outputs of this action as inputs for the main target build. 4584 # Use outputs of this action as inputs for the main target build.
4585 # Seems as a misnomer but makes this happy on Linux (scons). 4585 # Seems as a misnomer but makes this happy on Linux (scons).
4586 'process_outputs_as_sources': 1, 4586 'process_outputs_as_sources': 1,
4587 }, 4587 },
4588 ], # 'actions' 4588 ], # 'actions'
4589 }, 4589 },
4590 ] 4590 ]
4591 }], # 'coverage!=0' 4591 }], # 'coverage!=0'
4592 ], # 'conditions' 4592 ], # 'conditions'
4593 } 4593 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698