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

Side by Side Diff: syzygy/unittests.gypi

Issue 1269553002: Create a utility for running executables in LAA mode. (Closed) Base URL: https://github.com/google/syzygy.git@master
Patch Set: Created 5 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
« syzygy/runlaa/runlaa_app_unittest.cc ('K') | « syzygy/syzygy.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2012 Google Inc. All Rights Reserved. 1 # Copyright 2012 Google Inc. All Rights Reserved.
2 # 2 #
3 # Licensed under the Apache License, Version 2.0 (the "License"); 3 # Licensed under the Apache License, Version 2.0 (the "License");
4 # you may not use this file except in compliance with the License. 4 # you may not use this file except in compliance with the License.
5 # You may obtain a copy of the License at 5 # You may obtain a copy of the License at
6 # 6 #
7 # http://www.apache.org/licenses/LICENSE-2.0 7 # http://www.apache.org/licenses/LICENSE-2.0
8 # 8 #
9 # Unless required by applicable law or agreed to in writing, software 9 # Unless required by applicable law or agreed to in writing, software
10 # distributed under the License is distributed on an "AS IS" BASIS, 10 # distributed under the License is distributed on an "AS IS" BASIS,
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 103
104 # Refinery tests. 104 # Refinery tests.
105 '<(src)/syzygy/refinery/refinery.gyp:refinery_unittests', 105 '<(src)/syzygy/refinery/refinery.gyp:refinery_unittests',
106 106
107 # Relink tests. 107 # Relink tests.
108 '<(src)/syzygy/relink/relink.gyp:relink_unittests', 108 '<(src)/syzygy/relink/relink.gyp:relink_unittests',
109 109
110 # Reorder tests. 110 # Reorder tests.
111 '<(src)/syzygy/reorder/reorder.gyp:reorder_unittests', 111 '<(src)/syzygy/reorder/reorder.gyp:reorder_unittests',
112 112
113 # RunLAA tests.
114 '<(src)/syzygy/runlaa/runlaa.gyp:runlaa_unittests',
115
113 # Sampler tests. 116 # Sampler tests.
114 '<(src)/syzygy/sampler/sampler.gyp:sampler_unittests', 117 '<(src)/syzygy/sampler/sampler.gyp:sampler_unittests',
115 118
116 # Simulator tests. 119 # Simulator tests.
117 '<(src)/syzygy/simulate/simulate.gyp:simulate_unittests', 120 '<(src)/syzygy/simulate/simulate.gyp:simulate_unittests',
118 121
119 # Swap Import tests. 122 # Swap Import tests.
120 '<(src)/syzygy/swapimport/swapimport.gyp:swapimport_unittests', 123 '<(src)/syzygy/swapimport/swapimport.gyp:swapimport_unittests',
121 124
122 # Trace tests. 125 # Trace tests.
123 '<(src)/syzygy/trace/client/client.gyp:rpc_client_lib_unittests', 126 '<(src)/syzygy/trace/client/client.gyp:rpc_client_lib_unittests',
124 '<(src)/syzygy/trace/common/common.gyp:trace_common_unittests', 127 '<(src)/syzygy/trace/common/common.gyp:trace_common_unittests',
125 '<(src)/syzygy/trace/parse/parse.gyp:parse_unittests', 128 '<(src)/syzygy/trace/parse/parse.gyp:parse_unittests',
126 '<(src)/syzygy/trace/protocol/protocol.gyp:protocol_unittests', 129 '<(src)/syzygy/trace/protocol/protocol.gyp:protocol_unittests',
127 '<(src)/syzygy/trace/service/service.gyp:rpc_service_unittests', 130 '<(src)/syzygy/trace/service/service.gyp:rpc_service_unittests',
128 '<(src)/syzygy/trace/agent_logger/agent_logger.gyp:' 131 '<(src)/syzygy/trace/agent_logger/agent_logger.gyp:'
129 'agent_logger_unittests', 132 'agent_logger_unittests',
130 133
131 # Version unittests. 134 # Version unittests.
132 '<(src)/syzygy/version/version.gyp:version_unittests', 135 '<(src)/syzygy/version/version.gyp:version_unittests',
133 136
134 # WSDump tests. 137 # WSDump tests.
135 '<(src)/syzygy/wsdump/wsdump.gyp:wsdump_unittests', 138 '<(src)/syzygy/wsdump/wsdump.gyp:wsdump_unittests',
136 139
137 # Zap Timestamp tests. 140 # Zap Timestamp tests.
138 '<(src)/syzygy/zap_timestamp/zap_timestamp.gyp:zap_timestamp_unittests', 141 '<(src)/syzygy/zap_timestamp/zap_timestamp.gyp:zap_timestamp_unittests',
139 ], 142 ],
140 } 143 }
141 } 144 }
OLDNEW
« syzygy/runlaa/runlaa_app_unittest.cc ('K') | « syzygy/syzygy.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698