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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/scoped_aedesc.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 62b3de3e2b4c2540fe5585e198d4c7d6793babae..a30782000e8c215d5ba74b72da809c32dda92914 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -184,6 +184,7 @@
'resource_util.h',
'safe_strerror_posix.cc',
'safe_strerror_posix.h',
+ 'scoped_aedesc.h',
'scoped_bstr_win.cc',
'scoped_bstr_win.h',
'scoped_callback_factory.h',
@@ -331,6 +332,11 @@
],
},
],
+ [ 'OS != "mac"', {
+ 'sources!': [
+ 'scoped_aedesc.h'
+ ],
+ }],
# For now, just test the *BSD platforms enough to exclude them.
# Subsequent changes will include them further.
[ 'OS != "freebsd"', {
« 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