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

Unified Diff: ppapi/ppapi_sources.gypi

Issue 930753002: Sort GYP and GN files under ppapi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_sources.gypi
diff --git a/ppapi/ppapi_sources.gypi b/ppapi/ppapi_sources.gypi
index ffd2e45455a926466cb66d9aab60806cf1dd0928..5560ab98bccc0d576d897a5da4c7dbfd69cae957 100644
--- a/ppapi/ppapi_sources.gypi
+++ b/ppapi/ppapi_sources.gypi
@@ -125,9 +125,9 @@
'c/private/ppb_pdf.h',
'c/private/ppb_platform_verification_private.h',
'c/private/ppb_proxy_private.h',
- 'c/private/ppb_testing_private.h',
'c/private/ppb_tcp_server_socket_private.h',
'c/private/ppb_tcp_socket_private.h',
+ 'c/private/ppb_testing_private.h',
'c/private/ppb_udp_socket_private.h',
'c/private/ppb_uma_private.h',
'c/private/ppb_video_destination_private.h',
@@ -302,8 +302,8 @@
'cpp/dev/zoom_dev.h',
# Deprecated interfaces.
- 'cpp/dev/scriptable_object_deprecated.h',
'cpp/dev/scriptable_object_deprecated.cc',
+ 'cpp/dev/scriptable_object_deprecated.h',
# Private interfaces.
'cpp/private/content_decryptor_private.cc',
@@ -394,9 +394,9 @@
#
'test_common_source_files': [
# Common test files
- 'lib/gl/gles2/gles2.c',
'lib/gl/gles2/gl2ext_ppapi.c',
'lib/gl/gles2/gl2ext_ppapi.h',
+ 'lib/gl/gles2/gles2.c',
'tests/all_c_includes.h',
'tests/all_cpp_includes.h',
'tests/arch_dependent_sizes_32.h',
« no previous file with comments | « ppapi/ppapi_shared.gypi ('k') | ppapi/ppapi_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698