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

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 941973003: New OOBE implementation skeleton using WUG toolkit. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Builds with gn using is_component_build=false. Created 5 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_browser_chromeos.gypi
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi
index 90748ac217798d856687ef1de054585406ad96b2..b9640d33cddd55e0e8158c583f22d839a7ed5928 100644
--- a/chrome/chrome_browser_chromeos.gypi
+++ b/chrome/chrome_browser_chromeos.gypi
@@ -709,6 +709,8 @@
'browser/chromeos/net/wake_on_wifi_manager.h',
'browser/chromeos/offline/offline_load_page.cc',
'browser/chromeos/offline/offline_load_page.h',
+ 'browser/chromeos/oobe/oobe.cc',
+ 'browser/chromeos/oobe/oobe.h',
'browser/chromeos/options/cert_library.cc',
'browser/chromeos/options/cert_library.h',
'browser/chromeos/options/network_config_view.cc',
@@ -1157,6 +1159,7 @@
'../ui/events/platform/events_platform.gyp:events_platform',
'../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
'../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
+ '../ui/oobe/oobe_ui.gyp:oobe_ui',
'../ui/resources/ui_resources.gyp:ui_resources',
'../ui/strings/ui_strings.gyp:ui_strings',
'../ui/surface/surface.gyp:surface',

Powered by Google App Engine
This is Rietveld 408576698