| 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("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
| 10 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1230 "chromeos/policy/fake_consumer_management_service.cc", | 1230 "chromeos/policy/fake_consumer_management_service.cc", |
| 1231 "chromeos/policy/fake_consumer_management_service.h", | 1231 "chromeos/policy/fake_consumer_management_service.h", |
| 1232 "chromeos/policy/fake_device_cloud_policy_initializer.cc", | 1232 "chromeos/policy/fake_device_cloud_policy_initializer.cc", |
| 1233 "chromeos/policy/fake_device_cloud_policy_initializer.h", | 1233 "chromeos/policy/fake_device_cloud_policy_initializer.h", |
| 1234 "chromeos/policy/fake_device_cloud_policy_manager.cc", | 1234 "chromeos/policy/fake_device_cloud_policy_manager.cc", |
| 1235 "chromeos/policy/fake_device_cloud_policy_manager.h", | 1235 "chromeos/policy/fake_device_cloud_policy_manager.h", |
| 1236 "chromeos/policy/stub_enterprise_install_attributes.cc", | 1236 "chromeos/policy/stub_enterprise_install_attributes.cc", |
| 1237 "chromeos/policy/stub_enterprise_install_attributes.h", | 1237 "chromeos/policy/stub_enterprise_install_attributes.h", |
| 1238 "chromeos/settings/device_settings_test_helper.cc", | 1238 "chromeos/settings/device_settings_test_helper.cc", |
| 1239 "chromeos/settings/device_settings_test_helper.h", | 1239 "chromeos/settings/device_settings_test_helper.h", |
| 1240 "chromeos/system/fake_input_device_settings.cc", | |
| 1241 "chromeos/system/fake_input_device_settings.h", | |
| 1242 ] | 1240 ] |
| 1243 configs += [ "//build/config/linux/dbus" ] | 1241 configs += [ "//build/config/linux/dbus" ] |
| 1244 deps += [ "//chromeos:test_support" ] | 1242 deps += [ "//chromeos:test_support" ] |
| 1245 } | 1243 } |
| 1246 | 1244 |
| 1247 if (enable_configuration_policy) { | 1245 if (enable_configuration_policy) { |
| 1248 sources += [ | 1246 sources += [ |
| 1249 "policy/test/local_policy_test_server.cc", | 1247 "policy/test/local_policy_test_server.cc", |
| 1250 "policy/test/local_policy_test_server.h", | 1248 "policy/test/local_policy_test_server.h", |
| 1251 ] | 1249 ] |
| (...skipping 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1365 # linking all of the test support. | 1363 # linking all of the test support. |
| 1366 source_set("pepper_cdm_test_constants") { | 1364 source_set("pepper_cdm_test_constants") { |
| 1367 testonly = true | 1365 testonly = true |
| 1368 visibility = [ "//chrome/*" ] | 1366 visibility = [ "//chrome/*" ] |
| 1369 sources = [ | 1367 sources = [ |
| 1370 "media/pepper_cdm_test_constants.cc", | 1368 "media/pepper_cdm_test_constants.cc", |
| 1371 "media/pepper_cdm_test_constants.h", | 1369 "media/pepper_cdm_test_constants.h", |
| 1372 ] | 1370 ] |
| 1373 } | 1371 } |
| 1374 } | 1372 } |
| OLD | NEW |