| 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/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
| 10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
| (...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1234 "chromeos/policy/fake_consumer_management_service.cc", | 1234 "chromeos/policy/fake_consumer_management_service.cc", |
| 1235 "chromeos/policy/fake_consumer_management_service.h", | 1235 "chromeos/policy/fake_consumer_management_service.h", |
| 1236 "chromeos/policy/fake_device_cloud_policy_initializer.cc", | 1236 "chromeos/policy/fake_device_cloud_policy_initializer.cc", |
| 1237 "chromeos/policy/fake_device_cloud_policy_initializer.h", | 1237 "chromeos/policy/fake_device_cloud_policy_initializer.h", |
| 1238 "chromeos/policy/fake_device_cloud_policy_manager.cc", | 1238 "chromeos/policy/fake_device_cloud_policy_manager.cc", |
| 1239 "chromeos/policy/fake_device_cloud_policy_manager.h", | 1239 "chromeos/policy/fake_device_cloud_policy_manager.h", |
| 1240 "chromeos/policy/stub_enterprise_install_attributes.cc", | 1240 "chromeos/policy/stub_enterprise_install_attributes.cc", |
| 1241 "chromeos/policy/stub_enterprise_install_attributes.h", | 1241 "chromeos/policy/stub_enterprise_install_attributes.h", |
| 1242 "chromeos/settings/device_settings_test_helper.cc", | 1242 "chromeos/settings/device_settings_test_helper.cc", |
| 1243 "chromeos/settings/device_settings_test_helper.h", | 1243 "chromeos/settings/device_settings_test_helper.h", |
| 1244 "chromeos/system/fake_input_device_settings.cc", | |
| 1245 "chromeos/system/fake_input_device_settings.h", | |
| 1246 ] | 1244 ] |
| 1247 configs += [ "//build/config/linux/dbus" ] | 1245 configs += [ "//build/config/linux/dbus" ] |
| 1248 deps += [ "//chromeos:test_support" ] | 1246 deps += [ "//chromeos:test_support" ] |
| 1249 } | 1247 } |
| 1250 | 1248 |
| 1251 if (enable_configuration_policy) { | 1249 if (enable_configuration_policy) { |
| 1252 sources += [ | 1250 sources += [ |
| 1253 "policy/test/local_policy_test_server.cc", | 1251 "policy/test/local_policy_test_server.cc", |
| 1254 "policy/test/local_policy_test_server.h", | 1252 "policy/test/local_policy_test_server.h", |
| 1255 ] | 1253 ] |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1369 # linking all of the test support. | 1367 # linking all of the test support. |
| 1370 static_library("pepper_cdm_test_constants") { | 1368 static_library("pepper_cdm_test_constants") { |
| 1371 testonly = true | 1369 testonly = true |
| 1372 visibility = [ "//chrome/*" ] | 1370 visibility = [ "//chrome/*" ] |
| 1373 sources = [ | 1371 sources = [ |
| 1374 "media/pepper_cdm_test_constants.cc", | 1372 "media/pepper_cdm_test_constants.cc", |
| 1375 "media/pepper_cdm_test_constants.h", | 1373 "media/pepper_cdm_test_constants.h", |
| 1376 ] | 1374 ] |
| 1377 } | 1375 } |
| 1378 } | 1376 } |
| OLD | NEW |