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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 8905007: Put irt and untrusted TC dependencies behind a flag. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years 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 '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 802 matching lines...) Expand 10 before | Expand all | Expand 10 after
813 'test/ui/named_interface_uitest.cc', 813 'test/ui/named_interface_uitest.cc',
814 'test/ui/npapi_uitest.cc', 814 'test/ui/npapi_uitest.cc',
815 'test/ui/ppapi_uitest.cc', 815 'test/ui/ppapi_uitest.cc',
816 'test/ui/sandbox_uitests.cc', 816 'test/ui/sandbox_uitests.cc',
817 '../content/browser/appcache/appcache_ui_test.cc', 817 '../content/browser/appcache/appcache_ui_test.cc',
818 '../content/browser/in_process_webkit/dom_storage_uitest.cc', 818 '../content/browser/in_process_webkit/dom_storage_uitest.cc',
819 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc', 819 '../content/browser/renderer_host/resource_dispatcher_host_uitest.cc',
820 '../content/worker/test/worker_uitest.cc', 820 '../content/worker/test/worker_uitest.cc',
821 ], 821 ],
822 'conditions': [ 822 'conditions': [
823 ['disable_nacl!=1', { 823 ['disable_nacl!=1 and disable_nacl_untrusted!=1', {
824 'dependencies': [ 824 'dependencies': [
825 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', 825 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
826 ], 826 ],
827 }], 827 }],
828 ['target_arch!="arm"', { 828 ['target_arch!="arm"', {
829 'dependencies': [ 829 'dependencies': [
830 '../webkit/webkit.gyp:copy_npapi_test_plugin', 830 '../webkit/webkit.gyp:copy_npapi_test_plugin',
831 ], 831 ],
832 }], 832 }],
833 ['toolkit_uses_gtk == 1', { 833 ['toolkit_uses_gtk == 1', {
(...skipping 3490 matching lines...) Expand 10 before | Expand all | Expand 10 after
4324 # Use outputs of this action as inputs for the main target build. 4324 # Use outputs of this action as inputs for the main target build.
4325 # Seems as a misnomer but makes this happy on Linux (scons). 4325 # Seems as a misnomer but makes this happy on Linux (scons).
4326 'process_outputs_as_sources': 1, 4326 'process_outputs_as_sources': 1,
4327 }, 4327 },
4328 ], # 'actions' 4328 ], # 'actions'
4329 }, 4329 },
4330 ] 4330 ]
4331 }], # 'coverage!=0' 4331 }], # 'coverage!=0'
4332 ], # 'conditions' 4332 ], # 'conditions'
4333 } 4333 }
OLDNEW
« no previous file with comments | « build/common.gypi ('k') | chrome/nacl.gypi » ('j') | ppapi/native_client/native_client.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698