| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/config/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build_overrides/v8.gni") | 9 import("//build_overrides/v8.gni") |
| 10 import("//mojo/public/tools/bindings/mojom.gni") | 10 import("//mojo/public/tools/bindings/mojom.gni") |
| (...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 915 "//content/common/gpu/media/rendering_helper.cc", | 915 "//content/common/gpu/media/rendering_helper.cc", |
| 916 "//content/common/gpu/media/rendering_helper.h", | 916 "//content/common/gpu/media/rendering_helper.h", |
| 917 "//content/common/gpu/media/video_decode_accelerator_unittest.cc", | 917 "//content/common/gpu/media/video_decode_accelerator_unittest.cc", |
| 918 ] | 918 ] |
| 919 } | 919 } |
| 920 | 920 |
| 921 if (is_android) { | 921 if (is_android) { |
| 922 deps += [ | 922 deps += [ |
| 923 "//gpu:test_support", | 923 "//gpu:test_support", |
| 924 "//media/base/android", | 924 "//media/base/android", |
| 925 "//media/capture/video/android:media_java", | 925 "//media/base/android:media_java", |
| 926 "//testing/gmock", | 926 "//testing/gmock", |
| 927 "//ui/android:ui_java", | 927 "//ui/android:ui_java", |
| 928 ] | 928 ] |
| 929 } | 929 } |
| 930 } | 930 } |
| 931 } | 931 } |
| OLD | NEW |