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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: syzygy/syzygy.gyp
diff --git a/syzygy/syzygy.gyp b/syzygy/syzygy.gyp
index 90a513eb3bb811ffafe69309e808a535f10850cd..5d1197b1b62b76e4c7cc3ea828bee7a70736ca37 100644
--- a/syzygy/syzygy.gyp
+++ b/syzygy/syzygy.gyp
@@ -23,69 +23,77 @@
{
'target_name': 'build_all',
'type': 'none',
- 'dependencies': [
- 'agent/asan/asan.gyp:*',
- 'agent/basic_block_entry/basic_block_entry.gyp:*',
- 'agent/call_trace/call_trace.gyp:*',
- 'agent/common/common.gyp:*',
- 'agent/coverage/coverage.gyp:*',
- 'agent/memprof/memprof.gyp:*',
- 'agent/profiler/profiler.gyp:*',
- 'application/application.gyp:*',
- 'ar/ar.gyp:*',
- 'assm/assm.gyp:*',
- 'bard/bard.gyp:*',
- 'block_graph/analysis/block_graph_analysis.gyp:*',
- 'block_graph/block_graph.gyp:*',
- 'block_graph/orderers/block_graph_orderers.gyp:*',
- 'block_graph/transforms/block_graph_transforms.gyp:*',
- 'common/common.gyp:*',
- 'common/rpc/rpc.gyp:*',
- 'core/core.gyp:*',
- 'crashdata/crashdata.gyp:*',
- 'experimental/experimental.gyp:*',
- 'genfilter/genfilter.gyp:*',
- 'grinder/grinder.gyp:*',
- 'installer/installer.gyp:*',
- 'instrument/instrument.gyp:*',
- 'integration_tests/integration_tests.gyp:*',
- 'kasko/kasko.gyp:*',
- 'minidump/minidump.gyp:*',
- 'msf/msf.gyp:*',
- 'optimize/optimize.gyp:*',
- 'pdb/pdb.gyp:*',
- 'pdbfind/pdbfind.gyp:*',
- 'pe/orderers/pe_orderers.gyp:*',
- 'pe/pe.gyp:*',
- 'pe/transforms/pe_transforms.gyp:*',
- 'pehacker/pehacker.gyp:*',
- 'playback/playback.gyp:*',
- 'poirot/poirot.gyp:*',
- 'py/etw_db/etw_db.gyp:*',
- 'py/py.gyp:*',
- 'relink/relink.gyp:*',
- 'refinery/refinery.gyp:*',
- 'reorder/reorder.gyp:*',
- 'sampler/sampler.gyp:*',
- 'scripts/benchmark/benchmark.gyp:*',
- 'scripts/graph/graph.gyp:*',
- 'scripts/scripts.gyp:*',
- 'simulate/simulate.gyp:*',
- 'snapshot/snapshot.gyp:*',
- 'swapimport/swapimport.gyp:*',
- 'test_data/test_data.gyp:*',
- 'testing/testing.gyp:*',
- 'trace/agent_logger/agent_logger.gyp:*',
- 'trace/client/client.gyp:*',
- 'trace/common/common.gyp:*',
- 'trace/etw_control/etw_control.gyp:*',
- 'trace/parse/parse.gyp:*',
- 'trace/protocol/protocol.gyp:*',
- 'trace/rpc/rpc.gyp:*',
- 'trace/service/service.gyp:*',
- 'version/version.gyp:*',
- 'wsdump/wsdump.gyp:*',
- 'zap_timestamp/zap_timestamp.gyp:*',
+ 'conditions': [
+ ['target_arch=="x64"', {
+ 'dependencies': [
+ 'agent/asan/asan.gyp:syzyasan_rtl_unittests',
+ ]
+ }, {
+ 'dependencies': [
+ 'agent/asan/asan.gyp:*',
+ 'agent/basic_block_entry/basic_block_entry.gyp:*',
+ 'agent/call_trace/call_trace.gyp:*',
+ 'agent/common/common.gyp:*',
+ 'agent/coverage/coverage.gyp:*',
+ 'agent/memprof/memprof.gyp:*',
+ 'agent/profiler/profiler.gyp:*',
+ 'application/application.gyp:*',
+ 'ar/ar.gyp:*',
+ 'assm/assm.gyp:*',
+ 'bard/bard.gyp:*',
+ 'block_graph/analysis/block_graph_analysis.gyp:*',
+ 'block_graph/block_graph.gyp:*',
+ 'block_graph/orderers/block_graph_orderers.gyp:*',
+ 'block_graph/transforms/block_graph_transforms.gyp:*',
+ 'common/common.gyp:*',
+ 'common/rpc/rpc.gyp:*',
+ 'core/core.gyp:*',
+ 'crashdata/crashdata.gyp:*',
+ 'experimental/experimental.gyp:*',
+ 'genfilter/genfilter.gyp:*',
+ 'grinder/grinder.gyp:*',
+ 'installer/installer.gyp:*',
+ 'instrument/instrument.gyp:*',
+ 'integration_tests/integration_tests.gyp:*',
+ 'kasko/kasko.gyp:*',
+ 'minidump/minidump.gyp:*',
+ 'msf/msf.gyp:*',
+ 'optimize/optimize.gyp:*',
+ 'pdb/pdb.gyp:*',
+ 'pdbfind/pdbfind.gyp:*',
+ 'pe/orderers/pe_orderers.gyp:*',
+ 'pe/pe.gyp:*',
+ 'pe/transforms/pe_transforms.gyp:*',
+ 'pehacker/pehacker.gyp:*',
+ 'playback/playback.gyp:*',
+ 'poirot/poirot.gyp:*',
+ 'py/etw_db/etw_db.gyp:*',
+ 'py/py.gyp:*',
+ 'relink/relink.gyp:*',
+ 'refinery/refinery.gyp:*',
+ 'reorder/reorder.gyp:*',
+ 'sampler/sampler.gyp:*',
+ 'scripts/benchmark/benchmark.gyp:*',
+ 'scripts/graph/graph.gyp:*',
+ 'scripts/scripts.gyp:*',
+ 'simulate/simulate.gyp:*',
+ 'snapshot/snapshot.gyp:*',
+ 'swapimport/swapimport.gyp:*',
+ 'test_data/test_data.gyp:*',
+ 'testing/testing.gyp:*',
+ 'trace/agent_logger/agent_logger.gyp:*',
+ 'trace/client/client.gyp:*',
+ 'trace/common/common.gyp:*',
+ 'trace/etw_control/etw_control.gyp:*',
+ 'trace/parse/parse.gyp:*',
+ 'trace/protocol/protocol.gyp:*',
+ 'trace/rpc/rpc.gyp:*',
+ 'trace/service/service.gyp:*',
+ 'version/version.gyp:*',
+ 'wsdump/wsdump.gyp:*',
+ 'zap_timestamp/zap_timestamp.gyp:*',
+ ],
+ }],
],
},
{
« 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