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

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: sync to ToT 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
« no previous file with comments | « DEPS ('k') | content/browser/in_process_webkit/indexed_db_uitest.cc » ('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) 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 820 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 'test/base/chrome_process_util_uitest.cc', 831 'test/base/chrome_process_util_uitest.cc',
832 'test/reliability/automated_ui_test_test.cc', 832 'test/reliability/automated_ui_test_test.cc',
833 'test/ui/history_uitest.cc', 833 'test/ui/history_uitest.cc',
834 'test/ui/layout_plugin_uitest.cc', 834 'test/ui/layout_plugin_uitest.cc',
835 'test/ui/named_interface_uitest.cc', 835 'test/ui/named_interface_uitest.cc',
836 'test/ui/npapi_uitest.cc', 836 'test/ui/npapi_uitest.cc',
837 'test/ui/ppapi_uitest.cc', 837 'test/ui/ppapi_uitest.cc',
838 'test/ui/sandbox_uitests.cc', 838 'test/ui/sandbox_uitests.cc',
839 '../content/browser/appcache/appcache_ui_test.cc', 839 '../content/browser/appcache/appcache_ui_test.cc',
840 '../content/browser/in_process_webkit/dom_storage_uitest.cc', 840 '../content/browser/in_process_webkit/dom_storage_uitest.cc',
841 '../content/browser/in_process_webkit/indexed_db_uitest.cc',
841 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', 842 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc',
842 '../content/worker/test/worker_uitest.cc', 843 '../content/worker/test/worker_uitest.cc',
843 ], 844 ],
844 'conditions': [ 845 'conditions': [
845 ['disable_nacl==0 and disable_nacl_untrusted==0', { 846 ['disable_nacl==0 and disable_nacl_untrusted==0', {
846 'dependencies': [ 847 'dependencies': [
847 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', 848 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
848 ], 849 ],
849 }], 850 }],
850 ['target_arch!="arm"', { 851 ['target_arch!="arm"', {
(...skipping 3701 matching lines...) Expand 10 before | Expand all | Expand 10 after
4552 # Use outputs of this action as inputs for the main target build. 4553 # Use outputs of this action as inputs for the main target build.
4553 # Seems as a misnomer but makes this happy on Linux (scons). 4554 # Seems as a misnomer but makes this happy on Linux (scons).
4554 'process_outputs_as_sources': 1, 4555 'process_outputs_as_sources': 1,
4555 }, 4556 },
4556 ], # 'actions' 4557 ], # 'actions'
4557 }, 4558 },
4558 ] 4559 ]
4559 }], # 'coverage!=0' 4560 }], # 'coverage!=0'
4560 ], # 'conditions' 4561 ], # 'conditions'
4561 } 4562 }
OLDNEW
« no previous file with comments | « DEPS ('k') | content/browser/in_process_webkit/indexed_db_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698