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

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

Issue 2865003003: Put OOBE UI on touch display if no keyboard detected (Closed)
Patch Set: Add TODO and link to bug Created 3 years, 7 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/chromeos/login/ui/login_display_host_impl.cc » ('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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 1756 matching lines...) Expand 10 before | Expand all | Expand 10 after
1767 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is 1767 # BrowserWithTestWindowTest::SetUp() for a comment explaining why this is
1768 # broken. 1768 # broken.
1769 "../../common/extensions/api/file_browser_handlers/file_browser_handler_mani fest_unittest.cc", 1769 "../../common/extensions/api/file_browser_handlers/file_browser_handler_mani fest_unittest.cc",
1770 "../../common/extensions/api/file_system_provider/file_system_provider_handl er_unittest.cc", 1770 "../../common/extensions/api/file_system_provider/file_system_provider_handl er_unittest.cc",
1771 "../ui/views/frame/immersive_mode_controller_ash_unittest.cc", 1771 "../ui/views/frame/immersive_mode_controller_ash_unittest.cc",
1772 "../ui/views/intent_picker_bubble_view_unittest.cc", 1772 "../ui/views/intent_picker_bubble_view_unittest.cc",
1773 "../ui/views/select_file_dialog_extension_unittest.cc", 1773 "../ui/views/select_file_dialog_extension_unittest.cc",
1774 "../ui/webui/chromeos/login/l10n_util_test_util.cc", 1774 "../ui/webui/chromeos/login/l10n_util_test_util.cc",
1775 "../ui/webui/chromeos/login/l10n_util_test_util.h", 1775 "../ui/webui/chromeos/login/l10n_util_test_util.h",
1776 "../ui/webui/chromeos/login/l10n_util_unittest.cc", 1776 "../ui/webui/chromeos/login/l10n_util_unittest.cc",
1777 "../ui/webui/chromeos/login/oobe_display_chooser_unittest.cc",
1777 "../ui/webui/chromeos/login/signin_userlist_unittest.cc", 1778 "../ui/webui/chromeos/login/signin_userlist_unittest.cc",
1778 "../ui/webui/options/chromeos/cros_language_options_handler_unittest.cc", 1779 "../ui/webui/options/chromeos/cros_language_options_handler_unittest.cc",
1779 "../ui/webui/settings/chromeos/easy_unlock_settings_handler_unittest.cc", 1780 "../ui/webui/settings/chromeos/easy_unlock_settings_handler_unittest.cc",
1780 "//components/drive/change_list_loader_unittest.cc", 1781 "//components/drive/change_list_loader_unittest.cc",
1781 "//components/drive/change_list_processor_unittest.cc", 1782 "//components/drive/change_list_processor_unittest.cc",
1782 "//components/drive/chromeos/file_cache_unittest.cc", 1783 "//components/drive/chromeos/file_cache_unittest.cc",
1783 "//components/drive/directory_loader_unittest.cc", 1784 "//components/drive/directory_loader_unittest.cc",
1784 "//components/drive/fake_file_system_unittest.cc", 1785 "//components/drive/fake_file_system_unittest.cc",
1785 "//components/drive/file_change_unittest.cc", 1786 "//components/drive/file_change_unittest.cc",
1786 "//components/drive/file_system/copy_operation_unittest.cc", 1787 "//components/drive/file_system/copy_operation_unittest.cc",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
1853 "policy/proto/chrome_device_policy.proto", 1854 "policy/proto/chrome_device_policy.proto",
1854 "policy/proto/install_attributes.proto", 1855 "policy/proto/install_attributes.proto",
1855 ] 1856 ]
1856 } 1857 }
1857 1858
1858 proto_library("attestation_proto") { 1859 proto_library("attestation_proto") {
1859 sources = [ 1860 sources = [
1860 "attestation/attestation_key_payload.proto", 1861 "attestation/attestation_key_payload.proto",
1861 ] 1862 ]
1862 } 1863 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/ui/login_display_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698