| 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 1986 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1997 | 1997 |
| 1998 if (use_ash) { | 1998 if (use_ash) { |
| 1999 sources += [ | 1999 sources += [ |
| 2000 "../browser/ui/ash/accelerator_commands_browsertest.cc", | 2000 "../browser/ui/ash/accelerator_commands_browsertest.cc", |
| 2001 "../browser/ui/ash/accelerator_controller_browsertest.cc", | 2001 "../browser/ui/ash/accelerator_controller_browsertest.cc", |
| 2002 "../browser/ui/ash/app_list/app_list_controller_ash_browsertest.cc", | 2002 "../browser/ui/ash/app_list/app_list_controller_ash_browsertest.cc", |
| 2003 "../browser/ui/ash/chrome_new_window_client_browsertest.cc", | 2003 "../browser/ui/ash/chrome_new_window_client_browsertest.cc", |
| 2004 "../browser/ui/ash/keyboard_controller_browsertest.cc", | 2004 "../browser/ui/ash/keyboard_controller_browsertest.cc", |
| 2005 "../browser/ui/ash/keyboard_end_to_end_browsertest.cc", | 2005 "../browser/ui/ash/keyboard_end_to_end_browsertest.cc", |
| 2006 "../browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc", | 2006 "../browser/ui/ash/launcher/chrome_launcher_controller_browsertest.cc", |
| 2007 "../browser/ui/ash/launcher/launcher_favicon_loader_browsertest.cc", | |
| 2008 "../browser/ui/ash/multi_user/multi_user_window_manager_test.cc", | 2007 "../browser/ui/ash/multi_user/multi_user_window_manager_test.cc", |
| 2009 "../browser/ui/ash/multi_user/multi_user_window_manager_test.h", | 2008 "../browser/ui/ash/multi_user/multi_user_window_manager_test.h", |
| 2010 "../browser/ui/ash/networking_config_delegate_chromeos_browsertest.cc", | 2009 "../browser/ui/ash/networking_config_delegate_chromeos_browsertest.cc", |
| 2011 "../browser/ui/ash/shelf_browsertest.cc", | 2010 "../browser/ui/ash/shelf_browsertest.cc", |
| 2012 "../browser/ui/ash/system_tray_client_browsertest.cc", | 2011 "../browser/ui/ash/system_tray_client_browsertest.cc", |
| 2013 "../browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc
", | 2012 "../browser/ui/ash/system_tray_delegate_chromeos_browsertest_chromeos.cc
", |
| 2014 "../browser/ui/ash/system_tray_tray_cast_browsertest_media_router_chrome
os.cc", | 2013 "../browser/ui/ash/system_tray_tray_cast_browsertest_media_router_chrome
os.cc", |
| 2015 "../browser/ui/ash/volume_controller_browsertest.cc", | 2014 "../browser/ui/ash/volume_controller_browsertest.cc", |
| 2016 "../browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest
.cc", | 2015 "../browser/ui/views/frame/browser_non_client_frame_view_ash_browsertest
.cc", |
| 2017 ] | 2016 ] |
| (...skipping 3107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5125 } | 5124 } |
| 5126 | 5125 |
| 5127 if (is_win) { | 5126 if (is_win) { |
| 5128 loadable_module("conflicts_dll") { | 5127 loadable_module("conflicts_dll") { |
| 5129 testonly = true | 5128 testonly = true |
| 5130 sources = [ | 5129 sources = [ |
| 5131 "conflicts/conflicts_dll.cc", | 5130 "conflicts/conflicts_dll.cc", |
| 5132 ] | 5131 ] |
| 5133 } | 5132 } |
| 5134 } | 5133 } |
| OLD | NEW |