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

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

Issue 2733313002: Move display preference code from ash/display/ to ui/display/manager/. (Closed)
Patch Set: Rebase. Created 3 years, 9 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 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 "//third_party/zlib", 115 "//third_party/zlib",
116 "//ui/app_list", 116 "//ui/app_list",
117 "//ui/app_list/presenter:mojom", 117 "//ui/app_list/presenter:mojom",
118 "//ui/arc", 118 "//ui/arc",
119 "//ui/aura", 119 "//ui/aura",
120 "//ui/base", 120 "//ui/base",
121 "//ui/chromeos", 121 "//ui/chromeos",
122 "//ui/chromeos/events", 122 "//ui/chromeos/events",
123 "//ui/compositor", 123 "//ui/compositor",
124 "//ui/display", 124 "//ui/display",
125 "//ui/display/manager",
125 "//ui/events:dom_keycode_converter", 126 "//ui/events:dom_keycode_converter",
126 "//ui/events/devices", 127 "//ui/events/devices",
127 "//ui/events/platform", 128 "//ui/events/platform",
128 "//ui/file_manager", 129 "//ui/file_manager",
129 "//ui/keyboard:mojom", 130 "//ui/keyboard:mojom",
130 "//ui/message_center", 131 "//ui/message_center",
131 "//ui/surface", 132 "//ui/surface",
132 "//ui/views", 133 "//ui/views",
133 "//ui/views/controls/webview", 134 "//ui/views/controls/webview",
134 "//ui/web_dialogs", 135 "//ui/web_dialogs",
(...skipping 1662 matching lines...) Expand 10 before | Expand all | Expand 10 after
1797 "policy/proto/chrome_device_policy.proto", 1798 "policy/proto/chrome_device_policy.proto",
1798 "policy/proto/install_attributes.proto", 1799 "policy/proto/install_attributes.proto",
1799 ] 1800 ]
1800 } 1801 }
1801 1802
1802 proto_library("attestation_proto") { 1803 proto_library("attestation_proto") {
1803 sources = [ 1804 sources = [
1804 "attestation/attestation_key_payload.proto", 1805 "attestation/attestation_key_payload.proto",
1805 ] 1806 ]
1806 } 1807 }
OLDNEW
« no previous file with comments | « ash/display/json_converter_unittest.cc ('k') | chrome/browser/chromeos/display/display_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698