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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 7715024: Add browser_tests for FileAPI with Quota. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Reflected the comments. Created 9 years, 3 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 2610 matching lines...) Expand 10 before | Expand all | Expand 10 after
2621 'test/data/webui/async_gen.js', 2621 'test/data/webui/async_gen.js',
2622 'test/data/webui/ntp4.js', 2622 'test/data/webui/ntp4.js',
2623 'test/data/webui/options.js', 2623 'test/data/webui/options.js',
2624 'test/data/webui/print_preview.js', 2624 'test/data/webui/print_preview.js',
2625 # TODO(craig): Rename this and run from base_unittests when the test 2625 # TODO(craig): Rename this and run from base_unittests when the test
2626 # is safe to run there. See http://crbug.com/78722 for details. 2626 # is safe to run there. See http://crbug.com/78722 for details.
2627 '../base/files/file_path_watcher_browsertest.cc', 2627 '../base/files/file_path_watcher_browsertest.cc',
2628 '../content/browser/child_process_security_policy_browsertest.cc', 2628 '../content/browser/child_process_security_policy_browsertest.cc',
2629 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2629 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2630 '../content/browser/download/mhtml_generation_browsertest.cc', 2630 '../content/browser/download/mhtml_generation_browsertest.cc',
2631 '../content/browser/file_system/file_system_browsertest.cc',
2631 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2632 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2632 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2633 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2633 '../content/browser/plugin_service_browsertest.cc', 2634 '../content/browser/plugin_service_browsertest.cc',
2634 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2635 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2635 '../content/browser/renderer_host/render_process_host_browsertest.h', 2636 '../content/browser/renderer_host/render_process_host_browsertest.h',
2636 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2637 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2637 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2638 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2638 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 2639 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
2639 '../content/browser/speech/speech_input_browsertest.cc', 2640 '../content/browser/speech/speech_input_browsertest.cc',
2640 '../content/renderer/render_view_browsertest.cc', 2641 '../content/renderer/render_view_browsertest.cc',
(...skipping 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after
4124 # Use outputs of this action as inputs for the main target build. 4125 # Use outputs of this action as inputs for the main target build.
4125 # Seems as a misnomer but makes this happy on Linux (scons). 4126 # Seems as a misnomer but makes this happy on Linux (scons).
4126 'process_outputs_as_sources': 1, 4127 'process_outputs_as_sources': 1,
4127 }, 4128 },
4128 ], # 'actions' 4129 ], # 'actions'
4129 }, 4130 },
4130 ] 4131 ]
4131 }], # 'coverage!=0' 4132 }], # 'coverage!=0'
4132 ], # 'conditions' 4133 ], # 'conditions'
4133 } 4134 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/fileapi/common.js » ('j') | chrome/test/data/fileapi/quota_test.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698