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

Side by Side Diff: chrome/test/data/nacl/nacl_test_data.gyp

Issue 12623004: Allow PNaCl NMF to set translator optimization options for experimentation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Default to -O0 instead of the default for now Created 7 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 | « no previous file | chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_0.nmf » ('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 { 5 {
6 'includes': [ 6 'includes': [
7 'nacl_browser_test.gypi', 7 'nacl_browser_test.gypi',
8 ], 8 ],
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 }, 99 },
100 'dependencies': [ 100 'dependencies': [
101 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 101 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
102 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', 102 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib',
103 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', 103 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib',
104 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', 104 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib',
105 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', 105 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib',
106 'ppapi_test_lib', 106 'ppapi_test_lib',
107 ], 107 ],
108 }, 108 },
109 {
110 'target_name': 'pnacl_options_test',
111 'type': 'none',
112 'variables': {
113 'nexe_target': 'pnacl_options',
114 'build_pnacl_newlib': 1,
115 'sources': [
116 'simple.cc',
117 ],
118 'test_files': [
119 'pnacl_nmf_options/pnacl_options.html',
120 'pnacl_nmf_options/pnacl_o_0.nmf',
121 'pnacl_nmf_options/pnacl_o_2.nmf',
122 'pnacl_nmf_options/pnacl_o_large.nmf',
123 'pnacl_nmf_options/pnacl_time_passes.nmf',
124 ],
125 },
126 'dependencies': [
127 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
128 ]
129 },
109 # Legacy NaCl PPAPI interface tests being here. 130 # Legacy NaCl PPAPI interface tests being here.
110 { 131 {
111 'target_name': 'ppapi_ppb_core', 132 'target_name': 'ppapi_ppb_core',
112 'type': 'none', 133 'type': 'none',
113 'variables': { 134 'variables': {
114 'nexe_target': 'ppapi_ppb_core', 135 'nexe_target': 'ppapi_ppb_core',
115 'build_newlib': 1, 136 'build_newlib': 1,
116 'build_glibc': 1, 137 'build_glibc': 1,
117 'build_pnacl_newlib': 1, 138 'build_pnacl_newlib': 1,
118 'link_flags': [ 139 'link_flags': [
(...skipping 13 matching lines...) Expand all
132 '<(DEPTH)/native_client/tools.gyp:prep_toolchain', 153 '<(DEPTH)/native_client/tools.gyp:prep_toolchain',
133 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib', 154 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform_lib',
134 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib', 155 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio_lib',
135 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib', 156 '<(DEPTH)/ppapi/native_client/native_client.gyp:ppapi_lib',
136 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib', 157 '<(DEPTH)/ppapi/ppapi_untrusted.gyp:ppapi_cpp_lib',
137 'ppapi_test_lib', 158 'ppapi_test_lib',
138 ], 159 ],
139 }, 160 },
140 ], 161 ],
141 } 162 }
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/nacl/pnacl_nmf_options/pnacl_o_0.nmf » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698