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

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: Comment fixes 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
« no previous file with comments | « no previous file | chrome/test/data/nacl/exit_status/pm_exit_status_test.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 3131 matching lines...) Expand 10 before | Expand all | Expand 10 after
3142 ], 3142 ],
3143 'conditions': [ 3143 'conditions': [
3144 ['disable_nacl_untrusted==0', { 3144 ['disable_nacl_untrusted==0', {
3145 'sources': [ 3145 'sources': [
3146 'test/nacl/nacl_browsertest.cc', 3146 'test/nacl/nacl_browsertest.cc',
3147 'test/nacl/nacl_browsertest_uma.cc', 3147 'test/nacl/nacl_browsertest_uma.cc',
3148 'test/nacl/nacl_browsertest_util.cc', 3148 'test/nacl/nacl_browsertest_util.cc',
3149 'test/nacl/nacl_browsertest_util.h', 3149 'test/nacl/nacl_browsertest_util.h',
3150 ], 3150 ],
3151 'dependencies': [ 3151 'dependencies': [
3152 'test/data/nacl/nacl_test_data.gyp:nacl_tests', 3152 'test/data/nacl/nacl_test_data.gyp:*',
3153 '../ppapi/native_client/native_client.gyp:nacl_irt', 3153 '../ppapi/native_client/native_client.gyp:nacl_irt',
3154 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', 3154 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
3155 ], 3155 ],
3156 }], 3156 }],
3157 ['OS=="win" or OS=="linux"', { 3157 ['OS=="win" or OS=="linux"', {
3158 'sources': [ 3158 'sources': [
3159 'browser/nacl_host/test/nacl_gdb_browsertest.cc', 3159 'browser/nacl_host/test/nacl_gdb_browsertest.cc',
3160 ], 3160 ],
3161 'dependencies': [ 3161 'dependencies': [
3162 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', 3162 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb',
(...skipping 1593 matching lines...) Expand 10 before | Expand all | Expand 10 after
4756 '--result', '<@(_outputs)', 4756 '--result', '<@(_outputs)',
4757 '--isolate', 'browser_tests.isolate', 4757 '--isolate', 'browser_tests.isolate',
4758 ], 4758 ],
4759 }, 4759 },
4760 ], 4760 ],
4761 }, 4761 },
4762 ], 4762 ],
4763 }], 4763 }],
4764 ], # 'conditions' 4764 ], # 'conditions'
4765 } 4765 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/nacl/exit_status/pm_exit_status_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698