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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 2845035: First change to add safebrowsing service test. ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 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/browser/safe_browsing/safe_browsing_service.h ('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_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/pref_names.cc', 9 'common/pref_names.cc',
10 'common/pref_names.h', 10 'common/pref_names.h',
(...skipping 1555 matching lines...) Expand 10 before | Expand all | Expand 10 after
1566 'browser/first_run_browsertest.cc', 1566 'browser/first_run_browsertest.cc',
1567 'browser/geolocation/access_token_store_browsertest.cc', 1567 'browser/geolocation/access_token_store_browsertest.cc',
1568 'browser/geolocation/geolocation_browsertest.cc', 1568 'browser/geolocation/geolocation_browsertest.cc',
1569 'browser/gtk/view_id_util_browsertest.cc', 1569 'browser/gtk/view_id_util_browsertest.cc',
1570 'browser/net/cookie_policy_browsertest.cc', 1570 'browser/net/cookie_policy_browsertest.cc',
1571 'browser/net/ftp_browsertest.cc', 1571 'browser/net/ftp_browsertest.cc',
1572 'browser/printing/print_dialog_cloud_uitest.cc', 1572 'browser/printing/print_dialog_cloud_uitest.cc',
1573 'browser/renderer_host/test/web_cache_manager_browsertest.cc', 1573 'browser/renderer_host/test/web_cache_manager_browsertest.cc',
1574 'browser/renderer_host/test/render_process_host_browsertest.cc', 1574 'browser/renderer_host/test/render_process_host_browsertest.cc',
1575 'browser/renderer_host/test/render_view_host_manager_browsertest.cc', 1575 'browser/renderer_host/test/render_view_host_manager_browsertest.cc',
1576 'browser/safe_browsing/safe_browsing_browsertest.cc',
1576 'browser/sessions/session_restore_browsertest.cc', 1577 'browser/sessions/session_restore_browsertest.cc',
1577 'browser/ssl/ssl_browser_tests.cc', 1578 'browser/ssl/ssl_browser_tests.cc',
1578 'browser/task_manager_browsertest.cc', 1579 'browser/task_manager_browsertest.cc',
1579 'browser/views/browser_actions_container_browsertest.cc', 1580 'browser/views/browser_actions_container_browsertest.cc',
1580 'renderer/form_autocomplete_browsertest.cc', 1581 'renderer/form_autocomplete_browsertest.cc',
1581 'test/automation/dom_automation_browsertest.cc', 1582 'test/automation/dom_automation_browsertest.cc',
1582 'test/in_process_browser_test.cc', 1583 'test/in_process_browser_test.cc',
1583 'test/in_process_browser_test.h', 1584 'test/in_process_browser_test.h',
1584 'test/render_view_test.cc', 1585 'test/render_view_test.cc',
1585 'test/render_view_test.h', 1586 'test/render_view_test.h',
(...skipping 1126 matching lines...) Expand 10 before | Expand all | Expand 10 after
2712 ] 2713 ]
2713 }], # 'coverage!=0' 2714 }], # 'coverage!=0'
2714 ], # 'conditions' 2715 ], # 'conditions'
2715 } 2716 }
2716 2717
2717 # Local Variables: 2718 # Local Variables:
2718 # tab-width:2 2719 # tab-width:2
2719 # indent-tabs-mode:nil 2720 # indent-tabs-mode:nil
2720 # End: 2721 # End:
2721 # vim: set expandtab tabstop=2 shiftwidth=2: 2722 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698