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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10918152: Port nacl_integration exit_status test to browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Edits Created 8 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) 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 3128 matching lines...) Expand 10 before | Expand all | Expand 10 after
3139 ], 3139 ],
3140 'conditions': [ 3140 'conditions': [
3141 ['disable_nacl_untrusted==0', { 3141 ['disable_nacl_untrusted==0', {
3142 'sources': [ 3142 'sources': [
3143 'test/nacl/nacl_browsertest.cc', 3143 'test/nacl/nacl_browsertest.cc',
3144 'test/nacl/nacl_browsertest_uma.cc', 3144 'test/nacl/nacl_browsertest_uma.cc',
3145 'test/nacl/nacl_browsertest_util.cc', 3145 'test/nacl/nacl_browsertest_util.cc',
3146 'test/nacl/nacl_browsertest_util.h', 3146 'test/nacl/nacl_browsertest_util.h',
3147 ], 3147 ],
3148 'dependencies': [ 3148 'dependencies': [
3149 'test/data/nacl/nacl_test_data.gyp:nacl_tests', 3149 'test/data/nacl/nacl_test_data.gyp:*',
3150 '../ppapi/native_client/native_client.gyp:nacl_irt', 3150 '../ppapi/native_client/native_client.gyp:nacl_irt',
3151 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', 3151 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
3152 ], 3152 ],
3153 }], 3153 }],
3154 ['OS=="win" or OS=="linux"', { 3154 ['OS=="win" or OS=="linux"', {
3155 'sources': [ 3155 'sources': [
3156 'browser/nacl_host/test/nacl_gdb_browsertest.cc', 3156 'browser/nacl_host/test/nacl_gdb_browsertest.cc',
3157 ], 3157 ],
3158 'dependencies': [ 3158 'dependencies': [
3159 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', 3159 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb',
(...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after
4753 '--result', '<@(_outputs)', 4753 '--result', '<@(_outputs)',
4754 '--isolate', 'browser_tests.isolate', 4754 '--isolate', 'browser_tests.isolate',
4755 ], 4755 ],
4756 }, 4756 },
4757 ], 4757 ],
4758 }, 4758 },
4759 ], 4759 ],
4760 }], 4760 }],
4761 ], # 'conditions' 4761 ], # 'conditions'
4762 } 4762 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/nacl/exit_status/pm_exit_status_test.cc » ('j') | chrome/test/data/nacl/nacl_browser_test.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698