| 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 649 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest
.cc", | 660 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest
.cc", |
| 661 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.
cc", | 661 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.
cc", |
| 662 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.
h", | 662 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.
h", |
| 663 "../browser/notifications/login_state_notification_blocker_chromeos_brow
sertest.cc", | 663 "../browser/notifications/login_state_notification_blocker_chromeos_brow
sertest.cc", |
| 664 "data/chromeos/service_login.html", | 664 "data/chromeos/service_login.html", |
| 665 ] | 665 ] |
| 666 deps += [ | 666 deps += [ |
| 667 "//ash/resources", | 667 "//ash/resources", |
| 668 "//chrome/browser/media/router:test_support", | 668 "//chrome/browser/media/router:test_support", |
| 669 "//chromeos", | 669 "//chromeos", |
| 670 "//mojo/edk/system", |
| 671 "//ui/app_list/presenter:test_support", |
| 670 ] | 672 ] |
| 671 | 673 |
| 672 data += [ | 674 data += [ |
| 673 "//chrome/browser/chromeos/login/test/https_forwarder.py", | 675 "//chrome/browser/chromeos/login/test/https_forwarder.py", |
| 674 "//google_apis/test/", | 676 "//google_apis/test/", |
| 675 "$root_out_dir/resources/chromeos/", | 677 "$root_out_dir/resources/chromeos/", |
| 676 ] | 678 ] |
| 677 | 679 |
| 678 data_deps += [ "//ui/keyboard:resources" ] | 680 data_deps += [ "//ui/keyboard:resources" ] |
| 679 | 681 |
| (...skipping 4420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5100 } | 5102 } |
| 5101 | 5103 |
| 5102 if (is_win) { | 5104 if (is_win) { |
| 5103 loadable_module("conflicts_dll") { | 5105 loadable_module("conflicts_dll") { |
| 5104 testonly = true | 5106 testonly = true |
| 5105 sources = [ | 5107 sources = [ |
| 5106 "conflicts/conflicts_dll.cc", | 5108 "conflicts/conflicts_dll.cc", |
| 5107 ] | 5109 ] |
| 5108 } | 5110 } |
| 5109 } | 5111 } |
| OLD | NEW |