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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 10828376: Refactor the GYP build for the NaCl smoke test. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/data/nacl/nacl_browser_test.gypi » ('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 3092 matching lines...) Expand 10 before | Expand all | Expand 10 after
3103 'sources':[ 3103 'sources':[
3104 'browser/extensions/extension_nacl_browsertest.cc', 3104 'browser/extensions/extension_nacl_browsertest.cc',
3105 ], 3105 ],
3106 'conditions': [ 3106 'conditions': [
3107 ['disable_nacl_untrusted==0', { 3107 ['disable_nacl_untrusted==0', {
3108 'sources': [ 3108 'sources': [
3109 'test/nacl/nacl_browsertest.cc', 3109 'test/nacl/nacl_browsertest.cc',
3110 ], 3110 ],
3111 'dependencies': [ 3111 'dependencies': [
3112 'test/data/nacl/nacl_test_data.gyp:nacl_tests', 3112 'test/data/nacl/nacl_test_data.gyp:nacl_tests',
3113 '../ppapi/native_client/native_client.gyp:nacl_irt',
3113 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', 3114 '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests',
3114 ], 3115 ],
3115 }], 3116 }],
3116 ['OS=="win" or OS=="linux"', { 3117 ['OS=="win" or OS=="linux"', {
3117 'sources': [ 3118 'sources': [
3118 'browser/nacl_host/test/nacl_gdb_browsertest.cc', 3119 'browser/nacl_host/test/nacl_gdb_browsertest.cc',
3119 ], 3120 ],
3120 'dependencies': [ 3121 'dependencies': [
3121 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', 3122 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb',
3122 ], 3123 ],
(...skipping 1572 matching lines...) Expand 10 before | Expand all | Expand 10 after
4695 '--result', '<@(_outputs)', 4696 '--result', '<@(_outputs)',
4696 '--isolate', 'browser_tests.isolate', 4697 '--isolate', 'browser_tests.isolate',
4697 ], 4698 ],
4698 }, 4699 },
4699 ], 4700 ],
4700 }, 4701 },
4701 ], 4702 ],
4702 }], 4703 }],
4703 ], # 'conditions' 4704 ], # 'conditions'
4704 } 4705 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/nacl/nacl_browser_test.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698