OLD | NEW |
1 # Copyright 2014 Google Inc. All rights reserved. | 1 # Copyright 2014 Google Inc. All rights reserved. |
2 # | 2 # |
3 # Redistribution and use in source and binary forms, with or without | 3 # Redistribution and use in source and binary forms, with or without |
4 # modification, are permitted provided that the following conditions are | 4 # modification, are permitted provided that the following conditions are |
5 # met: | 5 # met: |
6 # | 6 # |
7 # * Redistributions of source code must retain the above copyright | 7 # * Redistributions of source code must retain the above copyright |
8 # notice, this list of conditions and the following disclaimer. | 8 # notice, this list of conditions and the following disclaimer. |
9 # * Redistributions in binary form must reproduce the above | 9 # * Redistributions in binary form must reproduce the above |
10 # copyright notice, this list of conditions and the following disclaimer | 10 # copyright notice, this list of conditions and the following disclaimer |
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
113 'linux/safe_readlink.cc', | 113 'linux/safe_readlink.cc', |
114 'linux/safe_readlink.h', | 114 'linux/safe_readlink.h', |
115 'linux/synth_elf.cc', | 115 'linux/synth_elf.cc', |
116 'linux/synth_elf.h', | 116 'linux/synth_elf.h', |
117 'mac/arch_utilities.cc', | 117 'mac/arch_utilities.cc', |
118 'mac/arch_utilities.h', | 118 'mac/arch_utilities.h', |
119 'mac/bootstrap_compat.cc', | 119 'mac/bootstrap_compat.cc', |
120 'mac/bootstrap_compat.h', | 120 'mac/bootstrap_compat.h', |
121 'mac/byteswap.h', | 121 'mac/byteswap.h', |
122 'mac/dump_syms.h', | 122 'mac/dump_syms.h', |
123 'mac/dump_syms.mm', | 123 'mac/dump_syms.cc', |
124 'mac/file_id.cc', | 124 'mac/file_id.cc', |
125 'mac/file_id.h', | 125 'mac/file_id.h', |
126 'mac/GTMDefines.h', | 126 'mac/GTMDefines.h', |
127 'mac/GTMLogger.h', | 127 'mac/GTMLogger.h', |
128 'mac/GTMLogger.m', | 128 'mac/GTMLogger.m', |
129 'mac/HTTPMultipartUpload.h', | 129 'mac/HTTPMultipartUpload.h', |
130 'mac/HTTPMultipartUpload.m', | 130 'mac/HTTPMultipartUpload.m', |
131 'mac/MachIPC.h', | 131 'mac/MachIPC.h', |
132 'mac/MachIPC.mm', | 132 'mac/MachIPC.mm', |
133 'mac/macho_id.cc', | 133 'mac/macho_id.cc', |
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 '../build/testing.gypi:gmock_main', | 234 '../build/testing.gypi:gmock_main', |
235 '../build/testing.gypi:gmock', | 235 '../build/testing.gypi:gmock', |
236 '../build/testing.gypi:gtest', | 236 '../build/testing.gypi:gtest', |
237 ], | 237 ], |
238 'libraries': [ | 238 'libraries': [ |
239 '-ldl', | 239 '-ldl', |
240 ], | 240 ], |
241 }, | 241 }, |
242 ], | 242 ], |
243 } | 243 } |
OLD | NEW |