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

Side by Side Diff: syzygy/syzygy.gyp

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
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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'pe/pe.gyp:*', 57 'pe/pe.gyp:*',
58 'pe/transforms/pe_transforms.gyp:*', 58 'pe/transforms/pe_transforms.gyp:*',
59 'pehacker/pehacker.gyp:*', 59 'pehacker/pehacker.gyp:*',
60 'playback/playback.gyp:*', 60 'playback/playback.gyp:*',
61 'poirot/poirot.gyp:*', 61 'poirot/poirot.gyp:*',
62 'py/etw_db/etw_db.gyp:*', 62 'py/etw_db/etw_db.gyp:*',
63 'py/py.gyp:*', 63 'py/py.gyp:*',
64 'relink/relink.gyp:*', 64 'relink/relink.gyp:*',
65 'refinery/refinery.gyp:*', 65 'refinery/refinery.gyp:*',
66 'reorder/reorder.gyp:*', 66 'reorder/reorder.gyp:*',
67 'runlaa/runlaa.gyp:*',
67 'sampler/sampler.gyp:*', 68 'sampler/sampler.gyp:*',
68 'scripts/benchmark/benchmark.gyp:*', 69 'scripts/benchmark/benchmark.gyp:*',
69 'scripts/graph/graph.gyp:*', 70 'scripts/graph/graph.gyp:*',
70 'scripts/scripts.gyp:*', 71 'scripts/scripts.gyp:*',
71 'simulate/simulate.gyp:*', 72 'simulate/simulate.gyp:*',
72 'snapshot/snapshot.gyp:*', 73 'snapshot/snapshot.gyp:*',
73 'swapimport/swapimport.gyp:*', 74 'swapimport/swapimport.gyp:*',
74 'test_data/test_data.gyp:*', 75 'test_data/test_data.gyp:*',
75 'testing/testing.gyp:*', 76 'testing/testing.gyp:*',
76 'trace/agent_logger/agent_logger.gyp:*', 77 'trace/agent_logger/agent_logger.gyp:*',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 { 112 {
112 # New unittests should be added to unittests.gypi. 113 # New unittests should be added to unittests.gypi.
113 'target_name': 'build_unittests', 114 'target_name': 'build_unittests',
114 'type': 'none', 115 'type': 'none',
115 'dependencies': [ 116 'dependencies': [
116 '<@(unittests)', 117 '<@(unittests)',
117 ], 118 ],
118 }, 119 },
119 ], 120 ],
120 } 121 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698