| 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/compiler/compiler.gni") | 6 import("//build/config/compiler/compiler.gni") |
| 7 import("//build/config/crypto.gni") | 7 import("//build/config/crypto.gni") |
| 8 import("//build/config/features.gni") | 8 import("//build/config/features.gni") |
| 9 import("//build/config/ui.gni") | 9 import("//build/config/ui.gni") |
| 10 import("//build_overrides/v8.gni") | 10 import("//build_overrides/v8.gni") |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 152 if (use_aura) { | 152 if (use_aura) { |
| 153 deps += [ | 153 deps += [ |
| 154 "//ui/aura:test_support", | 154 "//ui/aura:test_support", |
| 155 "//ui/resources:ui_test_pak", | 155 "//ui/resources:ui_test_pak", |
| 156 "//ui/wm", | 156 "//ui/wm", |
| 157 ] | 157 ] |
| 158 } | 158 } |
| 159 | 159 |
| 160 if (use_aura || is_mac) { | 160 if (use_aura || is_mac) { |
| 161 deps += [ | 161 deps += [ |
| 162 "//third_party/libvpx_new", | 162 "//third_party/libvpx", |
| 163 "//ui/compositor", | 163 "//ui/compositor", |
| 164 ] | 164 ] |
| 165 | 165 |
| 166 sources += [ | 166 sources += [ |
| 167 "../browser/compositor/test/no_transport_image_transport_factory.cc", | 167 "../browser/compositor/test/no_transport_image_transport_factory.cc", |
| 168 "../browser/compositor/test/no_transport_image_transport_factory.h", | 168 "../browser/compositor/test/no_transport_image_transport_factory.h", |
| 169 ] | 169 ] |
| 170 } | 170 } |
| 171 | 171 |
| 172 if (use_ozone) { | 172 if (use_ozone) { |
| (...skipping 580 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 753 | 753 |
| 754 deps += [ | 754 deps += [ |
| 755 "//base:base_java_unittest_support", | 755 "//base:base_java_unittest_support", |
| 756 "//content/public/android:content_java", | 756 "//content/public/android:content_java", |
| 757 "//v8:v8_external_startup_data_assets", | 757 "//v8:v8_external_startup_data_assets", |
| 758 ] | 758 ] |
| 759 | 759 |
| 760 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ] | 760 defines += [ "APPCACHE_USE_SIMPLE_CACHE" ] |
| 761 } | 761 } |
| 762 if (!is_android && !is_ios) { | 762 if (!is_android && !is_ios) { |
| 763 deps += [ "//third_party/libvpx_new" ] | 763 deps += [ "//third_party/libvpx" ] |
| 764 } | 764 } |
| 765 | 765 |
| 766 if (use_aura) { | 766 if (use_aura) { |
| 767 deps += [ | 767 deps += [ |
| 768 "//ui/aura", | 768 "//ui/aura", |
| 769 "//ui/aura_extra", | 769 "//ui/aura_extra", |
| 770 "//ui/wm", | 770 "//ui/wm", |
| 771 ] | 771 ] |
| 772 } else { | 772 } else { |
| 773 sources -= [ | 773 sources -= [ |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 927 "//gpu:test_support", | 927 "//gpu:test_support", |
| 928 "//media/base/android", | 928 "//media/base/android", |
| 929 "//media/base/android:media_java", | 929 "//media/base/android:media_java", |
| 930 "//media/capture/video/android:capture_java", | 930 "//media/capture/video/android:capture_java", |
| 931 "//testing/gmock", | 931 "//testing/gmock", |
| 932 "//ui/android:ui_java", | 932 "//ui/android:ui_java", |
| 933 ] | 933 ] |
| 934 } | 934 } |
| 935 } | 935 } |
| 936 } | 936 } |
| OLD | NEW |