Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 47 'serialization_impl.h', | 47 'serialization_impl.h', |
| 48 'string_table.cc', | 48 'string_table.cc', |
| 49 'string_table.h', | 49 'string_table.h', |
| 50 'zstream.cc', | 50 'zstream.cc', |
| 51 'zstream.h', | 51 'zstream.h', |
| 52 ], | 52 ], |
| 53 'dependencies': [ | 53 'dependencies': [ |
| 54 '<(src)/base/base.gyp:base', | 54 '<(src)/base/base.gyp:base', |
| 55 '<(src)/syzygy/assm/assm.gyp:assm_lib', | 55 '<(src)/syzygy/assm/assm.gyp:assm_lib', |
| 56 '<(src)/syzygy/common/common.gyp:common_lib', | 56 '<(src)/syzygy/common/common.gyp:common_lib', |
| 57 '<(src)/third_party/capstone/capstone.gyp:capstone', | |
|
Sébastien Marchand
2016/11/30 18:08:49
I don't think that this should be added as a depen
| |
| 57 '<(src)/third_party/distorm/distorm.gyp:distorm', | 58 '<(src)/third_party/distorm/distorm.gyp:distorm', |
| 58 '<(src)/third_party/zlib/zlib.gyp:zlib', | 59 '<(src)/third_party/zlib/zlib.gyp:zlib', |
| 59 ], | 60 ], |
| 60 }, | 61 }, |
| 61 { | 62 { |
| 62 'target_name': 'core_unittest_utils', | 63 'target_name': 'core_unittest_utils', |
| 63 'type': 'static_library', | 64 'type': 'static_library', |
| 64 'sources': [ | 65 'sources': [ |
| 65 'unittest_util.cc', | 66 'unittest_util.cc', |
| 66 'unittest_util.h', | 67 'unittest_util.h', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 99 '<(src)/base/base.gyp:test_support_base', | 100 '<(src)/base/base.gyp:test_support_base', |
| 100 '<(src)/syzygy/assm/assm.gyp:assm_unittest_utils', | 101 '<(src)/syzygy/assm/assm.gyp:assm_unittest_utils', |
| 101 '<(src)/testing/gmock.gyp:gmock', | 102 '<(src)/testing/gmock.gyp:gmock', |
| 102 '<(src)/testing/gtest.gyp:gtest', | 103 '<(src)/testing/gtest.gyp:gtest', |
| 103 '<(src)/third_party/distorm/distorm.gyp:distorm', | 104 '<(src)/third_party/distorm/distorm.gyp:distorm', |
| 104 '<(src)/third_party/zlib/zlib.gyp:zlib', | 105 '<(src)/third_party/zlib/zlib.gyp:zlib', |
| 105 ], | 106 ], |
| 106 }, | 107 }, |
| 107 ], | 108 ], |
| 108 } | 109 } |
| OLD | NEW |