| 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/crypto.gni") | 5 import("//build/config/crypto.gni") | 
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") | 
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") | 
| 8 import("//components/nacl/nacl_defines.gni") | 8 import("//components/nacl/nacl_defines.gni") | 
| 9 | 9 | 
| 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 
| (...skipping 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1039       "chromeos/settings/device_settings_test_helper.h", | 1039       "chromeos/settings/device_settings_test_helper.h", | 
| 1040       "chromeos/system/fake_input_device_settings.cc", | 1040       "chromeos/system/fake_input_device_settings.cc", | 
| 1041       "chromeos/system/fake_input_device_settings.h", | 1041       "chromeos/system/fake_input_device_settings.h", | 
| 1042     ] | 1042     ] | 
| 1043     configs += [ "//build/config/linux:dbus" ] | 1043     configs += [ "//build/config/linux:dbus" ] | 
| 1044     deps += [ "//chromeos:test_support" ] | 1044     deps += [ "//chromeos:test_support" ] | 
| 1045   } | 1045   } | 
| 1046 | 1046 | 
| 1047   if (enable_configuration_policy) { | 1047   if (enable_configuration_policy) { | 
| 1048     sources += [ | 1048     sources += [ | 
|  | 1049       "policy/remote_commands/testing_remote_commands_server.cc", | 
|  | 1050       "policy/remote_commands/testing_remote_commands_server.h", | 
| 1049       "policy/test/local_policy_test_server.cc", | 1051       "policy/test/local_policy_test_server.cc", | 
| 1050       "policy/test/local_policy_test_server.h", | 1052       "policy/test/local_policy_test_server.h", | 
| 1051     ] | 1053     ] | 
| 1052     public_deps += [ | 1054     public_deps += [ | 
| 1053       "//components/policy:policy_component_test_support", | 1055       "//components/policy:policy_component_test_support", | 
| 1054       "//components/policy:test_support", | 1056       "//components/policy:test_support", | 
| 1055     ] | 1057     ] | 
| 1056   } | 1058   } | 
| 1057 | 1059 | 
| 1058   if (safe_browsing_mode == 1) { | 1060   if (safe_browsing_mode == 1) { | 
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 1112     ] | 1114     ] | 
| 1113   } | 1115   } | 
| 1114 | 1116 | 
| 1115   if (enable_wifi_bootstrapping) { | 1117   if (enable_wifi_bootstrapping) { | 
| 1116     sources += [ | 1118     sources += [ | 
| 1117       "local_discovery/wifi/mock_wifi_manager.cc", | 1119       "local_discovery/wifi/mock_wifi_manager.cc", | 
| 1118       "local_discovery/wifi/mock_wifi_manager.h", | 1120       "local_discovery/wifi/mock_wifi_manager.h", | 
| 1119     ] | 1121     ] | 
| 1120   } | 1122   } | 
| 1121 } | 1123 } | 
| OLD | NEW | 
|---|