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

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: 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
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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 '../webkit/support/webkit_support.gyp:webkit_resources', 286 '../webkit/support/webkit_support.gyp:webkit_resources',
287 ], 287 ],
288 'include_dirs': [ 288 'include_dirs': [
289 '..', 289 '..',
290 ], 290 ],
291 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ], 291 'defines': [ 'ALLOW_IN_PROC_BROWSER_TEST' ],
292 'sources': [ 292 'sources': [
293 'browser/autocomplete/autocomplete_edit_view_browsertest.cc', 293 'browser/autocomplete/autocomplete_edit_view_browsertest.cc',
294 'browser/autofill/autofill_common_test.cc', 294 'browser/autofill/autofill_common_test.cc',
295 'browser/autofill/autofill_browsertest.cc', 295 'browser/autofill/autofill_browsertest.cc',
296 'browser/autofill/form_structure_browsertest.cc',
296 'browser/browser_focus_uitest.cc', 297 'browser/browser_focus_uitest.cc',
297 'browser/browser_keyevents_browsertest.cc', 298 'browser/browser_keyevents_browsertest.cc',
298 'browser/collected_cookies_uitest.cc', 299 'browser/collected_cookies_uitest.cc',
299 'browser/debugger/devtools_sanity_unittest.cc', 300 'browser/debugger/devtools_sanity_unittest.cc',
300 'browser/gtk/bookmark_bar_gtk_interactive_uitest.cc', 301 'browser/gtk/bookmark_bar_gtk_interactive_uitest.cc',
301 'browser/instant/instant_browsertest.cc', 302 'browser/instant/instant_browsertest.cc',
302 'browser/notifications/notifications_interactive_uitest.cc', 303 'browser/notifications/notifications_interactive_uitest.cc',
303 'browser/ui/views/bookmark_bar_view_test.cc', 304 'browser/ui/views/bookmark_bar_view_test.cc',
304 'browser/ui/views/browser_keyboard_accessibility_test_win.cc', 305 'browser/ui/views/browser_keyboard_accessibility_test_win.cc',
305 'browser/ui/views/find_bar_host_interactive_uitest.cc', 306 'browser/ui/views/find_bar_host_interactive_uitest.cc',
(...skipping 3084 matching lines...) Expand 10 before | Expand all | Expand 10 after
3390 ] 3391 ]
3391 }], # 'coverage!=0' 3392 }], # 'coverage!=0'
3392 ], # 'conditions' 3393 ], # 'conditions'
3393 } 3394 }
3394 3395
3395 # Local Variables: 3396 # Local Variables:
3396 # tab-width:2 3397 # tab-width:2
3397 # indent-tabs-mode:nil 3398 # indent-tabs-mode:nil
3398 # End: 3399 # End:
3399 # vim: set expandtab tabstop=2 shiftwidth=2: 3400 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698