Commit c986f7cd authored by oshima's avatar oshima Committed by Commit bot

Move launcher API to athena/main/public

BUG=None

Review URL: https://codereview.chromium.org/542413002

Cr-Commit-Position: refs/heads/master@{#293633}
parent 3115a3df
......@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "athena/main/athena_launcher.h"
#include "athena/main/public/athena_launcher.h"
#include "athena/activity/public/activity_factory.h"
#include "athena/activity/public/activity_manager.h"
......
......@@ -8,8 +8,8 @@
#include "athena/env/public/athena_env.h"
#include "athena/extensions/public/extensions_delegate.h"
#include "athena/main/athena_content_client.h"
#include "athena/main/athena_launcher.h"
#include "athena/main/athena_renderer_pdf_helper.h"
#include "athena/main/public/athena_launcher.h"
#include "athena/screen/public/screen_manager.h"
#include "base/command_line.h"
#include "base/file_util.h"
......
......@@ -37,13 +37,13 @@
'athena_content_client.cc',
'athena_content_client.h',
'athena_launcher.cc',
'athena_launcher.h',
'athena_renderer_pdf_helper.cc',
'athena_renderer_pdf_helper.h',
'url_search_provider.cc',
'url_search_provider.h',
'placeholder.cc',
'placeholder.h',
'public/athena_launcher.h',
'url_search_provider.cc',
'url_search_provider.h',
],
},
{
......
......@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef ATHENA_MAIN_ATHENA_LAUNCHER_H_
#define ATHENA_MAIN_ATHENA_LAUNCHER_H_
#ifndef ATHENA_MAIN_PUBLIC_ATHENA_LAUNCHER_H_
#define ATHENA_MAIN_PUBLIC_ATHENA_LAUNCHER_H_
#include "base/memory/ref_counted.h"
......@@ -36,4 +36,4 @@ void ShutdownAthena();
} // namespace athena
#endif // ATHENA_MAIN_ATHENA_LAUNCHER_H_
#endif // ATHENA_MAIN_PUBLIC_ATHENA_LAUNCHER_H_
......@@ -5,7 +5,7 @@ include_rules = [
"+athena/extensions/public",
"+athena/home/public",
"+athena/screen/public",
"+athena/main",
"+athena/main/public",
"+athena/resource_manager/public",
"+chromeos",
"+third_party/skia/include",
......
......@@ -6,7 +6,7 @@
#include "athena/env/public/athena_env.h"
#include "athena/extensions/public/extensions_delegate.h"
#include "athena/main/athena_launcher.h"
#include "athena/main/public/athena_launcher.h"
#include "athena/test/sample_activity_factory.h"
#include "athena/test/test_app_model_builder.h"
#include "base/message_loop/message_loop.h"
......
include_rules = [
"+athena/extensions/public",
"+athena/main",
"+athena/main/public",
]
......@@ -5,7 +5,7 @@
#include "chrome/browser/ui/views/athena/chrome_browser_main_extra_parts_athena.h"
#include "athena/extensions/public/extensions_delegate.h"
#include "athena/main/athena_launcher.h"
#include "athena/main/public/athena_launcher.h"
#include "base/macros.h"
#include "chrome/browser/browser_process.h"
#include "chrome/browser/chrome_browser_main_extra_parts.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment