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

Side by Side Diff: base/base.gypi

Issue 23455051: Use close$NOCANCEL on the Mac (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | base/mac/close_nocancel.cc » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 'location.h', 240 'location.h',
241 'logging.cc', 241 'logging.cc',
242 'logging.h', 242 'logging.h',
243 'logging_win.cc', 243 'logging_win.cc',
244 'logging_win.h', 244 'logging_win.h',
245 'mac/authorization_util.h', 245 'mac/authorization_util.h',
246 'mac/authorization_util.mm', 246 'mac/authorization_util.mm',
247 'mac/bind_objc_block.h', 247 'mac/bind_objc_block.h',
248 'mac/bundle_locations.h', 248 'mac/bundle_locations.h',
249 'mac/bundle_locations.mm', 249 'mac/bundle_locations.mm',
250 'mac/close_nocancel.cc',
250 'mac/cocoa_protocols.h', 251 'mac/cocoa_protocols.h',
251 'mac/foundation_util.h', 252 'mac/foundation_util.h',
252 'mac/foundation_util.mm', 253 'mac/foundation_util.mm',
253 'mac/launch_services_util.cc', 254 'mac/launch_services_util.cc',
254 'mac/launch_services_util.h', 255 'mac/launch_services_util.h',
255 'mac/launchd.cc', 256 'mac/launchd.cc',
256 'mac/launchd.h', 257 'mac/launchd.h',
257 'mac/libdispatch_task_runner.cc', 258 'mac/libdispatch_task_runner.cc',
258 'mac/libdispatch_task_runner.h', 259 'mac/libdispatch_task_runner.h',
259 'mac/mac_logging.h', 260 'mac/mac_logging.h',
(...skipping 639 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 900 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
900 'sources/': [ 901 'sources/': [
901 ['exclude', '^third_party/nspr/'], 902 ['exclude', '^third_party/nspr/'],
902 ], 903 ],
903 }], 904 }],
904 ], 905 ],
905 }], 906 }],
906 ], 907 ],
907 }, 908 },
908 } 909 }
OLDNEW
« no previous file with comments | « no previous file | base/mac/close_nocancel.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698