| 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 539 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 550 "../browser/ui/views/omnibox/omnibox_view_views_browsertest.cc", | 550 "../browser/ui/views/omnibox/omnibox_view_views_browsertest.cc", |
| 551 "../browser/ui/views/passwords/manage_passwords_bubble_view_interactiv
e_uitest.cc", | 551 "../browser/ui/views/passwords/manage_passwords_bubble_view_interactiv
e_uitest.cc", |
| 552 "../browser/ui/views/passwords/manage_passwords_icon_view_interactive_
uitest.cc", | 552 "../browser/ui/views/passwords/manage_passwords_icon_view_interactive_
uitest.cc", |
| 553 "../browser/ui/views/ssl_client_certificate_selector_browsertest.cc", | 553 "../browser/ui/views/ssl_client_certificate_selector_browsertest.cc", |
| 554 "../browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc", | 554 "../browser/ui/views/tabs/tab_drag_controller_interactive_uitest.cc", |
| 555 "../browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h", | 555 "../browser/ui/views/tabs/tab_drag_controller_interactive_uitest.h", |
| 556 "../browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
", | 556 "../browser/ui/views/toolbar/toolbar_action_view_interactive_uitest.cc
", |
| 557 "../browser/ui/views/toolbar/toolbar_button_interactive_uitest.cc", | 557 "../browser/ui/views/toolbar/toolbar_button_interactive_uitest.cc", |
| 558 "../browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc", | 558 "../browser/ui/views/toolbar/toolbar_view_interactive_uitest.cc", |
| 559 "../browser/ui/views/translate/translate_bubble_test_utils_views.cc", | 559 "../browser/ui/views/translate/translate_bubble_test_utils_views.cc", |
| 560 "../browser/ui/views/website_settings/website_settings_popup_view_inte
ractive_uitest.cc", |
| 560 "base/interactive_test_utils_views.cc", | 561 "base/interactive_test_utils_views.cc", |
| 561 ] | 562 ] |
| 562 } | 563 } |
| 563 if (is_linux) { | 564 if (is_linux) { |
| 564 if (!is_chromeos) { | 565 if (!is_chromeos) { |
| 565 # Desktop linux. | 566 # Desktop linux. |
| 566 sources -= [ | 567 sources -= [ |
| 567 # TODO(port): This times out. Attempts have been made to fix the | 568 # TODO(port): This times out. Attempts have been made to fix the |
| 568 # individual failures, but each time I disable a test from these | 569 # individual failures, but each time I disable a test from these |
| 569 # suites, it seems like one or another starts timing out too. | 570 # suites, it seems like one or another starts timing out too. |
| (...skipping 4451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5021 "touch_hud", | 5022 "touch_hud", |
| 5022 "ui", | 5023 "ui", |
| 5023 ] | 5024 ] |
| 5024 | 5025 |
| 5025 if (is_linux && !is_android) { | 5026 if (is_linux && !is_android) { |
| 5026 deps += [ "//components/font_service:manifest" ] | 5027 deps += [ "//components/font_service:manifest" ] |
| 5027 packaged_services += [ "font_service" ] | 5028 packaged_services += [ "font_service" ] |
| 5028 } | 5029 } |
| 5029 } | 5030 } |
| 5030 } | 5031 } |
| OLD | NEW |