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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7576001: Refactor webkit_glue::FormField to remove hacky methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix copyright header Created 9 years, 4 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 2597 matching lines...) Expand 10 before | Expand all | Expand 10 after
2608 'browser/ui/webui/BidiCheckerWebUITest.h', 2608 'browser/ui/webui/BidiCheckerWebUITest.h',
2609 'browser/ui/webui/net_internals_ui_browsertest.cc', 2609 'browser/ui/webui/net_internals_ui_browsertest.cc',
2610 'browser/ui/webui/web_ui_browsertest.cc', 2610 'browser/ui/webui/web_ui_browsertest.cc',
2611 'browser/ui/webui/web_ui_browsertest.h', 2611 'browser/ui/webui/web_ui_browsertest.h',
2612 'browser/ui/webui/web_ui_test_handler.cc', 2612 'browser/ui/webui/web_ui_test_handler.cc',
2613 'browser/ui/webui/web_ui_test_handler.h', 2613 'browser/ui/webui/web_ui_test_handler.h',
2614 'common/time_format_browsertest.cc', 2614 'common/time_format_browsertest.cc',
2615 'renderer/autofill/autofill_browsertest.cc', 2615 'renderer/autofill/autofill_browsertest.cc',
2616 'renderer/autofill/form_autocomplete_browsertest.cc', 2616 'renderer/autofill/form_autocomplete_browsertest.cc',
2617 'renderer/autofill/form_manager_browsertest.cc', 2617 'renderer/autofill/form_manager_browsertest.cc',
2618 'renderer/autofill/password_autofill_manager_unittest.cc', 2618 'renderer/autofill/password_autofill_manager_browsertest.cc',
2619 'renderer/content_settings_observer_browsertest.cc', 2619 'renderer/content_settings_observer_browsertest.cc',
2620 'renderer/page_click_tracker_browsertest.cc', 2620 'renderer/page_click_tracker_browsertest.cc',
2621 'renderer/print_web_view_helper_browsertest.cc', 2621 'renderer/print_web_view_helper_browsertest.cc',
2622 'renderer/safe_browsing/malware_dom_details_browsertest.cc', 2622 'renderer/safe_browsing/malware_dom_details_browsertest.cc',
2623 'renderer/safe_browsing/phishing_classifier_browsertest.cc', 2623 'renderer/safe_browsing/phishing_classifier_browsertest.cc',
2624 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc', 2624 'renderer/safe_browsing/phishing_classifier_delegate_browsertest.cc',
2625 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc', 2625 'renderer/safe_browsing/phishing_dom_feature_extractor_browsertest.cc',
2626 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc', 2626 'renderer/safe_browsing/phishing_thumbnailer_browsertest.cc',
2627 'renderer/safe_browsing/render_view_fake_resources_test.cc', 2627 'renderer/safe_browsing/render_view_fake_resources_test.cc',
2628 'renderer/safe_browsing/render_view_fake_resources_test.h', 2628 'renderer/safe_browsing/render_view_fake_resources_test.h',
(...skipping 1479 matching lines...) Expand 10 before | Expand all | Expand 10 after
4108 # Use outputs of this action as inputs for the main target build. 4108 # Use outputs of this action as inputs for the main target build.
4109 # Seems as a misnomer but makes this happy on Linux (scons). 4109 # Seems as a misnomer but makes this happy on Linux (scons).
4110 'process_outputs_as_sources': 1, 4110 'process_outputs_as_sources': 1,
4111 }, 4111 },
4112 ], # 'actions' 4112 ], # 'actions'
4113 }, 4113 },
4114 ] 4114 ]
4115 }], # 'coverage!=0' 4115 }], # 'coverage!=0'
4116 ], # 'conditions' 4116 ], # 'conditions'
4117 } 4117 }
OLDNEW
« no previous file with comments | « chrome/browser/webdata/web_data_service_unittest.cc ('k') | chrome/renderer/autofill/autofill_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698