| 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 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 918 "//content/common/gpu/media/rendering_helper.h", | 918 "//content/common/gpu/media/rendering_helper.h", |
| 919 "//content/common/gpu/media/video_decode_accelerator_unittest.cc", | 919 "//content/common/gpu/media/video_decode_accelerator_unittest.cc", |
| 920 ] | 920 ] |
| 921 } | 921 } |
| 922 | 922 |
| 923 if (is_android) { | 923 if (is_android) { |
| 924 deps += [ | 924 deps += [ |
| 925 "//gpu:test_support", | 925 "//gpu:test_support", |
| 926 "//media/base/android", | 926 "//media/base/android", |
| 927 "//media/base/android:media_java", | 927 "//media/base/android:media_java", |
| 928 "//media/capture/video/android:capture_java", |
| 928 "//testing/gmock", | 929 "//testing/gmock", |
| 929 "//ui/android:ui_java", | 930 "//ui/android:ui_java", |
| 930 ] | 931 ] |
| 931 } | 932 } |
| 932 } | 933 } |
| 933 } | 934 } |
| OLD | NEW |