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

Unified Diff: media/capture/ipc/BUILD.gn

Issue 2415703002: Move files video_capture*.* from media/base to media/capture (Closed)
Patch Set: rebase Created 4 years, 2 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 | « media/capture/content/thread_safe_capture_oracle.cc ('k') | media/capture/ipc/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/capture/ipc/BUILD.gn
diff --git a/media/base/ipc/BUILD.gn b/media/capture/ipc/BUILD.gn
similarity index 78%
copy from media/base/ipc/BUILD.gn
copy to media/capture/ipc/BUILD.gn
index d665e2ba43aab66902d0d15ed85e83a1f9f2ab39..fb5592e0eddbcbd4e5067e01d99763bc87baf059 100644
--- a/media/base/ipc/BUILD.gn
+++ b/media/capture/ipc/BUILD.gn
@@ -4,9 +4,9 @@
source_set("ipc") {
sources = [
- "media_param_traits.cc",
- "media_param_traits.h",
- "media_param_traits_macros.h",
+ "capture_param_traits.cc",
+ "capture_param_traits.h",
+ "capture_param_traits_macros.h",
]
public_deps = [
« no previous file with comments | « media/capture/content/thread_safe_capture_oracle.cc ('k') | media/capture/ipc/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698