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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 5280001: Autofill i18n: Develop a system for validating Autofill heuristics from HTML input (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/chrome
Patch Set: Typo. Created 10 years, 1 month 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/autofill/form_structure_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) 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 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 '../webkit/support/webkit_support.gyp:webkit_resources', 287 '../webkit/support/webkit_support.gyp:webkit_resources',
288 ], 288 ],
289 'include_dirs': [ 289 'include_dirs': [
290 '..', 290 '..',
291 ], 291 ],
292 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 292 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
293 'sources': [ 293 'sources': [
294 'browser/autocomplete/autocomplete_edit_view_browsertest.cc', 294 'browser/autocomplete/autocomplete_edit_view_browsertest.cc',
295 'browser/autofill/autofill_common_test.cc', 295 'browser/autofill/autofill_common_test.cc',
296 'browser/autofill/autofill_browsertest.cc', 296 'browser/autofill/autofill_browsertest.cc',
297 'browser/autofill/form_structure_browsertest.cc',
297 'browser/browser_focus_uitest.cc', 298 'browser/browser_focus_uitest.cc',
298 'browser/browser_keyevents_browsertest.cc', 299 'browser/browser_keyevents_browsertest.cc',
299 'browser/collected_cookies_uitest.cc', 300 'browser/collected_cookies_uitest.cc',
300 'browser/debugger/devtools_sanity_unittest.cc', 301 'browser/debugger/devtools_sanity_unittest.cc',
301 'browser/gtk/bookmark_bar_gtk_interactive_uitest.cc', 302 'browser/gtk/bookmark_bar_gtk_interactive_uitest.cc',
302 'browser/instant/instant_browsertest.cc', 303 'browser/instant/instant_browsertest.cc',
303 'browser/notifications/notifications_interactive_uitest.cc', 304 'browser/notifications/notifications_interactive_uitest.cc',
304 'browser/ui/views/bookmark_bar_view_test.cc', 305 'browser/ui/views/bookmark_bar_view_test.cc',
305 'browser/ui/views/browser_keyboard_accessibility_test_win.cc', 306 'browser/ui/views/browser_keyboard_accessibility_test_win.cc',
306 'browser/ui/views/find_bar_host_interactive_uitest.cc', 307 'browser/ui/views/find_bar_host_interactive_uitest.cc',
(...skipping 3087 matching lines...) Expand 10 before | Expand all | Expand 10 after
3394 ] 3395 ]
3395 }], # 'coverage!=0' 3396 }], # 'coverage!=0'
3396 ], # 'conditions' 3397 ], # 'conditions'
3397 } 3398 }
3398 3399
3399 # Local Variables: 3400 # Local Variables:
3400 # tab-width:2 3401 # tab-width:2
3401 # indent-tabs-mode:nil 3402 # indent-tabs-mode:nil
3402 # End: 3403 # End:
3403 # vim: set expandtab tabstop=2 shiftwidth=2: 3404 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/autofill/form_structure_browsertest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698