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

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: fixed crash 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..de9c95de28b03e712b8445153514c7533e732d7e 100644
--- a/athena/main/athena_main.gyp
+++ b/athena/main/athena_main.gyp
@@ -51,6 +51,19 @@
],
},
{
+ 'target_name': 'athena_main_stub_lib',
+ 'type': 'static_library',
+ 'defines': [
+ 'ATHENA_IMPLEMENTATION',
+ ],
+ 'include_dirs': [
+ '../..',
+ ],
+ 'sources': [
+ 'lock_manager_stub.cc',
Jun Mukai 2014/10/13 18:20:24 Usually this kind of file should be in athena/scre
oshima 2014/10/13 18:52:20 +1
Dmitry Polukhin 2014/10/14 11:20:33 Done.
+ ],
+ },
+ {
'target_name': 'athena_main',
'type': 'executable',
'dependencies': [
@@ -58,6 +71,7 @@
'../athena.gyp:athena_app_shell_lib',
'../resources/athena_resources.gyp:athena_pak',
'athena_main_lib',
+ 'athena_main_stub_lib',
],
'include_dirs': [
'../..',

Powered by Google App Engine
This is Rietveld 408576698