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

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

Issue 941973003: New OOBE implementation skeleton using WUG toolkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: No explicit, gn format. Created 5 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("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//third_party/protobuf/proto_library.gni") 8 import("//third_party/protobuf/proto_library.gni")
9 9
10 gypi_values = exec_script("//build/gypi_to_gn.py", 10 gypi_values = exec_script("//build/gypi_to_gn.py",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 "//components/onc", 65 "//components/onc",
66 "//components/ownership", 66 "//components/ownership",
67 "//components/pairing", 67 "//components/pairing",
68 "//components/policy", 68 "//components/policy",
69 69
70 # This depends directly on the variations target, rather than just 70 # This depends directly on the variations target, rather than just
71 # transitively via the common target because the proto sources need to 71 # transitively via the common target because the proto sources need to
72 # be generated before code in this target can start building. 72 # be generated before code in this target can start building.
73 "//components/strings", 73 "//components/strings",
74 "//components/variations", 74 "//components/variations",
75 "//components/webui_generator",
75 "//content/public/browser", 76 "//content/public/browser",
76 "//content/public/common", 77 "//content/public/common",
77 "//crypto", 78 "//crypto",
78 "//dbus", 79 "//dbus",
79 "//device/bluetooth", 80 "//device/bluetooth",
80 "//device/hid", 81 "//device/hid",
81 "//media", 82 "//media",
82 "//net", 83 "//net",
83 "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin 84 "//ppapi/proxy:ipc", # For PpapiMsg_LoadPlugin
84 85
(...skipping 22 matching lines...) Expand all
107 "//ui/aura", 108 "//ui/aura",
108 "//ui/base", 109 "//ui/base",
109 "//ui/chromeos:ui_chromeos", 110 "//ui/chromeos:ui_chromeos",
110 "//ui/compositor", 111 "//ui/compositor",
111 "//ui/display", 112 "//ui/display",
112 "//ui/events/devices", 113 "//ui/events/devices",
113 "//ui/events/platform", 114 "//ui/events/platform",
114 "//ui/events:dom4_keycode_converter", 115 "//ui/events:dom4_keycode_converter",
115 "//ui/file_manager", 116 "//ui/file_manager",
116 "//ui/message_center", 117 "//ui/message_center",
118 "//ui/oobe:oobe",
119 "//ui/oobe:oobe_gen",
117 "//ui/surface", 120 "//ui/surface",
118 "//ui/views", 121 "//ui/views",
119 "//ui/views/controls/webview", 122 "//ui/views/controls/webview",
120 "//ui/web_dialogs", 123 "//ui/web_dialogs",
121 "//url", 124 "//url",
122 "//v8", 125 "//v8",
123 ":attestation_proto", 126 ":attestation_proto",
124 ":device_policy_proto", 127 ":device_policy_proto",
125 ":drive_proto", 128 ":drive_proto",
126 ] 129 ]
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
174 "policy/proto/install_attributes.proto", 177 "policy/proto/install_attributes.proto",
175 ] 178 ]
176 } 179 }
177 180
178 proto_library("attestation_proto") { 181 proto_library("attestation_proto") {
179 sources = [ 182 sources = [
180 "attestation/attestation_key_payload.proto", 183 "attestation/attestation_key_payload.proto",
181 "attestation/attestation_signed_data.proto", 184 "attestation/attestation_signed_data.proto",
182 ] 185 ]
183 } 186 }
OLDNEW
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/chromeos/login/ui/login_display_host_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698