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

Side by Side Diff: components/nacl/renderer/plugin/plugin.gyp

Issue 1646903002: Revert of NaCl cleanup: Remove now-unneeded initialisation of NaCl libraries (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 4 years, 10 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 unified diff | Download patch
OLDNEW
1 # -*- python -*- 1 # -*- python -*-
2 # Copyright (c) 2011 The Native Client Authors. All rights reserved. 2 # Copyright (c) 2011 The Native Client Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'includes': [ 7 'includes': [
8 'plugin.gypi', 8 'plugin.gypi',
9 ], 9 ],
10 'targets': [ 10 'targets': [
11 { 11 {
12 'target_name': 'nacl_trusted_plugin', 12 'target_name': 'nacl_trusted_plugin',
13 'type': 'static_library', 13 'type': 'static_library',
14 'sources': [ 14 'sources': [
15 '<@(common_sources)', 15 '<@(common_sources)',
16 ], 16 ],
17 'dependencies': [ 17 'dependencies': [
18 '<(DEPTH)/media/media.gyp:shared_memory_support', 18 '<(DEPTH)/media/media.gyp:shared_memory_support',
19 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
20 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
19 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp_objects', 21 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp_objects',
20 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_internal_module', 22 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_internal_module',
21 ], 23 ],
22 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 24 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
23 'msvs_disabled_warnings': [4267, ], 25 'msvs_disabled_warnings': [4267, ],
24 }, 26 },
25 ], 27 ],
26 } 28 }
OLDNEW
« no previous file with comments | « components/nacl/renderer/plugin/module_ppapi.cc ('k') | components/nacl/renderer/ppb_nacl_private.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698