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

Side by Side Diff: base/base.gypi

Issue 3151011: [Mac] Use an AppleEvent to tell the Finder to open downloaded items, rather than NSWorkspace. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Address comments Created 10 years, 4 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
« no previous file with comments | « no previous file | base/scoped_aedesc.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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 'ref_counted.cc', 177 'ref_counted.cc',
178 'ref_counted.h', 178 'ref_counted.h',
179 'ref_counted_memory.cc', 179 'ref_counted_memory.cc',
180 'ref_counted_memory.h', 180 'ref_counted_memory.h',
181 'registry.cc', 181 'registry.cc',
182 'registry.h', 182 'registry.h',
183 'resource_util.cc', 183 'resource_util.cc',
184 'resource_util.h', 184 'resource_util.h',
185 'safe_strerror_posix.cc', 185 'safe_strerror_posix.cc',
186 'safe_strerror_posix.h', 186 'safe_strerror_posix.h',
187 'scoped_aedesc.h',
187 'scoped_bstr_win.cc', 188 'scoped_bstr_win.cc',
188 'scoped_bstr_win.h', 189 'scoped_bstr_win.h',
189 'scoped_callback_factory.h', 190 'scoped_callback_factory.h',
190 'scoped_cftyperef.h', 191 'scoped_cftyperef.h',
191 'scoped_comptr_win.h', 192 'scoped_comptr_win.h',
192 'scoped_handle.h', 193 'scoped_handle.h',
193 'scoped_handle_win.h', 194 'scoped_handle_win.h',
194 'scoped_nsautorelease_pool.h', 195 'scoped_nsautorelease_pool.h',
195 'scoped_nsautorelease_pool.mm', 196 'scoped_nsautorelease_pool.mm',
196 'scoped_nsdisable_screen_updates.h', 197 'scoped_nsdisable_screen_updates.h',
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 'sources!': [ 325 'sources!': [
325 # Not automatically excluded by the *linux.cc rules. 326 # Not automatically excluded by the *linux.cc rules.
326 'gtk_util.cc', 327 'gtk_util.cc',
327 'gtk_util.h', 328 'gtk_util.h',
328 'linux_util.cc', 329 'linux_util.cc',
329 'setproctitle_linux.c', 330 'setproctitle_linux.c',
330 'setproctitle_linux.h', 331 'setproctitle_linux.h',
331 ], 332 ],
332 }, 333 },
333 ], 334 ],
335 [ 'OS != "mac"', {
336 'sources!': [
337 'scoped_aedesc.h'
338 ],
339 }],
334 # For now, just test the *BSD platforms enough to exclude them. 340 # For now, just test the *BSD platforms enough to exclude them.
335 # Subsequent changes will include them further. 341 # Subsequent changes will include them further.
336 [ 'OS != "freebsd"', { 342 [ 'OS != "freebsd"', {
337 'sources/': [ ['exclude', '_freebsd\\.cc$'] ], 343 'sources/': [ ['exclude', '_freebsd\\.cc$'] ],
338 }, 344 },
339 ], 345 ],
340 [ 'OS != "openbsd"', { 346 [ 'OS != "openbsd"', {
341 'sources/': [ ['exclude', '_openbsd\\.cc$'] ], 347 'sources/': [ ['exclude', '_openbsd\\.cc$'] ],
342 }, 348 },
343 ], 349 ],
(...skipping 400 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 'third_party/xdg_mime/xdgmimemagic.c', 750 'third_party/xdg_mime/xdgmimemagic.c',
745 'third_party/xdg_mime/xdgmimemagic.h', 751 'third_party/xdg_mime/xdgmimemagic.h',
746 'third_party/xdg_mime/xdgmimeparent.c', 752 'third_party/xdg_mime/xdgmimeparent.c',
747 'third_party/xdg_mime/xdgmimeparent.h', 753 'third_party/xdg_mime/xdgmimeparent.h',
748 ], 754 ],
749 }, 755 },
750 ], 756 ],
751 }], 757 }],
752 ], 758 ],
753 } 759 }
OLDNEW
« no previous file with comments | « no previous file | base/scoped_aedesc.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698