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

Unified Diff: content/content_shell.gypi

Issue 155443002: Do not build the Mock WebThemeEngine implementation on the Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_shell.gypi
diff --git a/content/content_shell.gypi b/content/content_shell.gypi
index fb161d15e46cc6d86c45ff4fe4f56bb451419535..688e48af7262d69fe840a6db00a4b533f1d92f06 100644
--- a/content/content_shell.gypi
+++ b/content/content_shell.gypi
@@ -253,6 +253,11 @@
},
},
'conditions': [
+ ['OS=="mac"', {
+ 'sources/': [
+ ['exclude', 'WebTestThemeEngineMock.cpp'],
+ ],
+ }],
['OS=="win" and win_use_allocator_shim==1', {
'dependencies': [
'../base/allocator/allocator.gyp:allocator',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698