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

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

Issue 876483002: NaCl: Move src/trusted/plugin/ to components/nacl/renderer/plugin/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Update #include guards Created 5 years, 11 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.gyp
diff --git a/ppapi/native_client/src/trusted/plugin/plugin.gyp b/ppapi/native_client/src/trusted/plugin/plugin.gyp
deleted file mode 100644
index 2df9069129b0f4408e2e25f26352f2209b96cfac..0000000000000000000000000000000000000000
--- a/ppapi/native_client/src/trusted/plugin/plugin.gyp
+++ /dev/null
@@ -1,34 +0,0 @@
-# -*- python -*-
-# Copyright (c) 2011 The Native Client Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-
-{
- 'includes': [
- 'plugin.gypi',
- ],
- 'targets': [
- {
- 'target_name': 'nacl_trusted_plugin',
- 'type': 'static_library',
- 'sources': [
- '<@(common_sources)',
- ],
- 'dependencies': [
- '<(DEPTH)/media/media.gyp:shared_memory_support',
- '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
- '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc',
- '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
- '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc',
- '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
- '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:sel_ldr_launcher_base',
- '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib',
- '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:simple_service',
- '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp_objects',
- '<(DEPTH)/ppapi/ppapi.gyp:ppapi_internal_module',
- ],
- # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
- 'msvs_disabled_warnings': [4267, ],
- },
- ],
-}

Powered by Google App Engine
This is Rietveld 408576698