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

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: Rebased. 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
« no previous file with comments | « no previous file | chrome/test/data/fileapi/common.js » ('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 2601 matching lines...) Expand 10 before | Expand all | Expand 10 after
2612 'test/data/webui/async_gen.js', 2612 'test/data/webui/async_gen.js',
2613 'test/data/webui/ntp4.js', 2613 'test/data/webui/ntp4.js',
2614 'test/data/webui/options.js', 2614 'test/data/webui/options.js',
2615 'test/data/webui/print_preview.js', 2615 'test/data/webui/print_preview.js',
2616 # TODO(craig): Rename this and run from base_unittests when the test 2616 # TODO(craig): Rename this and run from base_unittests when the test
2617 # is safe to run there. See http://crbug.com/78722 for details. 2617 # is safe to run there. See http://crbug.com/78722 for details.
2618 '../base/files/file_path_watcher_browsertest.cc', 2618 '../base/files/file_path_watcher_browsertest.cc',
2619 '../content/browser/child_process_security_policy_browsertest.cc', 2619 '../content/browser/child_process_security_policy_browsertest.cc',
2620 '../content/browser/device_orientation/device_orientation_browsertest.cc ', 2620 '../content/browser/device_orientation/device_orientation_browsertest.cc ',
2621 '../content/browser/download/mhtml_generation_browsertest.cc', 2621 '../content/browser/download/mhtml_generation_browsertest.cc',
2622 '../content/browser/file_system/file_system_browsertest.cc',
2622 '../content/browser/in_process_webkit/dom_storage_browsertest.cc', 2623 '../content/browser/in_process_webkit/dom_storage_browsertest.cc',
2623 '../content/browser/in_process_webkit/indexed_db_browsertest.cc', 2624 '../content/browser/in_process_webkit/indexed_db_browsertest.cc',
2624 '../content/browser/plugin_service_browsertest.cc', 2625 '../content/browser/plugin_service_browsertest.cc',
2625 '../content/browser/renderer_host/render_process_host_browsertest.cc', 2626 '../content/browser/renderer_host/render_process_host_browsertest.cc',
2626 '../content/browser/renderer_host/render_process_host_browsertest.h', 2627 '../content/browser/renderer_host/render_process_host_browsertest.h',
2627 '../content/browser/renderer_host/render_view_host_browsertest.cc', 2628 '../content/browser/renderer_host/render_view_host_browsertest.cc',
2628 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c', 2629 '../content/browser/renderer_host/render_view_host_manager_browsertest.c c',
2629 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c', 2630 '../content/browser/renderer_host/resource_dispatcher_host_browsertest.c c',
2630 '../content/browser/speech/speech_input_browsertest.cc', 2631 '../content/browser/speech/speech_input_browsertest.cc',
2631 '../content/renderer/render_view_browsertest.cc', 2632 '../content/renderer/render_view_browsertest.cc',
(...skipping 1483 matching lines...) Expand 10 before | Expand all | Expand 10 after
4115 # Use outputs of this action as inputs for the main target build. 4116 # Use outputs of this action as inputs for the main target build.
4116 # Seems as a misnomer but makes this happy on Linux (scons). 4117 # Seems as a misnomer but makes this happy on Linux (scons).
4117 'process_outputs_as_sources': 1, 4118 'process_outputs_as_sources': 1,
4118 }, 4119 },
4119 ], # 'actions' 4120 ], # 'actions'
4120 }, 4121 },
4121 ] 4122 ]
4122 }], # 'coverage!=0' 4123 }], # 'coverage!=0'
4123 ], # 'conditions' 4124 ], # 'conditions'
4124 } 4125 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/fileapi/common.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698