| 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 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 652 "../browser/chromeos/login/test/oobe_base_test.cc", | 652 "../browser/chromeos/login/test/oobe_base_test.cc", |
| 653 "../browser/chromeos/login/test/oobe_base_test.h", | 653 "../browser/chromeos/login/test/oobe_base_test.h", |
| 654 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest
.cc", | 654 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_browsertest
.cc", |
| 655 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.
cc", | 655 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.
cc", |
| 656 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.
h", | 656 "../browser/chromeos/login/users/wallpaper/wallpaper_manager_test_utils.
h", |
| 657 "../browser/notifications/login_state_notification_blocker_chromeos_brow
sertest.cc", | 657 "../browser/notifications/login_state_notification_blocker_chromeos_brow
sertest.cc", |
| 658 "data/chromeos/service_login.html", | 658 "data/chromeos/service_login.html", |
| 659 ] | 659 ] |
| 660 deps += [ | 660 deps += [ |
| 661 "//ash/resources", | 661 "//ash/resources", |
| 662 "//chrome/browser/media/router:test_support", |
| 662 "//chromeos", | 663 "//chromeos", |
| 663 ] | 664 ] |
| 664 | 665 |
| 665 data += [ | 666 data += [ |
| 666 "//chrome/browser/chromeos/login/test/https_forwarder.py", | 667 "//chrome/browser/chromeos/login/test/https_forwarder.py", |
| 667 "//google_apis/test/", | 668 "//google_apis/test/", |
| 668 "$root_out_dir/resources/chromeos/", | 669 "$root_out_dir/resources/chromeos/", |
| 669 ] | 670 ] |
| 670 | 671 |
| 671 data_deps += [ "//ui/keyboard:resources" ] | 672 data_deps += [ "//ui/keyboard:resources" ] |
| (...skipping 4463 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5135 } | 5136 } |
| 5136 | 5137 |
| 5137 if (is_win) { | 5138 if (is_win) { |
| 5138 loadable_module("conflicts_dll") { | 5139 loadable_module("conflicts_dll") { |
| 5139 testonly = true | 5140 testonly = true |
| 5140 sources = [ | 5141 sources = [ |
| 5141 "conflicts/conflicts_dll.cc", | 5142 "conflicts/conflicts_dll.cc", |
| 5142 ] | 5143 ] |
| 5143 } | 5144 } |
| 5144 } | 5145 } |
| OLD | NEW |