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

Unified Diff: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp

Issue 8905007: Put irt and untrusted TC dependencies behind a flag. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 years 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp
===================================================================
--- ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp (revision 0)
+++ ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp (revision 0)
@@ -0,0 +1,108 @@
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'includes': [
+ '../../../../../native_client/build/common.gypi',
+ ],
+ 'targets': [
+ {
+ 'target_name': 'ppruntime_lib',
+ 'type': 'none',
+ 'dependencies': [
+ '<(DEPTH)/native_client/tools.gyp:prep_toolchain'
+ ],
+ 'variables': {
+ 'nlib_target': 'libppruntime.a',
+ 'build_glibc': 0,
+ 'build_newlib': 1,
+ 'include_dirs': [
+ '<(DEPTH)/gpu',
+ '<(DEPTH)/third_party/khronos',
+ '<(DEPTH)/ppapi/native_client/src/shared/ppapi_proxy/untrusted',
+ ],
+ 'sources': [
+ '<(DEPTH)/gpu/command_buffer/common/cmd_buffer_common.cc',
+ '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_format.cc',
+ '<(DEPTH)/gpu/command_buffer/common/gles2_cmd_utils.cc',
+ '<(DEPTH)/gpu/command_buffer/common/logging.cc',
+
+ '<(DEPTH)/gpu/command_buffer/client/cmd_buffer_helper.cc',
+ '<(DEPTH)/gpu/command_buffer/client/fenced_allocator.cc',
+ '<(DEPTH)/gpu/command_buffer/client/gles2_c_lib.cc',
+ '<(DEPTH)/gpu/command_buffer/client/gles2_cmd_helper.cc',
+ '<(DEPTH)/gpu/command_buffer/client/gles2_implementation.cc',
+ '<(DEPTH)/gpu/command_buffer/client/program_info_manager.cc',
+ '<(DEPTH)/gpu/command_buffer/client/gles2_lib.cc',
+ '<(DEPTH)/gpu/command_buffer/client/mapped_memory.cc',
+ '<(DEPTH)/gpu/command_buffer/client/ring_buffer.cc',
+ '<(DEPTH)/gpu/command_buffer/common/id_allocator.cc',
+
+ 'command_buffer_nacl.cc',
+ 'input_event_data.cc',
+ 'object_serialize.cc',
+ 'plugin_callback.cc',
+ 'plugin_globals.cc',
+ 'plugin_instance_data.cc',
+ 'plugin_main.cc',
+ 'plugin_nacl_file.cc',
+ 'plugin_opengles.cc',
+ 'plugin_ppb.cc',
+ 'plugin_ppb_audio.cc',
+ 'plugin_ppb_audio_config.cc',
+ 'plugin_ppb_buffer.cc',
+ 'plugin_ppb_core.cc',
+ 'plugin_ppb_cursor_control.cc',
+ 'plugin_ppb_file_io.cc',
+ 'plugin_ppb_file_system.cc',
+ 'plugin_ppb_file_ref.cc',
+ 'plugin_ppb_find.cc',
+ 'plugin_ppb_font.cc',
+ 'plugin_ppb_fullscreen.cc',
+ 'plugin_ppb_graphics_2d.cc',
+ 'plugin_ppb_graphics_3d.cc',
+ 'plugin_ppb_image_data.cc',
+ 'plugin_ppb_input_event.cc',
+ 'plugin_ppb_instance.cc',
+ 'plugin_ppb_memory.cc',
+ 'plugin_ppb_messaging.cc',
+ 'plugin_ppb_mouse_lock.cc',
+ 'plugin_ppb_pdf.cc',
+ 'plugin_ppb_scrollbar.cc',
+ 'plugin_ppb_tcp_socket_private.cc',
+ 'plugin_ppb_testing.cc',
+ 'plugin_ppb_udp_socket_private.cc',
+ 'plugin_ppb_url_loader.cc',
+ 'plugin_ppb_url_request_info.cc',
+ 'plugin_ppb_url_response_info.cc',
+ 'plugin_ppb_var.cc',
+ 'plugin_ppb_widget.cc',
+ 'plugin_ppb_zoom.cc',
+ 'plugin_ppp_find_rpc_server.cc',
+ 'plugin_ppp_input_event_rpc_server.cc',
+ 'plugin_ppp_instance_rpc_server.cc',
+ 'plugin_ppp_messaging_rpc_server.cc',
+ 'plugin_ppp_mouse_lock_rpc_server.cc',
+ 'plugin_ppp_printing_rpc_server.cc',
+ 'plugin_ppp_scrollbar_rpc_server.cc',
+ 'plugin_ppp_selection_rpc_server.cc',
+ 'plugin_ppp_widget_rpc_server.cc',
+ 'plugin_ppp_zoom_rpc_server.cc',
+ 'plugin_ppp_rpc_server.cc',
+ 'plugin_resource.cc',
+ 'plugin_resource_tracker.cc',
+ 'plugin_threading.cc',
+ 'plugin_upcall.cc',
+ 'proxy_var.cc',
+ 'proxy_var_cache.cc',
+ 'utility.cc',
+ # Autogenerated files
+ 'ppp_rpc_server.cc',
+ 'ppb_rpc_client.cc',
+ 'upcall_client.cc'
+ ],
+ },
+ },
+ ],
+}
Property changes on: ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy_untrusted.gyp
___________________________________________________________________
Added: svn:eol-style
+ LF
« no previous file with comments | « ppapi/native_client/src/shared/ppapi_proxy/ppapi_proxy.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698