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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 6289009: [Mac] Implement the system dictionary popup by implementing NSTextInput methods. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update unit test Created 9 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
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 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 'browser/printing/print_dialog_cloud_unittest.cc', 1443 'browser/printing/print_dialog_cloud_unittest.cc',
1444 'browser/printing/print_job_unittest.cc', 1444 'browser/printing/print_job_unittest.cc',
1445 'browser/printing/print_preview_tab_controller_unittest.cc', 1445 'browser/printing/print_preview_tab_controller_unittest.cc',
1446 'browser/process_info_snapshot_mac_unittest.cc', 1446 'browser/process_info_snapshot_mac_unittest.cc',
1447 'browser/process_singleton_mac_unittest.cc', 1447 'browser/process_singleton_mac_unittest.cc',
1448 'browser/profiles/profile_manager_unittest.cc', 1448 'browser/profiles/profile_manager_unittest.cc',
1449 'browser/remoting/directory_add_request_unittest.cc', 1449 'browser/remoting/directory_add_request_unittest.cc',
1450 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc', 1450 'browser/renderer_host/gtk_im_context_wrapper_unittest.cc',
1451 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 1451 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
1452 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', 1452 'browser/renderer_host/render_widget_host_view_mac_unittest.mm',
1453 'browser/renderer_host/text_input_client_mac_unittest.mm',
1453 'browser/renderer_host/web_cache_manager_unittest.cc', 1454 'browser/renderer_host/web_cache_manager_unittest.cc',
1454 'browser/resources_util_unittest.cc', 1455 'browser/resources_util_unittest.cc',
1455 'browser/rlz/rlz_unittest.cc', 1456 'browser/rlz/rlz_unittest.cc',
1456 'browser/safe_browsing/bloom_filter_unittest.cc', 1457 'browser/safe_browsing/bloom_filter_unittest.cc',
1457 'browser/safe_browsing/chunk_range_unittest.cc', 1458 'browser/safe_browsing/chunk_range_unittest.cc',
1458 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1459 'browser/safe_browsing/client_side_detection_host_unittest.cc',
1459 'browser/safe_browsing/client_side_detection_service_unittest.cc', 1460 'browser/safe_browsing/client_side_detection_service_unittest.cc',
1460 'browser/safe_browsing/malware_details_unittest.cc', 1461 'browser/safe_browsing/malware_details_unittest.cc',
1461 'browser/safe_browsing/prefix_set_unittest.cc', 1462 'browser/safe_browsing/prefix_set_unittest.cc',
1462 'browser/safe_browsing/protocol_manager_unittest.cc', 1463 'browser/safe_browsing/protocol_manager_unittest.cc',
(...skipping 2321 matching lines...) Expand 10 before | Expand all | Expand 10 after
3784 ] 3785 ]
3785 }], # 'coverage!=0' 3786 }], # 'coverage!=0'
3786 ], # 'conditions' 3787 ], # 'conditions'
3787 } 3788 }
3788 3789
3789 # Local Variables: 3790 # Local Variables:
3790 # tab-width:2 3791 # tab-width:2
3791 # indent-tabs-mode:nil 3792 # indent-tabs-mode:nil
3792 # End: 3793 # End:
3793 # vim: set expandtab tabstop=2 shiftwidth=2: 3794 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698