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

Side by Side Diff: chrome/chrome_browser_chromeos.gypi

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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'variables': { 7 'variables': {
8 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'browser_chromeos_sources': [ 9 'browser_chromeos_sources': [
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test s
(...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 'browser/chromeos/status/network_menu.h', 1019 'browser/chromeos/status/network_menu.h',
1020 'browser/chromeos/system/automatic_reboot_manager.cc', 1020 'browser/chromeos/system/automatic_reboot_manager.cc',
1021 'browser/chromeos/system/automatic_reboot_manager.h', 1021 'browser/chromeos/system/automatic_reboot_manager.h',
1022 'browser/chromeos/system/automatic_reboot_manager_observer.h', 1022 'browser/chromeos/system/automatic_reboot_manager_observer.h',
1023 'browser/chromeos/system/device_change_handler.cc', 1023 'browser/chromeos/system/device_change_handler.cc',
1024 'browser/chromeos/system/device_change_handler.h', 1024 'browser/chromeos/system/device_change_handler.h',
1025 'browser/chromeos/system/device_disabling_manager.cc', 1025 'browser/chromeos/system/device_disabling_manager.cc',
1026 'browser/chromeos/system/device_disabling_manager.h', 1026 'browser/chromeos/system/device_disabling_manager.h',
1027 'browser/chromeos/system/device_disabling_manager_default_delegate.cc', 1027 'browser/chromeos/system/device_disabling_manager_default_delegate.cc',
1028 'browser/chromeos/system/device_disabling_manager_default_delegate.h', 1028 'browser/chromeos/system/device_disabling_manager_default_delegate.h',
1029 'browser/chromeos/system/fake_input_device_settings.cc',
1030 'browser/chromeos/system/fake_input_device_settings.h',
1029 'browser/chromeos/system/input_device_settings.cc', 1031 'browser/chromeos/system/input_device_settings.cc',
1030 'browser/chromeos/system/input_device_settings.h', 1032 'browser/chromeos/system/input_device_settings.h',
1031 'browser/chromeos/system/input_device_settings_impl_ozone.cc', 1033 'browser/chromeos/system/input_device_settings_impl_ozone.cc',
1032 'browser/chromeos/system/input_device_settings_impl_x11.cc', 1034 'browser/chromeos/system/input_device_settings_impl_x11.cc',
1033 'browser/chromeos/system/pointer_device_observer.cc', 1035 'browser/chromeos/system/pointer_device_observer.cc',
1034 'browser/chromeos/system/pointer_device_observer.h', 1036 'browser/chromeos/system/pointer_device_observer.h',
1035 'browser/chromeos/system/system_clock.cc', 1037 'browser/chromeos/system/system_clock.cc',
1036 'browser/chromeos/system/system_clock.h', 1038 'browser/chromeos/system/system_clock.h',
1037 'browser/chromeos/system/system_clock_observer.cc', 1039 'browser/chromeos/system/system_clock_observer.cc',
1038 'browser/chromeos/system/system_clock_observer.h', 1040 'browser/chromeos/system/system_clock_observer.h',
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
1384 'browser/chromeos/attestation/attestation_signed_data.proto', 1386 'browser/chromeos/attestation/attestation_signed_data.proto',
1385 ], 1387 ],
1386 'variables': { 1388 'variables': {
1387 'proto_in_dir': 'browser/chromeos/attestation', 1389 'proto_in_dir': 'browser/chromeos/attestation',
1388 'proto_out_dir': 'chrome/browser/chromeos/attestation', 1390 'proto_out_dir': 'chrome/browser/chromeos/attestation',
1389 }, 1391 },
1390 'includes': [ '../build/protoc.gypi' ] 1392 'includes': [ '../build/protoc.gypi' ]
1391 }, 1393 },
1392 ], 1394 ],
1393 } 1395 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/chromeos/emulator/device_emulator_ui.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698