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

Side by Side Diff: syzygy/syzygy.gyp

Issue 2989293002: Fix the 'build_all' target for the x64 build. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | 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,
11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 # See the License for the specific language governing permissions and 12 # See the License for the specific language governing permissions and
13 # limitations under the License. 13 # limitations under the License.
14 14
15 { 15 {
16 'variables': { 16 'variables': {
17 'chromium_code': 1, 17 'chromium_code': 1,
18 }, 18 },
19 'includes': [ 19 'includes': [
20 'unittests.gypi', 20 'unittests.gypi',
21 ], 21 ],
22 'targets': [ 22 'targets': [
23 { 23 {
24 'target_name': 'build_all', 24 'target_name': 'build_all',
25 'type': 'none', 25 'type': 'none',
26 'dependencies': [ 26 'conditions': [
27 'agent/asan/asan.gyp:*', 27 ['target_arch=="x64"', {
28 'agent/basic_block_entry/basic_block_entry.gyp:*', 28 'dependencies': [
29 'agent/call_trace/call_trace.gyp:*', 29 'agent/asan/asan.gyp:syzyasan_rtl_unittests',
30 'agent/common/common.gyp:*', 30 ]
31 'agent/coverage/coverage.gyp:*', 31 }, {
32 'agent/memprof/memprof.gyp:*', 32 'dependencies': [
33 'agent/profiler/profiler.gyp:*', 33 'agent/asan/asan.gyp:*',
34 'application/application.gyp:*', 34 'agent/basic_block_entry/basic_block_entry.gyp:*',
35 'ar/ar.gyp:*', 35 'agent/call_trace/call_trace.gyp:*',
36 'assm/assm.gyp:*', 36 'agent/common/common.gyp:*',
37 'bard/bard.gyp:*', 37 'agent/coverage/coverage.gyp:*',
38 'block_graph/analysis/block_graph_analysis.gyp:*', 38 'agent/memprof/memprof.gyp:*',
39 'block_graph/block_graph.gyp:*', 39 'agent/profiler/profiler.gyp:*',
40 'block_graph/orderers/block_graph_orderers.gyp:*', 40 'application/application.gyp:*',
41 'block_graph/transforms/block_graph_transforms.gyp:*', 41 'ar/ar.gyp:*',
42 'common/common.gyp:*', 42 'assm/assm.gyp:*',
43 'common/rpc/rpc.gyp:*', 43 'bard/bard.gyp:*',
44 'core/core.gyp:*', 44 'block_graph/analysis/block_graph_analysis.gyp:*',
45 'crashdata/crashdata.gyp:*', 45 'block_graph/block_graph.gyp:*',
46 'experimental/experimental.gyp:*', 46 'block_graph/orderers/block_graph_orderers.gyp:*',
47 'genfilter/genfilter.gyp:*', 47 'block_graph/transforms/block_graph_transforms.gyp:*',
48 'grinder/grinder.gyp:*', 48 'common/common.gyp:*',
49 'installer/installer.gyp:*', 49 'common/rpc/rpc.gyp:*',
50 'instrument/instrument.gyp:*', 50 'core/core.gyp:*',
51 'integration_tests/integration_tests.gyp:*', 51 'crashdata/crashdata.gyp:*',
52 'kasko/kasko.gyp:*', 52 'experimental/experimental.gyp:*',
53 'minidump/minidump.gyp:*', 53 'genfilter/genfilter.gyp:*',
54 'msf/msf.gyp:*', 54 'grinder/grinder.gyp:*',
55 'optimize/optimize.gyp:*', 55 'installer/installer.gyp:*',
56 'pdb/pdb.gyp:*', 56 'instrument/instrument.gyp:*',
57 'pdbfind/pdbfind.gyp:*', 57 'integration_tests/integration_tests.gyp:*',
58 'pe/orderers/pe_orderers.gyp:*', 58 'kasko/kasko.gyp:*',
59 'pe/pe.gyp:*', 59 'minidump/minidump.gyp:*',
60 'pe/transforms/pe_transforms.gyp:*', 60 'msf/msf.gyp:*',
61 'pehacker/pehacker.gyp:*', 61 'optimize/optimize.gyp:*',
62 'playback/playback.gyp:*', 62 'pdb/pdb.gyp:*',
63 'poirot/poirot.gyp:*', 63 'pdbfind/pdbfind.gyp:*',
64 'py/etw_db/etw_db.gyp:*', 64 'pe/orderers/pe_orderers.gyp:*',
65 'py/py.gyp:*', 65 'pe/pe.gyp:*',
66 'relink/relink.gyp:*', 66 'pe/transforms/pe_transforms.gyp:*',
67 'refinery/refinery.gyp:*', 67 'pehacker/pehacker.gyp:*',
68 'reorder/reorder.gyp:*', 68 'playback/playback.gyp:*',
69 'sampler/sampler.gyp:*', 69 'poirot/poirot.gyp:*',
70 'scripts/benchmark/benchmark.gyp:*', 70 'py/etw_db/etw_db.gyp:*',
71 'scripts/graph/graph.gyp:*', 71 'py/py.gyp:*',
72 'scripts/scripts.gyp:*', 72 'relink/relink.gyp:*',
73 'simulate/simulate.gyp:*', 73 'refinery/refinery.gyp:*',
74 'snapshot/snapshot.gyp:*', 74 'reorder/reorder.gyp:*',
75 'swapimport/swapimport.gyp:*', 75 'sampler/sampler.gyp:*',
76 'test_data/test_data.gyp:*', 76 'scripts/benchmark/benchmark.gyp:*',
77 'testing/testing.gyp:*', 77 'scripts/graph/graph.gyp:*',
78 'trace/agent_logger/agent_logger.gyp:*', 78 'scripts/scripts.gyp:*',
79 'trace/client/client.gyp:*', 79 'simulate/simulate.gyp:*',
80 'trace/common/common.gyp:*', 80 'snapshot/snapshot.gyp:*',
81 'trace/etw_control/etw_control.gyp:*', 81 'swapimport/swapimport.gyp:*',
82 'trace/parse/parse.gyp:*', 82 'test_data/test_data.gyp:*',
83 'trace/protocol/protocol.gyp:*', 83 'testing/testing.gyp:*',
84 'trace/rpc/rpc.gyp:*', 84 'trace/agent_logger/agent_logger.gyp:*',
85 'trace/service/service.gyp:*', 85 'trace/client/client.gyp:*',
86 'version/version.gyp:*', 86 'trace/common/common.gyp:*',
87 'wsdump/wsdump.gyp:*', 87 'trace/etw_control/etw_control.gyp:*',
88 'zap_timestamp/zap_timestamp.gyp:*', 88 'trace/parse/parse.gyp:*',
89 'trace/protocol/protocol.gyp:*',
90 'trace/rpc/rpc.gyp:*',
91 'trace/service/service.gyp:*',
92 'version/version.gyp:*',
93 'wsdump/wsdump.gyp:*',
94 'zap_timestamp/zap_timestamp.gyp:*',
95 ],
96 }],
89 ], 97 ],
90 }, 98 },
91 { 99 {
92 'target_name': 'build_docs', 100 'target_name': 'build_docs',
93 'type': 'none', 101 'type': 'none',
94 'sources': [ 102 'sources': [
95 'build/doxyfile', 103 'build/doxyfile',
96 'build/run_doxygen.py', 104 'build/run_doxygen.py',
97 ], 105 ],
98 'actions': [ 106 'actions': [
(...skipping 14 matching lines...) Expand all
113 { 121 {
114 # New unittests should be added to unittests.gypi. 122 # New unittests should be added to unittests.gypi.
115 'target_name': 'build_unittests', 123 'target_name': 'build_unittests',
116 'type': 'none', 124 'type': 'none',
117 'dependencies': [ 125 'dependencies': [
118 '<@(unittests)', 126 '<@(unittests)',
119 ], 127 ],
120 }, 128 },
121 ], 129 ],
122 } 130 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698