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

Unified Diff: gyp/nacl.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/images.gyp ('k') | gyp/ports.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/nacl.gyp
diff --git a/gyp/nacl.gyp b/gyp/nacl.gyp
deleted file mode 100644
index d98b2c28ee5f9fdbfcdacb92365fcb5f4f023313..0000000000000000000000000000000000000000
--- a/gyp/nacl.gyp
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 2015 Google Inc.
-#
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-# Common entry point for all Skia executables running in NaCl
-{
- 'targets': [
- {
- 'target_name': 'nacl_interface',
- 'type': 'static_library',
- 'dependencies': [
- 'skia_lib.gyp:skia_lib',
- ],
- 'include_dirs': [
- # For SkThreadUtils.h
- '../src/utils',
- ],
- 'sources': [
- '../platform_tools/nacl/src/nacl_interface.cpp',
- ],
- },
- ],
-}
« no previous file with comments | « gyp/images.gyp ('k') | gyp/ports.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698