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

Unified Diff: services/media/framework_ffmpeg/BUILD.gn

Issue 1822333002: Motown: wholesale clang-format (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: dalesat Created 4 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 | « services/media/framework_create/demux.cc ('k') | services/media/framework_ffmpeg/av_codec_context.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/media/framework_ffmpeg/BUILD.gn
diff --git a/services/media/framework_ffmpeg/BUILD.gn b/services/media/framework_ffmpeg/BUILD.gn
index b06aa6155c93d3b9d658c078731d4407a7885721..c6372f6cafc3701e80eaffe63a45471aa7a15a68 100644
--- a/services/media/framework_ffmpeg/BUILD.gn
+++ b/services/media/framework_ffmpeg/BUILD.gn
@@ -1,6 +1,6 @@
-# Copyright 2016 The Chromium Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
+#Copyright 2016 The Chromium Authors.All rights reserved.
+#Use of this source code is governed by a BSD - style license that can be
+#found in the LICENSE file.
import("//build/module_args/mojo.gni")
import("$mojo_sdk_root/mojo/public/mojo_sdk.gni")
@@ -12,7 +12,7 @@ config("default_include_dirs") {
"//third_party/ffmpeg",
]
- # TODO(dalesat): Why is this needed?
+ #TODO(dalesat) : Why is this needed ?
if (is_android) {
include_dirs +=
[ "//third_party/ffmpeg/chromium/config/Chromium/android/arm" ]
« no previous file with comments | « services/media/framework_create/demux.cc ('k') | services/media/framework_ffmpeg/av_codec_context.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698