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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 546081: Adds local storage nodes to cookie tree model and cookies view. ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 11 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') | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'browser_tests_sources_views_specific': [ 7 'browser_tests_sources_views_specific': [
8 'browser/extensions/browser_action_test_util_views.cc', 8 'browser/extensions/browser_action_test_util_views.cc',
9 'browser/views/find_bar_host_browsertest.cc', 9 'browser/views/find_bar_host_browsertest.cc',
10 ], 10 ],
(...skipping 1070 matching lines...) Expand 10 before | Expand all | Expand 10 after
1081 'test/in_process_browser_test.h', 1081 'test/in_process_browser_test.h',
1082 'test/test_launcher/out_of_proc_test_runner.cc', 1082 'test/test_launcher/out_of_proc_test_runner.cc',
1083 'test/test_launcher/test_runner.cc', 1083 'test/test_launcher/test_runner.cc',
1084 'test/test_launcher/test_runner.h', 1084 'test/test_launcher/test_runner.h',
1085 'test/test_launcher/run_all_unittests.cc', 1085 'test/test_launcher/run_all_unittests.cc',
1086 'test/unit/chrome_test_suite.h', 1086 'test/unit/chrome_test_suite.h',
1087 # Actual test sources 1087 # Actual test sources
1088 'browser/autocomplete/autocomplete_browsertest.cc', 1088 'browser/autocomplete/autocomplete_browsertest.cc',
1089 'browser/browser_browsertest.cc', 1089 'browser/browser_browsertest.cc',
1090 'browser/browser_init_browsertest.cc', 1090 'browser/browser_init_browsertest.cc',
1091 'browser/browsing_data_local_storage_helper_unittest.cc',
1091 'browser/crash_recovery_browsertest.cc', 1092 'browser/crash_recovery_browsertest.cc',
1092 'browser/download/save_page_browsertest.cc', 1093 'browser/download/save_page_browsertest.cc',
1093 'browser/extensions/autoupdate_interceptor.cc', 1094 'browser/extensions/autoupdate_interceptor.cc',
1094 'browser/extensions/autoupdate_interceptor.h', 1095 'browser/extensions/autoupdate_interceptor.h',
1095 'browser/extensions/browser_action_apitest.cc', 1096 'browser/extensions/browser_action_apitest.cc',
1096 'browser/extensions/browser_action_test_util.h', 1097 'browser/extensions/browser_action_test_util.h',
1097 'browser/extensions/content_script_all_frames_apitest.cc', 1098 'browser/extensions/content_script_all_frames_apitest.cc',
1098 'browser/extensions/content_script_extension_process_apitest.cc', 1099 'browser/extensions/content_script_extension_process_apitest.cc',
1099 'browser/extensions/cross_origin_xhr_apitest.cc', 1100 'browser/extensions/cross_origin_xhr_apitest.cc',
1100 'browser/extensions/execute_script_apitest.cc', 1101 'browser/extensions/execute_script_apitest.cc',
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
1860 ] 1861 ]
1861 }], # 'coverage!=0' 1862 }], # 'coverage!=0'
1862 ], # 'conditions' 1863 ], # 'conditions'
1863 } 1864 }
1864 1865
1865 # Local Variables: 1866 # Local Variables:
1866 # tab-width:2 1867 # tab-width:2
1867 # indent-tabs-mode:nil 1868 # indent-tabs-mode:nil
1868 # End: 1869 # End:
1869 # vim: set expandtab tabstop=2 shiftwidth=2: 1870 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698