diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-27 20:15:20 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-27 20:15:20 +0000 |
commit | 240e303843c2d97d0ef8ff15772058fd07354946 (patch) | |
tree | 90b3396baebe1b4ccf509bf196ce644347a95db2 /ppapi/ppapi_sources.gypi | |
parent | d07447904e35226451c7457000f4b720cd88223d (diff) | |
download | chromium_src-240e303843c2d97d0ef8ff15772058fd07354946.zip chromium_src-240e303843c2d97d0ef8ff15772058fd07354946.tar.gz chromium_src-240e303843c2d97d0ef8ff15772058fd07354946.tar.bz2 |
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
Diffstat (limited to 'ppapi/ppapi_sources.gypi')
-rw-r--r-- | ppapi/ppapi_sources.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
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', |