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

Unified Diff: ppapi/proxy/BUILD.gn

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_tests.gypi ('k') | ppapi/shared_impl/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/proxy/BUILD.gn
diff --git a/ppapi/proxy/BUILD.gn b/ppapi/proxy/BUILD.gn
index 4e638cc58613f24634cc056dcf90b1037a80c7e6..adda1930e76ade50637780482e8e77b048e7e591 100644
--- a/ppapi/proxy/BUILD.gn
+++ b/ppapi/proxy/BUILD.gn
@@ -98,8 +98,8 @@ component("proxy") {
"plugin_var_tracker.h",
"ppapi_command_buffer_proxy.cc",
"ppapi_command_buffer_proxy.h",
- "ppapi_messages.h",
"ppapi_message_utils.h",
+ "ppapi_messages.h",
"ppb_audio_proxy.cc",
"ppb_audio_proxy.h",
"ppb_core_proxy.cc",
@@ -250,14 +250,14 @@ component("proxy") {
"ppp_instance_private_proxy.h",
"ppp_video_decoder_proxy.cc",
"ppp_video_decoder_proxy.h",
- "video_decoder_resource.cc",
- "video_decoder_resource.h",
- "video_encoder_resource.cc",
- "video_encoder_resource.h",
"talk_resource.cc",
"talk_resource.h",
"video_capture_resource.cc",
"video_capture_resource.h",
+ "video_decoder_resource.cc",
+ "video_decoder_resource.h",
+ "video_encoder_resource.cc",
+ "video_encoder_resource.h",
]
}
« no previous file with comments | « ppapi/ppapi_tests.gypi ('k') | ppapi/shared_impl/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698