| OLD | NEW |
| 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 Loading... |
| 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 } |
| OLD | NEW |