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

Unified Diff: ppapi/proxy/BUILD.gn

Issue 1034553002: Fixing debug GN build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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_proxy.gypi ('k') | no next file » | 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 0997fe4e6a5a89ccad3a565b4619cd884dc21e06..e21d347db67c97d217d75c5d5f060ba57802ed2e 100644
--- a/ppapi/proxy/BUILD.gn
+++ b/ppapi/proxy/BUILD.gn
@@ -114,8 +114,6 @@ component("proxy") {
"ppb_message_loop_proxy.h",
"ppb_testing_proxy.cc",
"ppb_testing_proxy.h",
- "ppb_var_deprecated_proxy.cc",
- "ppb_var_deprecated_proxy.h",
"ppb_x509_certificate_private_proxy.cc",
"ppb_x509_certificate_private_proxy.h",
"ppp_class_proxy.cc",
@@ -246,6 +244,8 @@ component("proxy") {
"ppb_buffer_proxy.h",
"ppb_flash_message_loop_proxy.cc",
"ppb_flash_message_loop_proxy.h",
+ "ppb_var_deprecated_proxy.cc",
+ "ppb_var_deprecated_proxy.h",
"ppb_video_decoder_proxy.cc",
"ppb_video_decoder_proxy.h",
"ppp_content_decryptor_private_proxy.cc",
« no previous file with comments | « ppapi/ppapi_proxy.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698