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

Unified Diff: chrome/browser/resources/pdf/compiled_resources2.gyp

Issue 2915773003: PDF Plugin: Add compile targets for a few more files. (Closed)
Patch Set: Addressing comments. Created 3 years, 7 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
Index: chrome/browser/resources/pdf/compiled_resources2.gyp
diff --git a/chrome/browser/resources/pdf/compiled_resources2.gyp b/chrome/browser/resources/pdf/compiled_resources2.gyp
index a5d9dfe40b84fb9bd49d8d5e88e40ea85f8b03ac..05a86018b373ca9d2e25e7ee5c207272084e44b8 100644
--- a/chrome/browser/resources/pdf/compiled_resources2.gyp
+++ b/chrome/browser/resources/pdf/compiled_resources2.gyp
@@ -5,6 +5,14 @@
# TODO(dpapad): Add compile targets for all files, crbug.com/721073.
{
'targets': [
+ {
+ 'target_name': 'browser_api',
+ 'dependencies': [
+ '<(EXTERNS_GYP):chrome_extensions',
+ '<(EXTERNS_GYP):mime_handler_private',
+ ],
+ 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
+ },
{
'target_name': 'gesture_detector',
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
@@ -24,5 +32,16 @@
'target_name': 'viewport_scroller',
'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
},
+ {
+ 'target_name': 'pdf_resources',
+ 'type': 'none',
+ 'dependencies': [
+ 'elements/viewer-bookmark/compiled_resources2.gyp:*',
+ 'elements/viewer-error-screen/compiled_resources2.gyp:*',
+ 'elements/viewer-page-indicator/compiled_resources2.gyp:*',
+ 'elements/viewer-page-selector/compiled_resources2.gyp:*',
+ 'elements/viewer-password-screen/compiled_resources2.gyp:*',
+ ],
+ },
],
}

Powered by Google App Engine
This is Rietveld 408576698