| 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 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1236 "chromeos/policy/fake_device_cloud_policy_initializer.h", | 1236 "chromeos/policy/fake_device_cloud_policy_initializer.h", |
| 1237 "chromeos/policy/fake_device_cloud_policy_manager.cc", | 1237 "chromeos/policy/fake_device_cloud_policy_manager.cc", |
| 1238 "chromeos/policy/fake_device_cloud_policy_manager.h", | 1238 "chromeos/policy/fake_device_cloud_policy_manager.h", |
| 1239 "chromeos/policy/stub_enterprise_install_attributes.cc", | 1239 "chromeos/policy/stub_enterprise_install_attributes.cc", |
| 1240 "chromeos/policy/stub_enterprise_install_attributes.h", | 1240 "chromeos/policy/stub_enterprise_install_attributes.h", |
| 1241 "chromeos/settings/device_settings_test_helper.cc", | 1241 "chromeos/settings/device_settings_test_helper.cc", |
| 1242 "chromeos/settings/device_settings_test_helper.h", | 1242 "chromeos/settings/device_settings_test_helper.h", |
| 1243 "chromeos/system/fake_input_device_settings.cc", | 1243 "chromeos/system/fake_input_device_settings.cc", |
| 1244 "chromeos/system/fake_input_device_settings.h", | 1244 "chromeos/system/fake_input_device_settings.h", |
| 1245 ] | 1245 ] |
| 1246 sources -= [ |
| 1247 "download/test_download_shelf.cc", |
| 1248 "download/test_download_shelf.h", |
| 1249 ] |
| 1246 configs += [ "//build/config/linux:dbus" ] | 1250 configs += [ "//build/config/linux:dbus" ] |
| 1247 deps += [ "//chromeos:test_support" ] | 1251 deps += [ "//chromeos:test_support" ] |
| 1248 } | 1252 } |
| 1249 | 1253 |
| 1250 if (enable_configuration_policy) { | 1254 if (enable_configuration_policy) { |
| 1251 sources += [ | 1255 sources += [ |
| 1252 "policy/test/local_policy_test_server.cc", | 1256 "policy/test/local_policy_test_server.cc", |
| 1253 "policy/test/local_policy_test_server.h", | 1257 "policy/test/local_policy_test_server.h", |
| 1254 ] | 1258 ] |
| 1255 public_deps += [ | 1259 public_deps += [ |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1343 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") | 1347 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") |
| 1344 deps = [ | 1348 deps = [ |
| 1345 "//components/google/core/browser", | 1349 "//components/google/core/browser", |
| 1346 "//components/omnibox/browser", | 1350 "//components/omnibox/browser", |
| 1347 "//components/rlz", | 1351 "//components/rlz", |
| 1348 "//components/search_engines", | 1352 "//components/search_engines", |
| 1349 "//rlz:rlz_lib", | 1353 "//rlz:rlz_lib", |
| 1350 ] | 1354 ] |
| 1351 } | 1355 } |
| 1352 } | 1356 } |
| OLD | NEW |