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

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

Issue 2915773003: PDF Plugin: Add compile targets for a few more files. (Closed)
Patch Set: Add more targets 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..02e5a3b03507aa70105d5832ed2b02475a7b838e 100644
--- a/chrome/browser/resources/pdf/compiled_resources2.gyp
+++ b/chrome/browser/resources/pdf/compiled_resources2.gyp
@@ -6,6 +6,14 @@
{
'targets': [
{
+ 'target_name': 'browser_api',
+ 'dependencies': [
+ '<(DEPTH)/third_party/closure_compiler/externs/compiled_resources2.gyp:chrome_extensions',
Dan Beam 2017/06/02 21:57:00 '<(EXTERNS_GYP):chrome_extensions', '<(EXTERNS_GYP
dpapad 2017/06/02 22:20:30 Done.
+ '<(DEPTH)/third_party/closure_compiler/externs/compiled_resources2.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