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

Unified Diff: athena/athena.gyp

Issue 584263002: Use ChromeAutocompleteSchemeClassifier for Athena on Chrome. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 6 years, 3 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 | « no previous file | athena/content/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/athena.gyp
diff --git a/athena/athena.gyp b/athena/athena.gyp
index 946fda2b46f274c712b713397801077b8335bbdf..e8ca5b497ec34579044dd27c1e59813ea0e2c151 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -126,7 +126,9 @@
'dependencies': [
'athena_lib',
'../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '../components/components.gyp:component_metrics_proto',
'../components/components.gyp:native_app_window',
+ '../components/components.gyp:omnibox',
'../components/components.gyp:renderer_context_menu',
'../components/components.gyp:web_modal',
'../extensions/extensions.gyp:extensions_browser',
@@ -154,6 +156,7 @@
'content/public/app_registry.h',
'content/public/content_activity_factory_creator.h',
'content/public/dialogs.h',
+ 'content/public/scheme_classifier_factory.h',
'content/public/web_contents_view_delegate_creator.h',
'content/render_view_context_menu_impl.cc',
'content/render_view_context_menu_impl.h',
@@ -178,11 +181,14 @@
'target_name': 'athena_chrome_lib',
'type': 'static_library',
'dependencies': [
+ '../components/components.gyp:component_metrics_proto',
'../chrome/chrome.gyp:browser_extensions',
+ '../components/components.gyp:omnibox',
],
'sources': [
'content/chrome/content_activity_factory.cc',
'content/chrome/dialogs.cc',
+ 'content/chrome/scheme_classifier_factory.cc',
'extensions/chrome/athena_chrome_app_delegate.cc',
'extensions/chrome/athena_chrome_app_delegate.h',
'extensions/chrome/athena_chrome_app_window_client.cc',
@@ -194,12 +200,15 @@
'target_name': 'athena_app_shell_lib',
'type': 'static_library',
'dependencies': [
+ '../components/components.gyp:component_metrics_proto',
+ '../components/components.gyp:omnibox',
'../extensions/shell/app_shell.gyp:app_shell_lib',
'../skia/skia.gyp:skia',
],
'sources': [
'content/shell/content_activity_factory.cc',
'content/shell/dialogs.cc',
+ 'content/shell/scheme_classifier_factory.cc',
'content/shell/shell_app_activity.cc',
'content/shell/shell_app_activity.h',
'extensions/shell/extensions_delegate_impl.cc',
« no previous file with comments | « no previous file | athena/content/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698