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

Side by Side Diff: util/util.gyp

Issue 813873004: win: Add Scoped...Handle (Closed) Base URL: https://chromium.googlesource.com/crashpad/crashpad@master
Patch Set: sort Created 6 years 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
« no previous file with comments | « no previous file | util/win/scoped_handle.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 'stdlib/objc.h', 109 'stdlib/objc.h',
110 'stdlib/pointer_container.h', 110 'stdlib/pointer_container.h',
111 'stdlib/string_number_conversion.cc', 111 'stdlib/string_number_conversion.cc',
112 'stdlib/string_number_conversion.h', 112 'stdlib/string_number_conversion.h',
113 'stdlib/strlcpy.cc', 113 'stdlib/strlcpy.cc',
114 'stdlib/strlcpy.h', 114 'stdlib/strlcpy.h',
115 'stdlib/strnlen.cc', 115 'stdlib/strnlen.cc',
116 'stdlib/strnlen.h', 116 'stdlib/strnlen.h',
117 'synchronization/semaphore.cc', 117 'synchronization/semaphore.cc',
118 'synchronization/semaphore.h', 118 'synchronization/semaphore.h',
119 'win/scoped_handle.cc',
120 'win/scoped_handle.h',
119 ], 121 ],
120 'conditions': [ 122 'conditions': [
121 ['OS=="mac"', { 123 ['OS=="mac"', {
122 'conditions': [ 124 'conditions': [
123 ['GENERATOR=="ninja"', { 125 ['GENERATOR=="ninja"', {
124 # ninja’s rules can’t deal with sources that have paths relative 126 # ninja’s rules can’t deal with sources that have paths relative
125 # to environment variables like SDKROOT. Copy the .defs files out 127 # to environment variables like SDKROOT. Copy the .defs files out
126 # of SDKROOT and into a place they can be referenced without any 128 # of SDKROOT and into a place they can be referenced without any
127 # environment variables. 129 # environment variables.
128 'copies': [ 130 'copies': [
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 }, 293 },
292 { 294 {
293 'target_name': 'util_test_multiprocess_exec_test_child', 295 'target_name': 'util_test_multiprocess_exec_test_child',
294 'type': 'executable', 296 'type': 'executable',
295 'sources': [ 297 'sources': [
296 'test/multiprocess_exec_test_child.cc', 298 'test/multiprocess_exec_test_child.cc',
297 ], 299 ],
298 }, 300 },
299 ], 301 ],
300 } 302 }
OLDNEW
« no previous file with comments | « no previous file | util/win/scoped_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698