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

Unified Diff: ppapi/native_client/src/trusted/plugin/plugin.gypi

Issue 391343006: Pepper: Remove some gyp defines for trusted plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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: ppapi/native_client/src/trusted/plugin/plugin.gypi
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.gypi b/ppapi/native_client/src/trusted/plugin/plugin.gypi
index c59c6ec051a773e66b08917773a74225c641df25..38bcd5c800d0562d04974f1497682f41ddd373df 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.gypi
+++ b/ppapi/native_client/src/trusted/plugin/plugin.gypi
@@ -30,10 +30,6 @@
},
'conditions': [
['OS=="linux"', {
- 'defines': [
- 'XP_UNIX',
- 'MOZ_X11',
- ],
'cflags': [
'-Wno-long-long',
],
@@ -53,13 +49,6 @@
],
}],
['OS=="mac"', {
- 'defines': [
- 'XP_MACOSX',
- 'XP_UNIX',
- 'TARGET_API_MAC_CARBON=1',
- 'NO_X11',
- 'USE_SYSTEM_CONSOLE',
- ],
'cflags': [
'-Wno-long-long',
],
@@ -74,7 +63,6 @@
}],
['OS=="win"', {
'defines': [
- 'XP_WIN',
'WIN32',
'_WINDOWS'
],
« 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