| 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" ]
|
|
|