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

Side by Side Diff: syzygy/instrument/instrument.gyp

Issue 1169603003: [Syzygy Instrumenter] Add FillerTransform. (Closed) Base URL: https://code.google.com/p/syzygy.git@master
Patch Set: Add test for debug_friendly; cleanups. Created 5 years, 6 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 'transforms/basic_block_entry_hook_transform.cc', 57 'transforms/basic_block_entry_hook_transform.cc',
58 'transforms/basic_block_entry_hook_transform.h', 58 'transforms/basic_block_entry_hook_transform.h',
59 'transforms/branch_hook_transform.cc', 59 'transforms/branch_hook_transform.cc',
60 'transforms/branch_hook_transform.h', 60 'transforms/branch_hook_transform.h',
61 'transforms/coverage_transform.cc', 61 'transforms/coverage_transform.cc',
62 'transforms/coverage_transform.h', 62 'transforms/coverage_transform.h',
63 'transforms/entry_call_transform.cc', 63 'transforms/entry_call_transform.cc',
64 'transforms/entry_call_transform.h', 64 'transforms/entry_call_transform.h',
65 'transforms/entry_thunk_transform.cc', 65 'transforms/entry_thunk_transform.cc',
66 'transforms/entry_thunk_transform.h', 66 'transforms/entry_thunk_transform.h',
67 'transforms/filler_transform.cc',
68 'transforms/filler_transform.h',
67 'transforms/jump_table_count_transform.cc', 69 'transforms/jump_table_count_transform.cc',
68 'transforms/jump_table_count_transform.h', 70 'transforms/jump_table_count_transform.h',
69 'transforms/thunk_import_references_transform.cc', 71 'transforms/thunk_import_references_transform.cc',
70 'transforms/thunk_import_references_transform.h', 72 'transforms/thunk_import_references_transform.h',
71 ], 73 ],
72 'dependencies': [ 74 'dependencies': [
73 '<(src)/base/base.gyp:base', 75 '<(src)/base/base.gyp:base',
74 '<(src)/syzygy/agent/asan/asan.gyp:system_interceptors_generator', 76 '<(src)/syzygy/agent/asan/asan.gyp:system_interceptors_generator',
75 '<(src)/syzygy/application/application.gyp:application_lib', 77 '<(src)/syzygy/application/application.gyp:application_lib',
76 '<(src)/syzygy/block_graph/analysis/block_graph_analysis.gyp:' 78 '<(src)/syzygy/block_graph/analysis/block_graph_analysis.gyp:'
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'mutators/add_indexed_data_ranges_stream_unittest.cc', 124 'mutators/add_indexed_data_ranges_stream_unittest.cc',
123 'transforms/add_indexed_frequency_data_transform_unittest.cc', 125 'transforms/add_indexed_frequency_data_transform_unittest.cc',
124 'transforms/allocation_filter_transform_unittest.cc', 126 'transforms/allocation_filter_transform_unittest.cc',
125 'transforms/asan_interceptor_filter_unittest.cc', 127 'transforms/asan_interceptor_filter_unittest.cc',
126 'transforms/asan_transform_unittest.cc', 128 'transforms/asan_transform_unittest.cc',
127 'transforms/basic_block_entry_hook_transform_unittest.cc', 129 'transforms/basic_block_entry_hook_transform_unittest.cc',
128 'transforms/branch_hook_transform_unittest.cc', 130 'transforms/branch_hook_transform_unittest.cc',
129 'transforms/coverage_transform_unittest.cc', 131 'transforms/coverage_transform_unittest.cc',
130 'transforms/entry_call_transform_unittest.cc', 132 'transforms/entry_call_transform_unittest.cc',
131 'transforms/entry_thunk_transform_unittest.cc', 133 'transforms/entry_thunk_transform_unittest.cc',
134 'transforms/filler_transform_unittest.cc',
132 'transforms/jump_table_count_transform_unittest.cc', 135 'transforms/jump_table_count_transform_unittest.cc',
133 'transforms/thunk_import_references_transform_unittest.cc', 136 'transforms/thunk_import_references_transform_unittest.cc',
134 'transforms/unittest_util.cc', 137 'transforms/unittest_util.cc',
135 'transforms/unittest_util.h', 138 'transforms/unittest_util.h',
136 '<(src)/base/test/run_all_unittests.cc', 139 '<(src)/base/test/run_all_unittests.cc',
137 ], 140 ],
138 'dependencies': [ 141 'dependencies': [
139 'instrument_lib', 142 'instrument_lib',
140 '<(src)/base/base.gyp:base', 143 '<(src)/base/base.gyp:base',
141 '<(src)/base/base.gyp:test_support_base', 144 '<(src)/base/base.gyp:test_support_base',
142 '<(src)/testing/gmock.gyp:gmock', 145 '<(src)/testing/gmock.gyp:gmock',
143 '<(src)/testing/gtest.gyp:gtest', 146 '<(src)/testing/gtest.gyp:gtest',
144 '<(src)/syzygy/ar/ar.gyp:ar_unittest_utils', 147 '<(src)/syzygy/ar/ar.gyp:ar_unittest_utils',
145 '<(src)/syzygy/core/core.gyp:core_unittest_utils', 148 '<(src)/syzygy/core/core.gyp:core_unittest_utils',
146 '<(src)/syzygy/integration_tests/integration_tests.gyp:' 149 '<(src)/syzygy/integration_tests/integration_tests.gyp:'
147 'integration_tests_dll', 150 'integration_tests_dll',
148 '<(src)/syzygy/pdb/pdb.gyp:pdb_unittest_utils', 151 '<(src)/syzygy/pdb/pdb.gyp:pdb_unittest_utils',
149 '<(src)/syzygy/pe/pe.gyp:pe_unittest_utils', 152 '<(src)/syzygy/pe/pe.gyp:pe_unittest_utils',
150 '<(src)/syzygy/pe/pe.gyp:test_dll', 153 '<(src)/syzygy/pe/pe.gyp:test_dll',
151 '<(src)/syzygy/pe/pe.gyp:test_dll_obj', 154 '<(src)/syzygy/pe/pe.gyp:test_dll_obj',
152 ], 155 ],
153 }, 156 },
154 ], 157 ],
155 } 158 }
OLDNEW
« no previous file with comments | « no previous file | syzygy/instrument/transforms/filler_transform.h » ('j') | syzygy/instrument/transforms/filler_transform.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698