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

Side by Side Diff: chrome/test/data/nacl/nacl_browser_test.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 { 5 {
6 'includes': [ 6 'includes': [
7 '../../../../native_client/build/untrusted.gypi', 7 '../../../../native_client/build/untrusted.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 # We need to override the variables in untrusted.gypi outside of a 10 # We need to override the variables in untrusted.gypi outside of a
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 }], 137 }],
138 # TODO(ncbray) handle arm case. We don't have ARM glibc yet. 138 # TODO(ncbray) handle arm case. We don't have ARM glibc yet.
139 ], 139 ],
140 }, 140 },
141 ], 141 ],
142 }], 142 }],
143 ], 143 ],
144 }], 144 }],
145 ], 145 ],
146 }, 146 },
147 } 147 }
Mark Seaborn 2012/09/12 18:09:45 There are no changes to this file except whitespac
Nick Bray (chromium) 2012/09/12 20:50:59 Done.
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698