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

Unified Diff: gyp/tools.gyp

Issue 1036283002: Remove all code related to NaCl (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase Created 5 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
« no previous file with comments | « gyp/ports.gyp ('k') | gyp/utils.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 55f4819371955070b2dba6a5120e73717ed59d0c..7b8122c3e38af38a85d0e629179185e623e4fb0e 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -242,22 +242,12 @@
'target_name': 'skhello',
'type': 'executable',
'dependencies': [
+ 'flags.gyp:flags',
+ 'pdf.gyp:pdf',
'skia_lib.gyp:skia_lib',
],
- 'conditions': [
- [ 'skia_os == "nacl"', {
- 'sources': [
- '../platform_tools/nacl/src/nacl_hello.cpp',
- ],
- }, {
- 'sources': [
- '../tools/skhello.cpp',
- ],
- 'dependencies': [
- 'flags.gyp:flags',
- 'pdf.gyp:pdf',
- ],
- }],
+ 'sources': [
+ '../tools/skhello.cpp',
],
},
{
@@ -653,7 +643,6 @@
'<(skia_include_path)/views/SkOSWindow_Android.h',
'<(skia_include_path)/views/SkOSWindow_iOS.h',
'<(skia_include_path)/views/SkOSWindow_Mac.h',
- '<(skia_include_path)/views/SkOSWindow_NaCl.h',
'<(skia_include_path)/views/SkOSWindow_SDL.h',
'<(skia_include_path)/views/SkOSWindow_Unix.h',
'<(skia_include_path)/views/SkOSWindow_Win.h',
« no previous file with comments | « gyp/ports.gyp ('k') | gyp/utils.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698