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

Unified Diff: chrome/chrome_browser.gypi

Issue 7076014: [cros] Initial implementation for OOBE WebUI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: merge Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/oobe_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 990c747886f3bd0a594eb85a74a15e426ff919a9..9211d765a61d36750c63c8156d3e725168199cc3 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3305,6 +3305,8 @@
'browser/ui/webui/chromeos/imageburner_ui.h',
'browser/ui/webui/chromeos/keyboard_overlay_ui.cc',
'browser/ui/webui/chromeos/keyboard_overlay_ui.h',
+ 'browser/ui/webui/chromeos/login/oobe_ui.cc',
+ 'browser/ui/webui/chromeos/login/oobe_ui.h',
'browser/ui/webui/chromeos/login/login_ui.cc',
'browser/ui/webui/chromeos/login/login_ui.h',
'browser/ui/webui/chromeos/login/login_ui_helpers.cc',
@@ -3639,7 +3641,7 @@
['exclude', '^browser/ui/views/tab_contents/tab_contents_container_views.cc'],
['exclude', '^browser/ui/views/tab_contents/tab_contents_container_views.h'],
['exclude', '^browser/ui/views/tab_contents/tab_contents_view_touch.*'],
- ['exclude', '^browser/ui/webui/chromeos/login/'],
+ ['exclude', '^browser/ui/webui/chromeos/login/login*'],
['exclude', '^browser/ui/webui/keyboard_ui.*'],
],
}],
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/oobe_ui.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698