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

Unified Diff: chrome/chrome_browser.gypi

Issue 5969007: Fix DOMUI login gyp issues. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 years 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 | « no previous file | chrome/chrome_tests.gypi » ('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 2ea69f98a32b9c2133fe76811d5dd9663f3bb799..d403c46da2e89ca419a1a969fa5ccf13204290d2 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -3520,10 +3520,6 @@
['chromeos==0', {
'sources/': [
['exclude', '^browser/chromeos'],
- ['exclude', 'browser/chromeos/dom_ui/login/authenticator_facade_cros.cc'],
- ['exclude', 'browser/chromeos/dom_ui/login/authenticator_facade_cros.h'],
- ['exclude', 'browser/chromeos/dom_ui/login/authenticator_facade_cros_helpers.cc'],
- ['exclude', 'browser/chromeos/dom_ui/login/authenticator_facade_cros_helpers.h'],
['exclude', 'browser/dom_ui/chrome_about_ui.cc'],
['exclude', 'browser/dom_ui/filebrowse_ui.cc'],
['exclude', 'browser/dom_ui/mediaplayer_ui.cc'],
@@ -3575,15 +3571,6 @@
}],
['touchui==1', {
'sources/': [
- ['include', 'browser/chromeos/dom_ui/login/authenticator_facade.h'],
- ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_cros.cc'],
- ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_cros.h'],
- ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_stub.cc'],
- ['include', 'browser/chromeos/dom_ui/login/authenticator_facade_stub.h'],
- ['include', 'browser/chromeos/dom_ui/login/login_ui.cc'],
- ['include', 'browser/chromeos/dom_ui/login/login_ui.h'],
- ['include', 'browser/chromeos/dom_ui/login/login_ui_helpers.cc'],
- ['include', 'browser/chromeos/dom_ui/login/login_ui_helpers.h'],
['include', '^browser/ui/touch/*'],
['exclude', '^browser/chromeos/frame/browser_non_client_frame_view_factory_chromeos.cc'],
['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'],
@@ -3595,6 +3582,11 @@
['exclude', '^browser/views/tab_contents/tab_contents_view_gtk.h'],
],
}],
+ ['touchui==1 and chromeos==1', {
+ 'sources/': [
+ ['include', '^browser/chromeos/dom_ui/login/'],
sadrul 2010/12/22 20:10:18 I don't think this block is necessary? (The login
+ ],
+ }],
['OS=="linux"', {
'dependencies': [
'../build/linux/system.gyp:dbus-glib',
« no previous file with comments | « no previous file | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698