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

Side by Side Diff: syzygy/refinery/process_state/process_state.gyp

Issue 1475083002: [Refinery] Introduce TypePropagatorAnalyzer - pointer types. (Closed) Base URL: https://github.com/google/syzygy.git@master
Patch Set: Final nit Created 5 years 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 2015 Google Inc. All Rights Reserved. 1 # Copyright 2015 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'refinery/process_state/refinery.pb.cc', 75 'refinery/process_state/refinery.pb.cc',
76 '<(SHARED_INTERMEDIATE_DIR)/syzygy/' 76 '<(SHARED_INTERMEDIATE_DIR)/syzygy/'
77 'refinery/process_state/refinery.pb.h', 77 'refinery/process_state/refinery.pb.h',
78 ], 78 ],
79 'dependencies': [ 79 'dependencies': [
80 'refinery_proto', 80 'refinery_proto',
81 '<(src)/base/base.gyp:base', 81 '<(src)/base/base.gyp:base',
82 '<(src)/syzygy/common/common.gyp:common_lib', 82 '<(src)/syzygy/common/common.gyp:common_lib',
83 '<(src)/syzygy/pe/pe.gyp:pe_lib', 83 '<(src)/syzygy/pe/pe.gyp:pe_lib',
84 '<(src)/syzygy/refinery/core/core.gyp:refinery_core_lib', 84 '<(src)/syzygy/refinery/core/core.gyp:refinery_core_lib',
85 '<(src)/syzygy/refinery/types/types.gyp:types_lib',
85 '<(src)/third_party/protobuf/protobuf.gyp:protobuf_lib', 86 '<(src)/third_party/protobuf/protobuf.gyp:protobuf_lib',
86 ], 87 ],
87 'export_dependent_settings': [ 88 'export_dependent_settings': [
88 'refinery_proto', 89 'refinery_proto',
89 '<(src)/third_party/protobuf/protobuf.gyp:protobuf_lib', 90 '<(src)/third_party/protobuf/protobuf.gyp:protobuf_lib',
90 ] 91 ]
91 }, 92 },
92 ], 93 ],
93 } 94 }
OLDNEW
« no previous file with comments | « syzygy/refinery/process_state/layer_data.h ('k') | syzygy/refinery/process_state/process_state_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698