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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7003028: Added a test checking for TimeFormat:: producing NaN, rolled icu version (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again... Created 9 years, 6 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 2466 matching lines...) Expand 10 before | Expand all | Expand 10 after
2477 'browser/ui/webui/chrome_url_data_manager_browsertest.cc', 2477 'browser/ui/webui/chrome_url_data_manager_browsertest.cc',
2478 'browser/ui/webui/ntp/most_visited_browsertest.cc', 2478 'browser/ui/webui/ntp/most_visited_browsertest.cc',
2479 'browser/ui/webui/settings_browsertest.cc', 2479 'browser/ui/webui/settings_browsertest.cc',
2480 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc', 2480 'browser/ui/webui/test_chrome_web_ui_factory_browsertest.cc',
2481 'browser/ui/webui/BidiCheckerWebUITest.cc', 2481 'browser/ui/webui/BidiCheckerWebUITest.cc',
2482 'browser/ui/webui/BidiCheckerWebUITest.h', 2482 'browser/ui/webui/BidiCheckerWebUITest.h',
2483 'browser/ui/webui/web_ui_browsertest.cc', 2483 'browser/ui/webui/web_ui_browsertest.cc',
2484 'browser/ui/webui/web_ui_browsertest.h', 2484 'browser/ui/webui/web_ui_browsertest.h',
2485 'browser/ui/webui/web_ui_test_handler.cc', 2485 'browser/ui/webui/web_ui_test_handler.cc',
2486 'browser/ui/webui/web_ui_test_handler.h', 2486 'browser/ui/webui/web_ui_test_handler.h',
2487 'common/time_format_browsertest.cc',
2487 'renderer/autofill/autofill_browsertest.cc', 2488 'renderer/autofill/autofill_browsertest.cc',
2488 'renderer/autofill/form_autocomplete_browsertest.cc', 2489 'renderer/autofill/form_autocomplete_browsertest.cc',
2489 'renderer/autofill/form_manager_browsertest.cc', 2490 'renderer/autofill/form_manager_browsertest.cc',
2490 'renderer/autofill/password_autofill_manager_unittest.cc', 2491 'renderer/autofill/password_autofill_manager_unittest.cc',
2491 'renderer/content_settings_observer_browsertest.cc', 2492 'renderer/content_settings_observer_browsertest.cc',
2492 'renderer/page_click_tracker_browsertest.cc', 2493 'renderer/page_click_tracker_browsertest.cc',
2493 'renderer/print_web_view_helper_browsertest.cc', 2494 'renderer/print_web_view_helper_browsertest.cc',
2494 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 2495 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
2495 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 2496 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
2496 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 2497 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
(...skipping 1610 matching lines...) Expand 10 before | Expand all | Expand 10 after
4107 ] 4108 ]
4108 }], # 'coverage!=0' 4109 }], # 'coverage!=0'
4109 ], # 'conditions' 4110 ], # 'conditions'
4110 } 4111 }
4111 4112
4112 # Local Variables: 4113 # Local Variables:
4113 # tab-width:2 4114 # tab-width:2
4114 # indent-tabs-mode:nil 4115 # indent-tabs-mode:nil
4115 # End: 4116 # End:
4116 # vim: set expandtab tabstop=2 shiftwidth=2: 4117 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698