OLD | NEW |
---|---|
1 # Copyright 2014 The Crashpad Authors. All rights reserved. | 1 # Copyright 2014 The Crashpad Authors. 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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
296 'libraries': [ | 296 'libraries': [ |
297 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', | 297 '$(SDKROOT)/System/Library/Frameworks/Foundation.framework', |
298 ], | 298 ], |
299 }, | 299 }, |
300 }], | 300 }], |
301 ], | 301 ], |
302 }, | 302 }, |
303 { | 303 { |
304 'target_name': 'util_test_multiprocess_exec_test_child', | 304 'target_name': 'util_test_multiprocess_exec_test_child', |
305 'type': 'executable', | 305 'type': 'executable', |
306 'dependencies': [ | |
307 '../third_party/mini_chromium/mini_chromium/base/base.gyp:base', | |
Mark Mentovai
2015/01/08 17:20:20
…but this executable isn’t using anything from bas
scottmg
2015/01/08 18:15:54
Was to get the include dir for build/build_config.
| |
308 ], | |
306 'sources': [ | 309 'sources': [ |
307 'test/multiprocess_exec_test_child.cc', | 310 'test/multiprocess_exec_test_child.cc', |
308 ], | 311 ], |
309 }, | 312 }, |
310 ], | 313 ], |
311 } | 314 } |
OLD | NEW |