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

Unified Diff: chrome/chrome_browser_ui.gypi

Issue 11412291: Creating a skeleton for Google Now for Chrome implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: More sky's notes. Created 8 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 | « chrome/browser/ui/google_now/google_now_service_factory.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser_ui.gypi
diff --git a/chrome/chrome_browser_ui.gypi b/chrome/chrome_browser_ui.gypi
index fd5ba06d79cebc78a79570a579433cf4052f88bb..575dff3f21442b4926fabef75c4d595008f3c448 100644
--- a/chrome/chrome_browser_ui.gypi
+++ b/chrome/chrome_browser_ui.gypi
@@ -2175,6 +2175,14 @@
'browser/ui/views/sync/one_click_signin_bubble_view.h',
]
}],
+ ['enable_google_now==1', {
sky 2012/12/07 16:39:06 See comment on line 67. In general we list all fil
vadimt 2012/12/07 23:26:01 Done.
+ 'sources': [
+ 'browser/ui/google_now/google_now_service.cc',
+ 'browser/ui/google_now/google_now_service.h',
+ 'browser/ui/google_now/google_now_service_factory.cc',
+ 'browser/ui/google_now/google_now_service_factory.h',
+ ],
+ }],
['enable_task_manager==0', {
'sources/': [
['exclude', '^browser/ui/webui/task_manager/'],
« no previous file with comments | « chrome/browser/ui/google_now/google_now_service_factory.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698