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

Unified Diff: athena/main/athena_main.gyp

Issue 542413002: Move launcher API to athena/main/public (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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
« no previous file with comments | « athena/main/athena_main.cc ('k') | athena/main/public/athena_launcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: athena/main/athena_main.gyp
diff --git a/athena/main/athena_main.gyp b/athena/main/athena_main.gyp
index a13e15192740bb4decaa2e644f0938091fc645c6..7c61c43675e25d8d1f60581d3053b34f0f1625cd 100644
--- a/athena/main/athena_main.gyp
+++ b/athena/main/athena_main.gyp
@@ -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',
],
},
{
« no previous file with comments | « athena/main/athena_main.cc ('k') | athena/main/public/athena_launcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698