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

Unified Diff: components/nacl/renderer/plugin/plugin.gyp

Issue 2306443002: Remove GYP files from components. (Closed)
Patch Set: Remove compiled resources Created 4 years, 4 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 | « components/nacl.gyp ('k') | components/nacl_nonsfi.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/renderer/plugin/plugin.gyp
diff --git a/components/nacl/renderer/plugin/plugin.gyp b/components/nacl/renderer/plugin/plugin.gyp
deleted file mode 100644
index 6fb305d4eb932893232d7f0c25b177500df8cca7..0000000000000000000000000000000000000000
--- a/components/nacl/renderer/plugin/plugin.gyp
+++ /dev/null
@@ -1,33 +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.
-
-{
- 'variables': {
- 'chromium_code': 1, # Use higher warning level.
- },
- 'targets': [
- {
- 'target_name': 'nacl_trusted_plugin',
- 'type': 'static_library',
- 'sources': [
- 'module_ppapi.cc',
- 'nacl_subprocess.cc',
- 'plugin.cc',
- 'pnacl_coordinator.cc',
- 'pnacl_resources.cc',
- 'pnacl_translate_thread.cc',
- 'ppapi_entrypoints.cc',
- 'service_runtime.cc',
- ],
- 'dependencies': [
- '<(DEPTH)/media/media.gyp:shared_memory_support',
- '<(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, ],
- },
- ],
-}
« no previous file with comments | « components/nacl.gyp ('k') | components/nacl_nonsfi.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698