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

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

Issue 235983020: Pepper: Move PnaclOptions outside trusted plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: another build fix Created 6 years, 8 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', 9 'file_downloader.cc',
10 'file_utils.cc', 10 'file_utils.cc',
11 'json_manifest.cc', 11 'json_manifest.cc',
12 'module_ppapi.cc', 12 'module_ppapi.cc',
13 'nacl_subprocess.cc', 13 'nacl_subprocess.cc',
14 'plugin.cc', 14 'plugin.cc',
15 'pnacl_coordinator.cc', 15 'pnacl_coordinator.cc',
16 'pnacl_options.cc',
17 'pnacl_resources.cc', 16 'pnacl_resources.cc',
18 'pnacl_translate_thread.cc', 17 'pnacl_translate_thread.cc',
19 'sel_ldr_launcher_chrome.cc', 18 'sel_ldr_launcher_chrome.cc',
20 'service_runtime.cc', 19 'service_runtime.cc',
21 'srpc_client.cc', 20 'srpc_client.cc',
22 'srpc_params.cc', 21 'srpc_params.cc',
23 'temporary_file.cc', 22 'temporary_file.cc',
24 'utility.cc', 23 'utility.cc',
25 ], 24 ],
26 }, 25 },
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 'link_settings': { 87 'link_settings': {
89 'libraries': [ 88 'libraries': [
90 '-lgdi32.lib', 89 '-lgdi32.lib',
91 '-luser32.lib', 90 '-luser32.lib',
92 ], 91 ],
93 }, 92 },
94 }], 93 }],
95 ], 94 ],
96 }, 95 },
97 } 96 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698