Chromium Code Reviews| Index: athena/athena.gyp |
| diff --git a/athena/athena.gyp b/athena/athena.gyp |
| index e3bddc3eccffeb97c02003b22bf13590140fde33..140f1b9c493596bcac8d36493d7541d14d9ea59a 100644 |
| --- a/athena/athena.gyp |
| +++ b/athena/athena.gyp |
| @@ -81,6 +81,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', |
| @@ -186,6 +187,7 @@ |
| 'type': 'static_library', |
| 'dependencies': [ |
| '../components/components.gyp:component_metrics_proto', |
| + '../chrome/chrome.gyp:browser_chromeos', |
| '../chrome/chrome.gyp:browser_extensions', |
| '../components/components.gyp:omnibox', |
| ], |
| @@ -202,6 +204,7 @@ |
| 'extensions/chrome/chrome_search_controller_factory.cc', |
| 'extensions/chrome/chrome_search_controller_factory.h', |
| 'extensions/chrome/extensions_delegate_impl.cc', |
| + 'screen_lock/chrome/screen_lock_manager_impl.cc', |
| ], |
| }, |
| { |
| @@ -213,6 +216,9 @@ |
| '../extensions/shell/app_shell.gyp:app_shell_lib', |
| '../skia/skia.gyp:skia', |
| ], |
| + 'defines': [ |
| + 'ATHENA_IMPLEMENTATION', |
|
Dmitry Polukhin
2014/10/14 11:20:34
I had to add this because of error during athena_m
Jun Mukai
2014/10/14 18:27:25
I see. However, I personally prefer not to have t
oshima
2014/10/14 19:05:15
Oh, that is because you have header file in compon
Dmitry Polukhin
2014/10/15 10:14:26
I did it and surprisingly it works. I thought that
Dmitry Polukhin
2014/10/15 12:08:53
Ooops... I was wrong I forgot to add 'use_athena=1
|
| + ], |
| 'sources': [ |
| 'content/shell/dialogs.cc', |
| 'content/shell/media_utils.cc', |
| @@ -229,6 +235,7 @@ |
| 'extensions/shell/shell_search_controller_factory.h', |
| 'extensions/shell/url_search_provider.cc', |
| 'extensions/shell/url_search_provider.h', |
| + 'screen_lock/shell/lock_manager_stub.cc', |
| ], |
| }, |
| { |