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

Unified Diff: ppapi/thunk/BUILD.gn

Issue 877553008: Land prep work to enable NaCl in the Linux x64 GN builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: yet more feedback 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/shared_impl/BUILD.gn ('k') | third_party/harfbuzz-ng/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/thunk/BUILD.gn
diff --git a/ppapi/thunk/BUILD.gn b/ppapi/thunk/BUILD.gn
index 43128cc16163204fc38dbdd2f684ae9886de2aea..eef06a26758bf05fc568c6b7ac11b577bea2db35 100644
--- a/ppapi/thunk/BUILD.gn
+++ b/ppapi/thunk/BUILD.gn
@@ -120,7 +120,6 @@ source_set("thunk") {
"ppb_var_array_thunk.cc",
"ppb_var_dictionary_thunk.cc",
"ppb_video_capture_api.h",
- "ppb_video_capture_thunk.cc",
"ppb_video_decoder_api.h",
"ppb_video_decoder_dev_api.h",
"ppb_video_decoder_thunk.cc",
@@ -169,6 +168,7 @@ source_set("thunk") {
"ppb_scrollbar_thunk.cc",
"ppb_talk_private_thunk.cc",
"ppb_url_util_thunk.cc",
+ "ppb_video_capture_thunk.cc",
"ppb_video_decoder_dev_thunk.cc",
]
}
« no previous file with comments | « ppapi/shared_impl/BUILD.gn ('k') | third_party/harfbuzz-ng/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698