| 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/module_args/v8.gni") | 9 import("//build/module_args/v8.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 141 ] | 141 ] |
| 142 } | 142 } |
| 143 | 143 |
| 144 if (!is_android && !is_ios) { | 144 if (!is_android && !is_ios) { |
| 145 sources += [ | 145 sources += [ |
| 146 "../browser/compositor/test/no_transport_image_transport_factory.cc", | 146 "../browser/compositor/test/no_transport_image_transport_factory.cc", |
| 147 "../browser/compositor/test/no_transport_image_transport_factory.h", | 147 "../browser/compositor/test/no_transport_image_transport_factory.h", |
| 148 ] | 148 ] |
| 149 deps += [ | 149 deps += [ |
| 150 "//ui/compositor", | 150 "//ui/compositor", |
| 151 "//third_party/libvpx", | 151 "//third_party/libvpx_new", |
| 152 ] | 152 ] |
| 153 } | 153 } |
| 154 | 154 |
| 155 if (is_android) { | 155 if (is_android) { |
| 156 deps += [ | 156 deps += [ |
| 157 "//content/shell/android:copy_content_shell_assets", | 157 "//content/shell/android:copy_content_shell_assets", |
| 158 "//ui/android", | 158 "//ui/android", |
| 159 "//ui/shell_dialogs", | 159 "//ui/shell_dialogs", |
| 160 ] | 160 ] |
| 161 } | 161 } |
| (...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 "../browser/geolocation/network_location_provider_unittest.cc", | 651 "../browser/geolocation/network_location_provider_unittest.cc", |
| 652 "../browser/geolocation/wifi_data_provider_common_unittest.cc", | 652 "../browser/geolocation/wifi_data_provider_common_unittest.cc", |
| 653 "../browser/power_usage_monitor_impl_unittest.cc", | 653 "../browser/power_usage_monitor_impl_unittest.cc", |
| 654 "../browser/renderer_host/begin_frame_observer_proxy_unittest.cc", | 654 "../browser/renderer_host/begin_frame_observer_proxy_unittest.cc", |
| 655 "../browser/webui/url_data_manager_backend_unittest.cc", | 655 "../browser/webui/url_data_manager_backend_unittest.cc", |
| 656 ] | 656 ] |
| 657 deps -= [ "//device/battery" ] | 657 deps -= [ "//device/battery" ] |
| 658 deps += [ "//testing/android/native_test:native_test_native_code" ] | 658 deps += [ "//testing/android/native_test:native_test_native_code" ] |
| 659 } | 659 } |
| 660 if (!is_android && !is_ios) { | 660 if (!is_android && !is_ios) { |
| 661 deps += [ "//third_party/libvpx" ] | 661 deps += [ "//third_party/libvpx_new" ] |
| 662 } | 662 } |
| 663 | 663 |
| 664 if (use_aura) { | 664 if (use_aura) { |
| 665 deps += [ | 665 deps += [ |
| 666 "//ui/aura", | 666 "//ui/aura", |
| 667 "//ui/aura_extra", | 667 "//ui/aura_extra", |
| 668 "//ui/wm", | 668 "//ui/wm", |
| 669 ] | 669 ] |
| 670 } else { | 670 } else { |
| 671 sources -= [ | 671 sources -= [ |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 790 "//testing/gtest", | 790 "//testing/gtest", |
| 791 "//third_party/WebKit/public:blink", | 791 "//third_party/WebKit/public:blink", |
| 792 "//ui/base", | 792 "//ui/base", |
| 793 "//ui/gfx", | 793 "//ui/gfx", |
| 794 "//ui/gfx/geometry", | 794 "//ui/gfx/geometry", |
| 795 "//ui/gl", | 795 "//ui/gl", |
| 796 "//ui/gl:test_support", | 796 "//ui/gl:test_support", |
| 797 ] | 797 ] |
| 798 } | 798 } |
| 799 } | 799 } |
| OLD | NEW |