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

Side by Side Diff: ppapi/native_client/src/trusted/plugin/plugin.gyp

Issue 593243003: Cleanup: Remove unused dependency on NaCl src/trusted/gio target (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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/gio/gio.gyp:gio', 19 '<(DEPTH)/native_client/src/shared/gio/gio.gyp:gio',
20 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc', 20 '<(DEPTH)/native_client/src/shared/imc/imc.gyp:imc',
21 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform', 21 '<(DEPTH)/native_client/src/shared/platform/platform.gyp:platform',
22 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc', 22 '<(DEPTH)/native_client/src/shared/srpc/srpc.gyp:nonnacl_srpc',
23 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer', 23 '<(DEPTH)/native_client/src/trusted/desc/desc.gyp:nrd_xfer',
24 '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:sel_ld r_launcher_base', 24 '<(DEPTH)/native_client/src/trusted/nonnacl_util/nonnacl_util.gyp:sel_ld r_launcher_base',
25 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gy p:platform_qual_lib', 25 '<(DEPTH)/native_client/src/trusted/platform_qualify/platform_qualify.gy p:platform_qual_lib',
26 '<(DEPTH)/native_client/src/trusted/gio/gio_wrapped_desc.gyp:gio_wrapped _desc',
27 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:si mple_service', 26 '<(DEPTH)/native_client/src/trusted/simple_service/simple_service.gyp:si mple_service',
28 '<(DEPTH)/native_client/src/trusted/reverse_service/reverse_service.gyp: reverse_service', 27 '<(DEPTH)/native_client/src/trusted/reverse_service/reverse_service.gyp: reverse_service',
29 '<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref', 28 '<(DEPTH)/native_client/src/trusted/weak_ref/weak_ref.gyp:weak_ref',
30 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp_objects', 29 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_cpp_objects',
31 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_internal_module', 30 '<(DEPTH)/ppapi/ppapi.gyp:ppapi_internal_module',
32 ], 31 ],
33 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. 32 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
34 'msvs_disabled_warnings': [4267, ], 33 'msvs_disabled_warnings': [4267, ],
35 }, 34 },
36 ], 35 ],
37 } 36 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698