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