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

Side by Side Diff: syzygy/agent/common/common.gyp

Issue 2341773002: Remove test_dll from the list of dependencies of common_lib. (Closed)
Patch Set: Created 4 years, 3 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,
(...skipping 25 matching lines...) Expand all
36 'stack_capture.cc', 36 'stack_capture.cc',
37 'stack_capture.h', 37 'stack_capture.h',
38 'stack_walker.cc', 38 'stack_walker.cc',
39 'stack_walker.h', 39 'stack_walker.h',
40 'thread_state.cc', 40 'thread_state.cc',
41 'thread_state.h', 41 'thread_state.h',
42 ], 42 ],
43 'dependencies': [ 43 'dependencies': [
44 '<(src)/syzygy/common/common.gyp:common_lib', 44 '<(src)/syzygy/common/common.gyp:common_lib',
45 '<(src)/syzygy/common/rpc/rpc.gyp:common_rpc_lib', 45 '<(src)/syzygy/common/rpc/rpc.gyp:common_rpc_lib',
46 '<(src)/syzygy/pe/pe.gyp:test_dll',
47 '<(src)/syzygy/trace/client/client.gyp:rpc_client_lib', 46 '<(src)/syzygy/trace/client/client.gyp:rpc_client_lib',
48 '<(src)/syzygy/trace/rpc/rpc.gyp:call_trace_rpc_lib', 47 '<(src)/syzygy/trace/rpc/rpc.gyp:call_trace_rpc_lib',
49 ], 48 ],
50 }, 49 },
51 { 50 {
52 'target_name': 'agent_common_unittests', 51 'target_name': 'agent_common_unittests',
53 'type': 'executable', 52 'type': 'executable',
54 'sources': [ 53 'sources': [
55 'dlist_unittest.cc', 54 'dlist_unittest.cc',
56 'dll_notifications_unittest.cc', 55 'dll_notifications_unittest.cc',
(...skipping 14 matching lines...) Expand all
71 '<(src)/syzygy/trace/service/service.gyp:call_trace_service_exe', 70 '<(src)/syzygy/trace/service/service.gyp:call_trace_service_exe',
72 '<(src)/testing/gtest.gyp:gtest', 71 '<(src)/testing/gtest.gyp:gtest',
73 '<(src)/testing/gmock.gyp:gmock', 72 '<(src)/testing/gmock.gyp:gmock',
74 ], 73 ],
75 'libraries': [ 74 'libraries': [
76 'imagehlp.lib', 75 'imagehlp.lib',
77 ], 76 ],
78 }, 77 },
79 ], 78 ],
80 } 79 }
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