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

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

Issue 1569283002: NaCl cleanup: Remove SrpcParams and SrpcClient, which are unused now (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 4 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 unified diff | Download patch
OLDNEW
1 # Copyright (c) 2012 The Native Client Authors. All rights reserved. 1 # Copyright (c) 2012 The Native Client Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, # Use higher warning level. 7 'chromium_code': 1, # Use higher warning level.
8 'common_sources': [ 8 'common_sources': [
9 'module_ppapi.cc', 9 'module_ppapi.cc',
10 'nacl_subprocess.cc', 10 'nacl_subprocess.cc',
11 'plugin.cc', 11 'plugin.cc',
12 'pnacl_coordinator.cc', 12 'pnacl_coordinator.cc',
13 'pnacl_resources.cc', 13 'pnacl_resources.cc',
14 'pnacl_translate_thread.cc', 14 'pnacl_translate_thread.cc',
15 'ppapi_entrypoints.cc', 15 'ppapi_entrypoints.cc',
16 'sel_ldr_launcher_chrome.cc', 16 'sel_ldr_launcher_chrome.cc',
17 'service_runtime.cc', 17 'service_runtime.cc',
18 'srpc_client.cc',
19 'srpc_params.cc',
20 'temporary_file.cc', 18 'temporary_file.cc',
21 'utility.cc', 19 'utility.cc',
22 ], 20 ],
23 }, 21 },
24 'includes': [ 22 'includes': [
25 '../../../../native_client/build/common.gypi', 23 '../../../../native_client/build/common.gypi',
26 ], 24 ],
27 'target_defaults': { 25 'target_defaults': {
28 'variables': { 26 'variables': {
29 'target_platform': 'none', 27 'target_platform': 'none',
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 'link_settings': { 68 'link_settings': {
71 'libraries': [ 69 'libraries': [
72 '-lgdi32.lib', 70 '-lgdi32.lib',
73 '-luser32.lib', 71 '-luser32.lib',
74 ], 72 ],
75 }, 73 },
76 }], 74 }],
77 ], 75 ],
78 }, 76 },
79 } 77 }
OLDNEW
« no previous file with comments | « components/nacl/renderer/plugin/plugin.gyp ('k') | components/nacl/renderer/plugin/pnacl_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698