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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9108004: IndexedDB: Run cursor-prefetch webkit layout test as ui test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables' : { 5 'variables' : {
6 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
824 'test/base/chrome_process_util_uitest.cc', 824 'test/base/chrome_process_util_uitest.cc',
825 'test/reliability/automated_ui_test_test.cc', 825 'test/reliability/automated_ui_test_test.cc',
826 'test/ui/history_uitest.cc', 826 'test/ui/history_uitest.cc',
827 'test/ui/layout_plugin_uitest.cc', 827 'test/ui/layout_plugin_uitest.cc',
828 'test/ui/named_interface_uitest.cc', 828 'test/ui/named_interface_uitest.cc',
829 'test/ui/npapi_uitest.cc', 829 'test/ui/npapi_uitest.cc',
830 'test/ui/ppapi_uitest.cc', 830 'test/ui/ppapi_uitest.cc',
831 'test/ui/sandbox_uitests.cc', 831 'test/ui/sandbox_uitests.cc',
832 '../content/browser/appcache/appcache_ui_test.cc', 832 '../content/browser/appcache/appcache_ui_test.cc',
833 '../content/browser/in_process_webkit/dom_storage_uitest.cc', 833 '../content/browser/in_process_webkit/dom_storage_uitest.cc',
834 '../content/browser/in_process_webkit/indexed_db_uitest.cc',
834 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', 835 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc',
835 '../content/worker/test/worker_uitest.cc', 836 '../content/worker/test/worker_uitest.cc',
836 ], 837 ],
837 'conditions': [ 838 'conditions': [
838 ['disable_nacl==0 and disable_nacl_untrusted==0', { 839 ['disable_nacl==0 and disable_nacl_untrusted==0', {
839 'dependencies': [ 840 'dependencies': [
840 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', 841 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
841 ], 842 ],
842 }], 843 }],
843 ['target_arch!="arm"', { 844 ['target_arch!="arm"', {
(...skipping 3509 matching lines...) Expand 10 before | Expand all | Expand 10 after
4353 # Use outputs of this action as inputs for the main target build. 4354 # Use outputs of this action as inputs for the main target build.
4354 # Seems as a misnomer but makes this happy on Linux (scons). 4355 # Seems as a misnomer but makes this happy on Linux (scons).
4355 'process_outputs_as_sources': 1, 4356 'process_outputs_as_sources': 1,
4356 }, 4357 },
4357 ], # 'actions' 4358 ], # 'actions'
4358 }, 4359 },
4359 ] 4360 ]
4360 }], # 'coverage!=0' 4361 }], # 'coverage!=0'
4361 ], # 'conditions' 4362 ], # 'conditions'
4362 } 4363 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698