Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(665)

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2006083002: Use fake Input Device Settings with chrome://device-emulator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@DevicePageTestsFixes
Patch Set: make dependent on a11y fix Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698