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

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

Issue 393693004: Pepper: Delete FileDownloader in trusted plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: STL fix Created 6 years, 5 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 | Annotate | Revision Log
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 'file_downloader.cc',
10 'module_ppapi.cc', 9 'module_ppapi.cc',
11 'nacl_subprocess.cc', 10 'nacl_subprocess.cc',
12 'plugin.cc', 11 'plugin.cc',
13 'pnacl_coordinator.cc', 12 'pnacl_coordinator.cc',
14 'pnacl_resources.cc', 13 'pnacl_resources.cc',
15 'pnacl_translate_thread.cc', 14 'pnacl_translate_thread.cc',
16 'sel_ldr_launcher_chrome.cc', 15 'sel_ldr_launcher_chrome.cc',
17 'service_runtime.cc', 16 'service_runtime.cc',
18 'srpc_client.cc', 17 'srpc_client.cc',
19 'srpc_params.cc', 18 'srpc_params.cc',
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 'link_settings': { 72 'link_settings': {
74 'libraries': [ 73 'libraries': [
75 '-lgdi32.lib', 74 '-lgdi32.lib',
76 '-luser32.lib', 75 '-luser32.lib',
77 ], 76 ],
78 }, 77 },
79 }], 78 }],
80 ], 79 ],
81 }, 80 },
82 } 81 }
OLDNEW
« no previous file with comments | « ppapi/native_client/src/trusted/plugin/plugin.h ('k') | ppapi/native_client/src/trusted/plugin/pnacl_coordinator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698