Chromium Code Reviews

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5682012: Revert 69088 - Before starting translation reset cache in AutoFillManager. To... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | Annotate | Revision Log
« no previous file with comments | « chrome/browser/renderer_host/render_view_host_delegate.h ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 295 matching lines...)
306 'browser/browser_keyevents_browsertest.cc', 306 'browser/browser_keyevents_browsertest.cc',
307 'browser/collected_cookies_uitest.cc', 307 'browser/collected_cookies_uitest.cc',
308 'browser/debugger/devtools_sanity_unittest.cc', 308 'browser/debugger/devtools_sanity_unittest.cc',
309 'browser/gtk/bookmark_bar_gtk_interactive_uitest.cc', 309 'browser/gtk/bookmark_bar_gtk_interactive_uitest.cc',
310 'browser/instant/instant_browsertest.cc', 310 'browser/instant/instant_browsertest.cc',
311 'browser/notifications/notifications_interactive_uitest.cc', 311 'browser/notifications/notifications_interactive_uitest.cc',
312 'browser/ui/views/bookmark_bar_view_test.cc', 312 'browser/ui/views/bookmark_bar_view_test.cc',
313 'browser/ui/views/browser_keyboard_accessibility_test_win.cc', 313 'browser/ui/views/browser_keyboard_accessibility_test_win.cc',
314 'browser/ui/views/find_bar_host_interactive_uitest.cc', 314 'browser/ui/views/find_bar_host_interactive_uitest.cc',
315 'browser/ui/views/tabs/tab_dragging_test.cc', 315 'browser/ui/views/tabs/tab_dragging_test.cc',
316 'common/net/test_url_fetcher_factory.cc',
317 'common/net/test_url_fetcher_factory.h',
318 'test/in_process_browser_test.cc', 316 'test/in_process_browser_test.cc',
319 'test/in_process_browser_test.h', 317 'test/in_process_browser_test.h',
320 'test/interactive_ui/fast_shutdown_interactive_uitest.cc', 318 'test/interactive_ui/fast_shutdown_interactive_uitest.cc',
321 'test/interactive_ui/infobars_uitest.cc', 319 'test/interactive_ui/infobars_uitest.cc',
322 'test/interactive_ui/keyboard_access_uitest.cc', 320 'test/interactive_ui/keyboard_access_uitest.cc',
323 'test/interactive_ui/mouseleave_interactive_uitest.cc', 321 'test/interactive_ui/mouseleave_interactive_uitest.cc',
324 'test/interactive_ui/npapi_interactive_test.cc', 322 'test/interactive_ui/npapi_interactive_test.cc',
325 'test/interactive_ui/view_event_test_base.cc', 323 'test/interactive_ui/view_event_test_base.cc',
326 'test/interactive_ui/view_event_test_base.h', 324 'test/interactive_ui/view_event_test_base.h',
327 'test/out_of_proc_test_runner.cc', 325 'test/out_of_proc_test_runner.cc',
(...skipping 3235 matching lines...)
3563 ] 3561 ]
3564 }], # 'coverage!=0' 3562 }], # 'coverage!=0'
3565 ], # 'conditions' 3563 ], # 'conditions'
3566 } 3564 }
3567 3565
3568 # Local Variables: 3566 # Local Variables:
3569 # tab-width:2 3567 # tab-width:2
3570 # indent-tabs-mode:nil 3568 # indent-tabs-mode:nil
3571 # End: 3569 # End:
3572 # vim: set expandtab tabstop=2 shiftwidth=2: 3570 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/render_view_host_delegate.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine