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

Unified Diff: athena/main/athena_main.gyp

Issue 484873004: athena: Add support for PDF (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops Created 6 years, 4 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/athena_renderer_pdf_helper.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 4e86d2b7f52d82576b6c0fb98b7cb9f921edf019..4e8c3766bbfbdf99b951112e94144f85c350dc6f 100644
--- a/athena/main/athena_main.gyp
+++ b/athena/main/athena_main.gyp
@@ -25,7 +25,9 @@
# TODO(mukai): declare those symbols for Athena.
'../../components/components.gyp:infobars_test_support',
'../../components/components.gyp:omnibox',
+ '../../components/components.gyp:pdf_renderer',
'../../components/components.gyp:search_engines',
+ '../../pdf/pdf.gyp:pdf',
'../../skia/skia.gyp:skia',
'../../ui/app_list/app_list.gyp:app_list',
'../../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
@@ -37,8 +39,12 @@
'../..',
],
'sources': [
+ 'athena_content_client.cc',
+ 'athena_content_client.h',
'athena_launcher.cc',
'athena_launcher.h',
+ 'athena_renderer_pdf_helper.cc',
+ 'athena_renderer_pdf_helper.h',
'debug/debug_window.cc',
'debug/debug_window.h',
'debug/network_selector.cc',
@@ -54,7 +60,7 @@
'type': 'executable',
'dependencies': [
'../../ui/accessibility/accessibility.gyp:ax_gen',
- '../athena.gyp:athena_app_shell_lib',
+ '../athena.gyp:athena_app_shell_lib',
'../resources/athena_resources.gyp:athena_pak',
'athena_main_lib',
],
« no previous file with comments | « athena/main/athena_main.cc ('k') | athena/main/athena_renderer_pdf_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698