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

Unified Diff: athena/main/athena_main.gyp

Issue 382683002: Add basic support of URL/search query to Athena home card. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « athena/main/DEPS ('k') | athena/main/url_search_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_main.gyp
diff --git a/athena/main/athena_main.gyp b/athena/main/athena_main.gyp
index a6b512e6e28f4f1f6409736e79a676f99c09c2a4..e3d0c695817da7ad846cbde78f9360aa2d960cb9 100644
--- a/athena/main/athena_main.gyp
+++ b/athena/main/athena_main.gyp
@@ -17,6 +17,17 @@
'../../apps/shell/app_shell.gyp:app_shell_lib',
'../../ash/ash_resources.gyp:ash_resources',
'../../chromeos/chromeos.gyp:power_manager_proto',
+ '../../components/components.gyp:autocomplete',
+ # autocomplete_test_support is used to initialize AutocompleteInput.
+ # TODO(mukai): create Athena's class of scheme classifier.
+ '../../components/components.gyp:autocomplete_test_support',
hashimoto 2014/07/10 03:14:27 Why don't you create a simple scheme classifier wh
Jun Mukai 2014/07/10 17:59:54 Done.
+ '../../components/components.gyp:component_metrics_proto',
+ '../../components/components.gyp:history_core_browser',
+ # infobars_test_support is required to declare some symbols used in the
+ # search_engines and its dependencies.
+ # TODO(mukai): declare those symbols for Athena.
+ '../../components/components.gyp:infobars_test_support',
hashimoto 2014/07/10 03:14:27 Please add a URL to the bug http://crbug.com/38617
Jun Mukai 2014/07/10 17:59:54 Done.
+ '../../components/components.gyp:search_engines',
'../../skia/skia.gyp:skia',
'../../ui/accessibility/accessibility.gyp:ax_gen',
'../../ui/app_list/app_list.gyp:app_list',
« no previous file with comments | « athena/main/DEPS ('k') | athena/main/url_search_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698