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

Unified Diff: base/base.gyp

Issue 333018: Add GrabWindowSnapshot method to mac_util class. This code is due to dmaclac... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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/mac_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 30116)
+++ base/base.gyp (working copy)
@@ -586,7 +586,7 @@
'leak_tracker_unittest.cc',
'linked_list_unittest.cc',
'linked_ptr_unittest.cc',
- 'mac_util_unittest.cc',
+ 'mac_util_unittest.mm',
'message_loop_unittest.cc',
'message_pump_glib_unittest.cc',
'object_watcher_unittest.cc',
@@ -648,6 +648,7 @@
],
'conditions': [
['OS == "linux" or OS == "freebsd"', {
+ 'sources/': [ ['exclude', '\\.mm?$' ] ],
'sources!': [
'file_version_info_unittest.cc',
'worker_pool_linux_unittest.cc',
@@ -662,11 +663,6 @@
'message_pump_glib_unittest.cc',
]
}],
- ['OS != "mac"', {
- 'sources!': [
- 'mac_util_unittest.cc',
- ],
- }],
# This is needed to trigger the dll copy step on windows.
# TODO(mark): This should not be necessary.
['OS == "win"', {
« no previous file with comments | « no previous file | base/mac_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698