Chromium Code Reviews| Index: athena/athena.gyp |
| diff --git a/athena/athena.gyp b/athena/athena.gyp |
| index 8453bcbb381ebeb02ff299d29ed2313a718ca4a6..2a9cc48f0cb49354d97ea93d90c3fa53182e3bfd 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', |
| + ], |
|
oshima
2014/10/13 18:52:20
this is static library, so you don't need this.
Dmitry Polukhin
2014/10/14 11:20:33
Done.
|
| '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', |
| ], |
| }, |
| { |
| @@ -270,6 +276,7 @@ |
| 'athena_lib', |
| 'athena_test_support', |
| 'main/athena_main.gyp:athena_main_lib', |
| + 'main/athena_main.gyp:athena_main_stub_lib', |
| 'resources/athena_resources.gyp:athena_pak', |
| ], |
| 'sources': [ |