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

Unified Diff: athena/main/athena_main.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
Index: athena/main/athena_main.gyp
diff --git a/athena/main/athena_main.gyp b/athena/main/athena_main.gyp
index 9dd5afea455da122e89b5a6f934ab0b35cd08de0..5b0365f2d92ee6d96a0f41967fe413977c627883 100644
--- a/athena/main/athena_main.gyp
+++ b/athena/main/athena_main.gyp
@@ -62,8 +62,12 @@
'include_dirs': [
'../..',
],
+ 'defines': [
+ 'ATHENA_IMPLEMENTATION',
+ ],
'sources': [
'athena_main.cc',
+ 'lock_manager_stub.cc',
],
}
], # targets

Powered by Google App Engine
This is Rietveld 408576698