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

Unified Diff: webrtc/modules/media_file/BUILD.gn

Issue 1417683006: modules: more interface -> include renames (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix last incorrectly wrapped pragma message Created 5 years, 1 month 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 | « webrtc/modules/interface/module_common_types.h ('k') | webrtc/modules/media_file/include/media_file.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/modules/media_file/BUILD.gn
diff --git a/webrtc/modules/media_file/BUILD.gn b/webrtc/modules/media_file/BUILD.gn
index 05cfb4e55563a1a6ec0248d85e3af76da109deeb..70abb51f4d046ba2219a65115fcaac372901c8f1 100644
--- a/webrtc/modules/media_file/BUILD.gn
+++ b/webrtc/modules/media_file/BUILD.gn
@@ -14,8 +14,8 @@ config("media_file_config") {
source_set("media_file") {
sources = [
- "interface/media_file.h",
- "interface/media_file_defines.h",
+ "include/media_file.h",
+ "include/media_file_defines.h",
"source/media_file_impl.cc",
"source/media_file_impl.h",
"source/media_file_utility.cc",
« no previous file with comments | « webrtc/modules/interface/module_common_types.h ('k') | webrtc/modules/media_file/include/media_file.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698