| 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 3781 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3792 "$root_out_dir/test_data/chrome/renderer/resources/extensions/", | 3792 "$root_out_dir/test_data/chrome/renderer/resources/extensions/", |
| 3793 "$root_out_dir/test_data/ui/webui/", | 3793 "$root_out_dir/test_data/ui/webui/", |
| 3794 ] | 3794 ] |
| 3795 } | 3795 } |
| 3796 | 3796 |
| 3797 if (is_linux || is_win) { | 3797 if (is_linux || is_win) { |
| 3798 sources += [ "../browser/webshare/share_service_impl_unittest.cc" ] | 3798 sources += [ "../browser/webshare/share_service_impl_unittest.cc" ] |
| 3799 } | 3799 } |
| 3800 | 3800 |
| 3801 if (is_chromeos) { | 3801 if (is_chromeos) { |
| 3802 sources += |
| 3803 [ "../browser/component_updater/cros_component_installer_unittest.cc" ] |
| 3802 sources -= [ "../browser/signin/chrome_signin_status_metrics_provider_delega
te_unittest.cc" ] | 3804 sources -= [ "../browser/signin/chrome_signin_status_metrics_provider_delega
te_unittest.cc" ] |
| 3803 } | 3805 } |
| 3804 if (enable_background) { | 3806 if (enable_background) { |
| 3805 sources += [ | 3807 sources += [ |
| 3806 "../browser/background/background_application_list_model_unittest.cc", | 3808 "../browser/background/background_application_list_model_unittest.cc", |
| 3807 "../browser/background/background_contents_service_unittest.cc", | 3809 "../browser/background/background_contents_service_unittest.cc", |
| 3808 "../browser/background/background_mode_manager_unittest.cc", | 3810 "../browser/background/background_mode_manager_unittest.cc", |
| 3809 "../browser/background/background_mode_optimizer_unittest.cc", | 3811 "../browser/background/background_mode_optimizer_unittest.cc", |
| 3810 ] | 3812 ] |
| 3811 } | 3813 } |
| (...skipping 1377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5189 } | 5191 } |
| 5190 | 5192 |
| 5191 if (is_win) { | 5193 if (is_win) { |
| 5192 loadable_module("conflicts_dll") { | 5194 loadable_module("conflicts_dll") { |
| 5193 testonly = true | 5195 testonly = true |
| 5194 sources = [ | 5196 sources = [ |
| 5195 "conflicts/conflicts_dll.cc", | 5197 "conflicts/conflicts_dll.cc", |
| 5196 ] | 5198 ] |
| 5197 } | 5199 } |
| 5198 } | 5200 } |
| OLD | NEW |