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': [ |
'../..', |