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

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

Issue 193313002: Pepper: Move GetSandboxISA() to PPB_NaCl_Private. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nacl_interface threading fix Created 6 years, 9 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
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 9483ed78204ecf2728c9b2a053e7fe9d19838813..e8eeebf2d1930dac25a250234988d7303a4aabc2 100644
--- a/ppapi/native_client/src/trusted/plugin/plugin.gypi
+++ b/ppapi/native_client/src/trusted/plugin/plugin.gypi
@@ -24,24 +24,6 @@
'temporary_file.cc',
'utility.cc',
],
- # Append the arch-specific ISA code to common_sources.
- 'conditions': [
- ['target_arch=="arm"', {
- 'common_sources': [
- 'arch_arm/sandbox_isa.cc',
- ],
- }],
- ['target_arch=="mipsel"', {
- 'common_sources': [
- 'arch_mips/sandbox_isa.cc',
- ],
- }],
- ['target_arch=="ia32" or target_arch=="x64"', {
- 'common_sources': [
- 'arch_x86/sandbox_isa.cc',
- ],
- }],
- ],
},
'includes': [
'../../../../../native_client/build/common.gypi',
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/plugin.cc ('k') | ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698