From 240e303843c2d97d0ef8ff15772058fd07354946 Mon Sep 17 00:00:00 2001 From: "brettw@chromium.org" Date: Tue, 27 May 2014 20:15:20 +0000 Subject: Add ppapi, improve Windows GN build. This adds ppapi-related targets except the tests to the GN build. Did some minor tweaks to the .gypi ppapi lists. Some files were duplicated between the trusted and common lists which causes errors in GN (it doesn't uniquify the lists like GYP). Common is used in every place trusted is, so I just removed the duplicates from the trusted list. Fixed some warnings in skia and tcmalloc. Added the ability to undefine NOMINMAX on Windows. Fixed some src/ui Windows compilation issues. BUG= R=scottmg@chromium.org Review URL: https://codereview.chromium.org/305513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273016 0039d316-1c4b-4281-b951-d872f2087c98 --- ppapi/ppapi_sources.gypi | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ppapi/ppapi_sources.gypi') diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi index 9675a4d..5fc57da 100644 --- a/ppapi/ppapi_sources.gypi +++ b/ppapi/ppapi_sources.gypi @@ -539,10 +539,8 @@ 'tests/test_browser_font.h', 'tests/test_buffer.cc', 'tests/test_buffer.h', - 'tests/test_c_includes.c', 'tests/test_char_set.cc', 'tests/test_char_set.h', - 'tests/test_cpp_includes.cc', 'tests/test_crypto.cc', 'tests/test_crypto.h', 'tests/test_flash.cc', @@ -563,14 +561,12 @@ 'tests/test_pdf.h', 'tests/test_platform_verification_private.cc', 'tests/test_platform_verification_private.h', - 'tests/test_struct_sizes.c', 'tests/test_talk_private.cc', 'tests/test_talk_private.h', 'tests/test_tcp_socket_private_trusted.cc', 'tests/test_tcp_socket_private_trusted.h', 'tests/test_url_util.cc', 'tests/test_url_util.h', - 'tests/test_utils.cc', 'tests/test_utils.h', 'tests/test_video_decoder_dev.cc', 'tests/test_video_decoder_dev.h', -- cgit v1.1