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

Unified Diff: athena/athena.gyp

Issue 620663005: Lock screen for Chrome-Athena (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: set athena::FillLayoutManager for lock screen Created 6 years, 2 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/main/DEPS » ('j') | athena/screen_lock/chrome/DEPS » ('J')
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 8453bcbb381ebeb02ff299d29ed2313a718ca4a6..ae8d16bac1bf0ad2bb83e289e2a7ca1931cb258f 100644
--- a/athena/athena.gyp
+++ b/athena/athena.gyp
@@ -80,6 +80,7 @@
'screen/screen_accelerator_handler.cc',
'screen/screen_accelerator_handler.h',
'screen/screen_manager_impl.cc',
+ 'screen_lock/public/screen_lock_manager.h',
'system/background_controller.cc',
'system/background_controller.h',
'system/network_selector.cc',
@@ -185,9 +186,13 @@
'type': 'static_library',
'dependencies': [
'../components/components.gyp:component_metrics_proto',
+ '../chrome/chrome.gyp:browser_chromeos',
'../chrome/chrome.gyp:browser_extensions',
'../components/components.gyp:omnibox',
],
+ 'defines': [
+ 'ATHENA_IMPLEMENTATION',
+ ],
'sources': [
'content/chrome/dialogs.cc',
'content/chrome/media_utils.cc',
@@ -198,6 +203,7 @@
'extensions/chrome/athena_chrome_app_window_client.cc',
'extensions/chrome/athena_chrome_app_window_client.h',
'extensions/chrome/extensions_delegate_impl.cc',
+ 'screen_lock/chrome/screen_lock_manager_impl.cc',
],
},
{
« no previous file with comments | « no previous file | athena/main/DEPS » ('j') | athena/screen_lock/chrome/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698