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

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

Issue 10815080: Add an interface for nacl to create delete-on-close temp files, (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: revert buildbot hack Created 8 years, 4 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 'json_manifest.cc', 10 'json_manifest.cc',
11 'local_temp_file.cc', 11 'local_temp_file.cc',
12 'module_ppapi.cc', 12 'module_ppapi.cc',
13 'nacl_subprocess.cc', 13 'nacl_subprocess.cc',
14 'nexe_arch.cc', 14 'nexe_arch.cc',
15 'plugin.cc', 15 'plugin.cc',
16 'pnacl_coordinator.cc', 16 'pnacl_coordinator.cc',
17 'pnacl_resources.cc', 17 'pnacl_resources.cc',
18 'pnacl_streaming_translate_thread.cc', 18 'pnacl_streaming_translate_thread.cc',
19 'pnacl_translate_thread.cc', 19 'pnacl_translate_thread.cc',
20 'scriptable_plugin.cc', 20 'scriptable_plugin.cc',
21 'sel_ldr_launcher_chrome.cc', 21 'sel_ldr_launcher_chrome.cc',
22 'service_runtime.cc', 22 'service_runtime.cc',
23 'srpc_client.cc', 23 'srpc_client.cc',
24 'srpc_params.cc', 24 'srpc_params.cc',
25 'temporary_file.cc',
25 'utility.cc', 26 'utility.cc',
26 ], 27 ],
27 # Append the arch-specific ISA code to common_sources. 28 # Append the arch-specific ISA code to common_sources.
28 'conditions': [ 29 'conditions': [
29 # Note: this test assumes that if this is not an ARM build, then this is 30 # Note: this test assumes that if this is not an ARM build, then this is
30 # is an x86 build. This is because |target_arch| for x86 can be one of a 31 # is an x86 build. This is because |target_arch| for x86 can be one of a
31 # number of values (x64, ia32, etc.). 32 # number of values (x64, ia32, etc.).
32 ['target_arch=="arm"', { 33 ['target_arch=="arm"', {
33 'common_sources': [ 34 'common_sources': [
34 'arch_arm/sandbox_isa.cc', 35 'arch_arm/sandbox_isa.cc',
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
104 'link_settings': { 105 'link_settings': {
105 'libraries': [ 106 'libraries': [
106 '-lgdi32.lib', 107 '-lgdi32.lib',
107 '-luser32.lib', 108 '-luser32.lib',
108 ], 109 ],
109 }, 110 },
110 }], 111 }],
111 ], 112 ],
112 }, 113 },
113 } 114 }
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