| 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("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 # chrome_extensions_interactive_uitests target for more. | 811 # chrome_extensions_interactive_uitests target for more. |
| 812 deps += [ "//extensions:chrome_extensions_interactive_uitests" ] | 812 deps += [ "//extensions:chrome_extensions_interactive_uitests" ] |
| 813 } | 813 } |
| 814 | 814 |
| 815 if (use_ash) { | 815 if (use_ash) { |
| 816 sources += [ | 816 sources += [ |
| 817 "../browser/ui/ash/app_list/app_list_interactive_uitest.cc", | 817 "../browser/ui/ash/app_list/app_list_interactive_uitest.cc", |
| 818 "../browser/ui/views/ash/tab_scrubber_browsertest.cc", | 818 "../browser/ui/views/ash/tab_scrubber_browsertest.cc", |
| 819 "../browser/ui/window_sizer/window_sizer_ash_uitest.cc", | 819 "../browser/ui/window_sizer/window_sizer_ash_uitest.cc", |
| 820 "//ash/drag_drop/drag_drop_interactive_uitest.cc", | 820 "//ash/drag_drop/drag_drop_interactive_uitest.cc", |
| 821 "//ash/wm/ash_native_cursor_manager_interactive_uitest.cc", | 821 "//ash/wm/native_cursor_manager_ash_interactive_uitest.cc", |
| 822 ] | 822 ] |
| 823 sources -= [ | 823 sources -= [ |
| 824 # Use only the _chromeos version on Ash / Chrome OS. | 824 # Use only the _chromeos version on Ash / Chrome OS. |
| 825 "base/view_event_test_platform_part_default.cc", | 825 "base/view_event_test_platform_part_default.cc", |
| 826 ] | 826 ] |
| 827 deps += [ "//ash/test:interactive_ui_test_support" ] | 827 deps += [ "//ash/test:interactive_ui_test_support" ] |
| 828 } | 828 } |
| 829 | 829 |
| 830 if (is_android) { | 830 if (is_android) { |
| 831 sources -= [ | 831 sources -= [ |
| (...skipping 4319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5151 } | 5151 } |
| 5152 | 5152 |
| 5153 if (is_win) { | 5153 if (is_win) { |
| 5154 loadable_module("conflicts_dll") { | 5154 loadable_module("conflicts_dll") { |
| 5155 testonly = true | 5155 testonly = true |
| 5156 sources = [ | 5156 sources = [ |
| 5157 "conflicts/conflicts_dll.cc", | 5157 "conflicts/conflicts_dll.cc", |
| 5158 ] | 5158 ] |
| 5159 } | 5159 } |
| 5160 } | 5160 } |
| OLD | NEW |