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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8404001: Add a browsertest for bug 75604 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: lintey fixey Created 9 years, 1 month 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'test/base/ui_test_utils.cc', 212 'test/base/ui_test_utils.cc',
213 'test/base/ui_test_utils.h', 213 'test/base/ui_test_utils.h',
214 'test/base/ui_test_utils_aura.cc', 214 'test/base/ui_test_utils_aura.cc',
215 'test/base/ui_test_utils_gtk.cc', 215 'test/base/ui_test_utils_gtk.cc',
216 'test/base/ui_test_utils_mac.mm', 216 'test/base/ui_test_utils_mac.mm',
217 'test/base/ui_test_utils_win.cc', 217 'test/base/ui_test_utils_win.cc',
218 'test/base/values_test_util.cc', 218 'test/base/values_test_util.cc',
219 'test/base/values_test_util.h', 219 'test/base/values_test_util.h',
220 'test/test_navigation_observer.cc', 220 'test/test_navigation_observer.cc',
221 'test/test_navigation_observer.h', 221 'test/test_navigation_observer.h',
222 '../content/browser/net/url_request_abort_on_end_job.h',
Paweł Hajdan Jr. 2011/10/27 08:52:58 Let's move those to test_support_content. Bonus po
gavinp 2011/10/27 12:52:53 Done. I'll move those other lines in a separate C
223 '../content/browser/net/url_request_abort_on_end_job.cc',
222 # TODO: these should live here but are currently used by 224 # TODO: these should live here but are currently used by
223 # production code code in libbrowser (in chrome.gyp). 225 # production code code in libbrowser (in chrome.gyp).
224 #'../content/browser/net/url_request_mock_http_job.cc', 226 #'../content/browser/net/url_request_mock_http_job.cc',
225 #'../content/browser/net/url_request_mock_http_job.h', 227 #'../content/browser/net/url_request_mock_http_job.h',
226 '../content/browser/ssl/ssl_client_auth_handler_mock.h', 228 '../content/browser/ssl/ssl_client_auth_handler_mock.h',
227 '../content/test/notification_observer_mock.cc', 229 '../content/test/notification_observer_mock.cc',
228 '../content/test/notification_observer_mock.h', 230 '../content/test/notification_observer_mock.h',
229 '../ui/gfx/image/image_unittest_util.h', 231 '../ui/gfx/image/image_unittest_util.h',
230 '../ui/gfx/image/image_unittest_util.cc', 232 '../ui/gfx/image/image_unittest_util.cc',
231 '../webkit/quota/mock_quota_manager.cc', 233 '../webkit/quota/mock_quota_manager.cc',
(...skipping 2338 matching lines...) Expand 10 before | Expand all | Expand 10 after
2570 '../content/browser/file_system/file_system_browsertest.cc', 2572 '../content/browser/file_system/file_system_browsertest.cc',
2571 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2573 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2572 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2574 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2573 '../content/browser/plugin_service_browsertest.cc', 2575 '../content/browser/plugin_service_browsertest.cc',
2574 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2576 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2575 '../content/browser/renderer_host/render_process_host_browsertest.h', 2577 '../content/browser/renderer_host/render_process_host_browsertest.h',
2576 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2578 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2577 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2579 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2578 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 2580 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
2579 '../content/browser/speech/speech_input_browsertest.cc', 2581 '../content/browser/speech/speech_input_browsertest.cc',
2582 '../content/browser/webkit_browsertest.cc',
2580 '../content/renderer/render_view_browsertest.cc', 2583 '../content/renderer/render_view_browsertest.cc',
2581 '../content/renderer/render_view_browsertest_mac.mm', 2584 '../content/renderer/render_view_browsertest_mac.mm',
2582 '../content/test/render_widget_browsertest.cc', 2585 '../content/test/render_widget_browsertest.cc',
2583 '../content/test/render_widget_browsertest.h', 2586 '../content/test/render_widget_browsertest.h',
2584 '../content/test/test_launcher.cc', 2587 '../content/test/test_launcher.cc',
2585 '../content/test/test_launcher.h', 2588 '../content/test/test_launcher.h',
2586 ], 2589 ],
2587 'rules': [ 2590 'rules': [
2588 { 2591 {
2589 'rule_name': 'js2webui', 2592 'rule_name': 'js2webui',
(...skipping 1518 matching lines...) Expand 10 before | Expand all | Expand 10 after
4108 # Use outputs of this action as inputs for the main target build. 4111 # Use outputs of this action as inputs for the main target build.
4109 # Seems as a misnomer but makes this happy on Linux (scons). 4112 # Seems as a misnomer but makes this happy on Linux (scons).
4110 'process_outputs_as_sources': 1, 4113 'process_outputs_as_sources': 1,
4111 }, 4114 },
4112 ], # 'actions' 4115 ], # 'actions'
4113 }, 4116 },
4114 ] 4117 ]
4115 }], # 'coverage!=0' 4118 }], # 'coverage!=0'
4116 ], # 'conditions' 4119 ], # 'conditions'
4117 } 4120 }
OLDNEW
« no previous file with comments | « no previous file | content/browser/net/url_request_abort_on_end_job.h » ('j') | content/browser/net/url_request_abort_on_end_job.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698