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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7172018: Revert 89178 - Create a browser feature extractor that runs after the renderer has (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/safe_browsing/csd.proto » ('j') | 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) 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 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after
1560 'browser/profiles/profile_dependency_manager_unittest.cc', 1560 'browser/profiles/profile_dependency_manager_unittest.cc',
1561 'browser/profiles/profile_manager_unittest.cc', 1561 'browser/profiles/profile_manager_unittest.cc',
1562 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm', 1562 'browser/renderer_host/accelerated_plugin_view_mac_unittest.mm',
1563 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc', 1563 'browser/renderer_host/gtk_key_bindings_handler_unittest.cc',
1564 'browser/renderer_host/render_widget_host_view_mac_unittest.mm', 1564 'browser/renderer_host/render_widget_host_view_mac_unittest.mm',
1565 'browser/renderer_host/text_input_client_mac_unittest.mm', 1565 'browser/renderer_host/text_input_client_mac_unittest.mm',
1566 'browser/renderer_host/web_cache_manager_unittest.cc', 1566 'browser/renderer_host/web_cache_manager_unittest.cc',
1567 'browser/resources_util_unittest.cc', 1567 'browser/resources_util_unittest.cc',
1568 'browser/rlz/rlz_unittest.cc', 1568 'browser/rlz/rlz_unittest.cc',
1569 'browser/safe_browsing/bloom_filter_unittest.cc', 1569 'browser/safe_browsing/bloom_filter_unittest.cc',
1570 'browser/safe_browsing/browser_feature_extractor_unittest.cc',
1571 'browser/safe_browsing/chunk_range_unittest.cc', 1570 'browser/safe_browsing/chunk_range_unittest.cc',
1572 'browser/safe_browsing/client_side_detection_host_unittest.cc', 1571 'browser/safe_browsing/client_side_detection_host_unittest.cc',
1573 'browser/safe_browsing/client_side_detection_service_unittest.cc', 1572 'browser/safe_browsing/client_side_detection_service_unittest.cc',
1574 'browser/safe_browsing/malware_details_unittest.cc', 1573 'browser/safe_browsing/malware_details_unittest.cc',
1575 'browser/safe_browsing/prefix_set_unittest.cc', 1574 'browser/safe_browsing/prefix_set_unittest.cc',
1576 'browser/safe_browsing/protocol_manager_unittest.cc', 1575 'browser/safe_browsing/protocol_manager_unittest.cc',
1577 'browser/safe_browsing/protocol_parser_unittest.cc', 1576 'browser/safe_browsing/protocol_parser_unittest.cc',
1578 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 1577 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
1579 'browser/safe_browsing/safe_browsing_database_unittest.cc', 1578 'browser/safe_browsing/safe_browsing_database_unittest.cc',
1580 'browser/safe_browsing/safe_browsing_store_file_unittest.cc', 1579 'browser/safe_browsing/safe_browsing_store_file_unittest.cc',
(...skipping 2545 matching lines...) Expand 10 before | Expand all | Expand 10 after
4126 ] 4125 ]
4127 }], # 'coverage!=0' 4126 }], # 'coverage!=0'
4128 ], # 'conditions' 4127 ], # 'conditions'
4129 } 4128 }
4130 4129
4131 # Local Variables: 4130 # Local Variables:
4132 # tab-width:2 4131 # tab-width:2
4133 # indent-tabs-mode:nil 4132 # indent-tabs-mode:nil
4134 # End: 4133 # End:
4135 # vim: set expandtab tabstop=2 shiftwidth=2: 4134 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/safe_browsing/csd.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698