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

Side by Side Diff: content/test/BUILD.gn

Issue 1734613003: Move libvpx_new to libvpx (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase 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 unified diff | Download patch
« no previous file with comments | « content/renderer/pepper/video_encoder_shim.cc ('k') | media/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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
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 }
OLDNEW
« no previous file with comments | « content/renderer/pepper/video_encoder_shim.cc ('k') | media/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698