Chromium Code Reviews| 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 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2004 "../browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc", | 2004 "../browser/ui/views/location_bar/zoom_bubble_view_browsertest.cc", |
| 2005 "../browser/ui/views/media_router/media_router_ui_browsertest.cc", | 2005 "../browser/ui/views/media_router/media_router_ui_browsertest.cc", |
| 2006 "../browser/ui/views/passwords/password_dialog_view_browsertest.cc", | 2006 "../browser/ui/views/passwords/password_dialog_view_browsertest.cc", |
| 2007 "../browser/ui/views/session_crashed_bubble_view_browsertest.cc", | 2007 "../browser/ui/views/session_crashed_bubble_view_browsertest.cc", |
| 2008 "../browser/ui/views/task_manager_view_browsertest.cc", | 2008 "../browser/ui/views/task_manager_view_browsertest.cc", |
| 2009 "../browser/ui/views/toolbar/browser_actions_container_browsertest.cc" , | 2009 "../browser/ui/views/toolbar/browser_actions_container_browsertest.cc" , |
| 2010 "../browser/ui/views/translate/translate_bubble_view_browsertest.cc", | 2010 "../browser/ui/views/translate/translate_bubble_view_browsertest.cc", |
| 2011 "../browser/ui/views/web_dialog_view_browsertest.cc", | 2011 "../browser/ui/views/web_dialog_view_browsertest.cc", |
| 2012 ] | 2012 ] |
| 2013 } | 2013 } |
| 2014 if (!is_chromeos) { | |
| 2015 sources += [ "../browser/ui/views/profiles/force_signout_dialog_browsert est.cc" ] | |
|
sky
2017/05/04 03:45:12
Are you sure you want this for mac too?
zmin
2017/05/04 23:13:53
I thought toolkit_view modal dialog has been suppo
| |
| 2016 } | |
| 2014 } | 2017 } |
| 2015 | 2018 |
| 2016 if (is_linux && !is_component_build) { | 2019 if (is_linux && !is_component_build) { |
| 2017 # Set rpath to find the CDM adapter even in a non-component build. | 2020 # Set rpath to find the CDM adapter even in a non-component build. |
| 2018 configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ] | 2021 configs += [ "//build/config/gcc:rpath_for_built_shared_libraries" ] |
| 2019 } | 2022 } |
| 2020 | 2023 |
| 2021 if (is_chromeos) { | 2024 if (is_chromeos) { |
| 2022 sources += [ | 2025 sources += [ |
| 2023 "../browser/apps/custom_launcher_page_browsertest_views.cc", | 2026 "../browser/apps/custom_launcher_page_browsertest_views.cc", |
| (...skipping 2993 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5017 } | 5020 } |
| 5018 | 5021 |
| 5019 if (is_win) { | 5022 if (is_win) { |
| 5020 loadable_module("conflicts_dll") { | 5023 loadable_module("conflicts_dll") { |
| 5021 testonly = true | 5024 testonly = true |
| 5022 sources = [ | 5025 sources = [ |
| 5023 "conflicts/conflicts_dll.cc", | 5026 "conflicts/conflicts_dll.cc", |
| 5024 ] | 5027 ] |
| 5025 } | 5028 } |
| 5026 } | 5029 } |
| OLD | NEW |