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

Side by Side Diff: util/util.gyp

Issue 808493003: win: port multiprocess_exec_test_child.cc (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: ws Created 5 years, 11 months 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 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
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 }
OLDNEW
« util/test/multiprocess_exec_test_child.cc ('K') | « util/test/multiprocess_exec_test_child.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698