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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 9662055: Test for --nacl-gdb functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 | « chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc ('k') | chrome/test/ui/ppapi_uitest.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 2940 matching lines...) Expand 10 before | Expand all | Expand 10 after
2951 ['disable_nacl==0', { 2951 ['disable_nacl==0', {
2952 'sources':[ 2952 'sources':[
2953 'browser/extensions/extension_nacl_browsertest.cc', 2953 'browser/extensions/extension_nacl_browsertest.cc',
2954 ], 2954 ],
2955 'conditions': [ 2955 'conditions': [
2956 ['disable_nacl_untrusted==0', { 2956 ['disable_nacl_untrusted==0', {
2957 'dependencies': [ 2957 'dependencies': [
2958 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', 2958 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
2959 ], 2959 ],
2960 }], 2960 }],
2961 # TODO(halyavin): Implement this test for linux.
2962 ['OS=="win"', {
2963 'sources': [
2964 'browser/nacl_host/test/nacl_gdb_browsertest.cc',
2965 ],
2966 'dependencies': [
2967 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb',
2968 ],
2969 }],
2961 ], 2970 ],
2962 }], 2971 }],
2963 ['chromeos==0', { 2972 ['chromeos==0', {
2964 'sources/': [ 2973 'sources/': [
2965 ['exclude', '^browser/chromeos'], 2974 ['exclude', '^browser/chromeos'],
2966 ], 2975 ],
2967 'sources!': [ 2976 'sources!': [
2968 'browser/chromeos/extensions/file_browser_private_apitest.cc', 2977 'browser/chromeos/extensions/file_browser_private_apitest.cc',
2969 'browser/chromeos/media/media_player_browsertest.cc', 2978 'browser/chromeos/media/media_player_browsertest.cc',
2970 'browser/extensions/extension_input_method_apitest.cc', 2979 'browser/extensions/extension_input_method_apitest.cc',
(...skipping 1615 matching lines...) Expand 10 before | Expand all | Expand 10 after
4586 # Use outputs of this action as inputs for the main target build. 4595 # Use outputs of this action as inputs for the main target build.
4587 # Seems as a misnomer but makes this happy on Linux (scons). 4596 # Seems as a misnomer but makes this happy on Linux (scons).
4588 'process_outputs_as_sources': 1, 4597 'process_outputs_as_sources': 1,
4589 }, 4598 },
4590 ], # 'actions' 4599 ], # 'actions'
4591 }, 4600 },
4592 ] 4601 ]
4593 }], # 'coverage!=0' 4602 }], # 'coverage!=0'
4594 ], # 'conditions' 4603 ], # 'conditions'
4595 } 4604 }
OLDNEW
« no previous file with comments | « chrome/browser/nacl_host/test/nacl_gdb_browsertest.cc ('k') | chrome/test/ui/ppapi_uitest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698