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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10827357: Add NaCl smoke test to browser_tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: VS2010 fix? Created 8 years, 4 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/base/ui_test_utils.h » ('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 3077 matching lines...) Expand 10 before | Expand all | Expand 10 after
3088 'browser/ui/gtk/one_click_signin_bubble_gtk_browsertest.cc', 3088 'browser/ui/gtk/one_click_signin_bubble_gtk_browsertest.cc',
3089 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc', 3089 'browser/ui/views/sync/one_click_signin_bubble_view_browsertest.cc',
3090 ] 3090 ]
3091 }], 3091 }],
3092 ['disable_nacl==0', { 3092 ['disable_nacl==0', {
3093 'sources':[ 3093 'sources':[
3094 'browser/extensions/extension_nacl_browsertest.cc', 3094 'browser/extensions/extension_nacl_browsertest.cc',
3095 ], 3095 ],
3096 'conditions': [ 3096 'conditions': [
3097 ['disable_nacl_untrusted==0', { 3097 ['disable_nacl_untrusted==0', {
3098 'sources': [
3099 'test/nacl/nacl_browsertest.cc',
3100 ],
3098 'dependencies': [ 3101 'dependencies': [
3099 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', 3102 'test/data/nacl/nacl_test_data.gyp:nacl_tests',
3103 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
3100 ], 3104 ],
3101 }], 3105 }],
3102 ['OS=="win" or OS=="linux"', { 3106 ['OS=="win" or OS=="linux"', {
3103 'sources': [ 3107 'sources': [
3104 'browser/nacl_host/test/nacl_gdb_browsertest.cc', 3108 'browser/nacl_host/test/nacl_gdb_browsertest.cc',
3105 ], 3109 ],
3106 'dependencies': [ 3110 'dependencies': [
3107 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', 3111 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb',
3108 ], 3112 ],
3109 }], 3113 }],
(...skipping 1571 matching lines...) Expand 10 before | Expand all | Expand 10 after
4681 '--result', '<@(_outputs)', 4685 '--result', '<@(_outputs)',
4682 '--isolate', 'browser_tests.isolate', 4686 '--isolate', 'browser_tests.isolate',
4683 ], 4687 ],
4684 }, 4688 },
4685 ], 4689 ],
4686 }, 4690 },
4687 ], 4691 ],
4688 }], 4692 }],
4689 ], # 'conditions' 4693 ], # 'conditions'
4690 } 4694 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/base/ui_test_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698