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

Side by Side Diff: pdfium.gyp

Issue 1425213003: linux: Remove -L flags from static library targets. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'variables': { 2 'variables': {
3 'pdf_use_skia%': 0, 3 'pdf_use_skia%': 0,
4 'pdf_enable_v8%': 1, 4 'pdf_enable_v8%': 1,
5 'conditions': [ 5 'conditions': [
6 ['OS=="linux"', { 6 ['OS=="linux"', {
7 'bundle_freetype%': 0, 7 'bundle_freetype%': 0,
8 }, { # On Android there's no system FreeType. On Windows and Mac, only a 8 }, { # On Android there's no system FreeType. On Windows and Mac, only a
9 # few methods are used from it. 9 # few methods are used from it.
10 'bundle_freetype%': 1, 10 'bundle_freetype%': 1,
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 'fpdfapi', 55 'fpdfapi',
56 'fpdftext', 56 'fpdftext',
57 'formfiller', 57 'formfiller',
58 'fxcodec', 58 'fxcodec',
59 'fxcrt', 59 'fxcrt',
60 'fxedit', 60 'fxedit',
61 'fxge', 61 'fxge',
62 'javascript', 62 'javascript',
63 'pdfwindow', 63 'pdfwindow',
64 ], 64 ],
65 'ldflags': [ '-L<(PRODUCT_DIR)',],
66 'sources': [ 65 'sources': [
67 'fpdfsdk/include/fsdk_actionhandler.h', 66 'fpdfsdk/include/fsdk_actionhandler.h',
68 'fpdfsdk/include/fsdk_annothandler.h', 67 'fpdfsdk/include/fsdk_annothandler.h',
69 'fpdfsdk/include/fsdk_baseannot.h', 68 'fpdfsdk/include/fsdk_baseannot.h',
70 'fpdfsdk/include/fsdk_baseform.h', 69 'fpdfsdk/include/fsdk_baseform.h',
71 'fpdfsdk/src/fpdfdoc.cpp', 70 'fpdfsdk/src/fpdfdoc.cpp',
72 'fpdfsdk/src/fpdfeditimg.cpp', 71 'fpdfsdk/src/fpdfeditimg.cpp',
73 'fpdfsdk/src/fpdfeditpage.cpp', 72 'fpdfsdk/src/fpdfeditpage.cpp',
74 'fpdfsdk/src/fpdfformfill.cpp', 73 'fpdfsdk/src/fpdfformfill.cpp',
75 'fpdfsdk/src/fpdfppo.cpp', 74 'fpdfsdk/src/fpdfppo.cpp',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework', 142 '$(SDKROOT)/System/Library/Frameworks/CoreFoundation.framework',
144 ], 143 ],
145 }, 144 },
146 }], 145 }],
147 ], 146 ],
148 }, 147 },
149 }, 148 },
150 { 149 {
151 'target_name': 'fdrm', 150 'target_name': 'fdrm',
152 'type': 'static_library', 151 'type': 'static_library',
153 'ldflags': [ '-L<(PRODUCT_DIR)',],
154 'sources': [ 152 'sources': [
155 'core/include/fdrm/fx_crypt.h', 153 'core/include/fdrm/fx_crypt.h',
156 'core/src/fdrm/crypto/fx_crypt.cpp', 154 'core/src/fdrm/crypto/fx_crypt.cpp',
157 'core/src/fdrm/crypto/fx_crypt_aes.cpp', 155 'core/src/fdrm/crypto/fx_crypt_aes.cpp',
158 'core/src/fdrm/crypto/fx_crypt_sha.cpp', 156 'core/src/fdrm/crypto/fx_crypt_sha.cpp',
159 ], 157 ],
160 }, 158 },
161 { 159 {
162 'target_name': 'fpdfdoc', 160 'target_name': 'fpdfdoc',
163 'type': 'static_library', 161 'type': 'static_library',
164 'ldflags': [ '-L<(PRODUCT_DIR)',],
165 'sources': [ 162 'sources': [
166 'core/include/fpdfdoc/fpdf_ap.h', 163 'core/include/fpdfdoc/fpdf_ap.h',
167 'core/include/fpdfdoc/fpdf_doc.h', 164 'core/include/fpdfdoc/fpdf_doc.h',
168 'core/include/fpdfdoc/fpdf_tagged.h', 165 'core/include/fpdfdoc/fpdf_tagged.h',
169 'core/include/fpdfdoc/fpdf_vt.h', 166 'core/include/fpdfdoc/fpdf_vt.h',
170 'core/src/fpdfdoc/doc_action.cpp', 167 'core/src/fpdfdoc/doc_action.cpp',
171 'core/src/fpdfdoc/doc_annot.cpp', 168 'core/src/fpdfdoc/doc_annot.cpp',
172 'core/src/fpdfdoc/doc_ap.cpp', 169 'core/src/fpdfdoc/doc_ap.cpp',
173 'core/src/fpdfdoc/doc_basic.cpp', 170 'core/src/fpdfdoc/doc_basic.cpp',
174 'core/src/fpdfdoc/doc_bookmark.cpp', 171 'core/src/fpdfdoc/doc_bookmark.cpp',
175 'core/src/fpdfdoc/doc_form.cpp', 172 'core/src/fpdfdoc/doc_form.cpp',
176 'core/src/fpdfdoc/doc_formcontrol.cpp', 173 'core/src/fpdfdoc/doc_formcontrol.cpp',
177 'core/src/fpdfdoc/doc_formfield.cpp', 174 'core/src/fpdfdoc/doc_formfield.cpp',
178 'core/src/fpdfdoc/doc_link.cpp', 175 'core/src/fpdfdoc/doc_link.cpp',
179 'core/src/fpdfdoc/doc_metadata.cpp', 176 'core/src/fpdfdoc/doc_metadata.cpp',
180 'core/src/fpdfdoc/doc_ocg.cpp', 177 'core/src/fpdfdoc/doc_ocg.cpp',
181 'core/src/fpdfdoc/doc_tagged.cpp', 178 'core/src/fpdfdoc/doc_tagged.cpp',
182 'core/src/fpdfdoc/doc_utils.cpp', 179 'core/src/fpdfdoc/doc_utils.cpp',
183 'core/src/fpdfdoc/doc_utils.h', 180 'core/src/fpdfdoc/doc_utils.h',
184 'core/src/fpdfdoc/doc_viewerPreferences.cpp', 181 'core/src/fpdfdoc/doc_viewerPreferences.cpp',
185 'core/src/fpdfdoc/doc_vt.cpp', 182 'core/src/fpdfdoc/doc_vt.cpp',
186 'core/src/fpdfdoc/doc_vtmodule.cpp', 183 'core/src/fpdfdoc/doc_vtmodule.cpp',
187 'core/src/fpdfdoc/pdf_vt.h', 184 'core/src/fpdfdoc/pdf_vt.h',
188 'core/src/fpdfdoc/tagged_int.h', 185 'core/src/fpdfdoc/tagged_int.h',
189 ], 186 ],
190 }, 187 },
191 { 188 {
192 'target_name': 'fpdfapi', 189 'target_name': 'fpdfapi',
193 'type': 'static_library', 190 'type': 'static_library',
194 'ldflags': [ '-L<(PRODUCT_DIR)',],
195 'sources': [ 191 'sources': [
196 'core/include/fpdfapi/fpdfapi.h', 192 'core/include/fpdfapi/fpdfapi.h',
197 'core/include/fpdfapi/fpdf_module.h', 193 'core/include/fpdfapi/fpdf_module.h',
198 'core/include/fpdfapi/fpdf_objects.h', 194 'core/include/fpdfapi/fpdf_objects.h',
199 'core/include/fpdfapi/fpdf_page.h', 195 'core/include/fpdfapi/fpdf_page.h',
200 'core/include/fpdfapi/fpdf_pageobj.h', 196 'core/include/fpdfapi/fpdf_pageobj.h',
201 'core/include/fpdfapi/fpdf_parser.h', 197 'core/include/fpdfapi/fpdf_parser.h',
202 'core/include/fpdfapi/fpdf_render.h', 198 'core/include/fpdfapi/fpdf_render.h',
203 'core/include/fpdfapi/fpdf_resource.h', 199 'core/include/fpdfapi/fpdf_resource.h',
204 'core/include/fpdfapi/fpdf_serial.h', 200 'core/include/fpdfapi/fpdf_serial.h',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 'core/src/fpdfapi/fpdf_render/fpdf_render_image.cpp', 297 'core/src/fpdfapi/fpdf_render/fpdf_render_image.cpp',
302 'core/src/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp', 298 'core/src/fpdfapi/fpdf_render/fpdf_render_loadimage.cpp',
303 'core/src/fpdfapi/fpdf_render/fpdf_render_pattern.cpp', 299 'core/src/fpdfapi/fpdf_render/fpdf_render_pattern.cpp',
304 'core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp', 300 'core/src/fpdfapi/fpdf_render/fpdf_render_text.cpp',
305 'core/src/fpdfapi/fpdf_render/render_int.h', 301 'core/src/fpdfapi/fpdf_render/render_int.h',
306 ], 302 ],
307 }, 303 },
308 { 304 {
309 'target_name': 'fpdftext', 305 'target_name': 'fpdftext',
310 'type': 'static_library', 306 'type': 'static_library',
311 'ldflags': [ '-L<(PRODUCT_DIR)',],
312 'sources': [ 307 'sources': [
313 'core/include/fpdftext/fpdf_text.h', 308 'core/include/fpdftext/fpdf_text.h',
314 'core/src/fpdftext/fpdf_text.cpp', 309 'core/src/fpdftext/fpdf_text.cpp',
315 'core/src/fpdftext/fpdf_text_int.cpp', 310 'core/src/fpdftext/fpdf_text_int.cpp',
316 'core/src/fpdftext/fpdf_text_search.cpp', 311 'core/src/fpdftext/fpdf_text_search.cpp',
317 'core/src/fpdftext/text_int.h', 312 'core/src/fpdftext/text_int.h',
318 'core/src/fpdftext/txtproc.h', 313 'core/src/fpdftext/txtproc.h',
319 'core/src/fpdftext/unicodenormalization.cpp', 314 'core/src/fpdftext/unicodenormalization.cpp',
320 'core/src/fpdftext/unicodenormalizationdata.cpp', 315 'core/src/fpdftext/unicodenormalizationdata.cpp',
321 'core/src/fpdftext/unicodenormalizationdata.h', 316 'core/src/fpdftext/unicodenormalizationdata.h',
322 ], 317 ],
323 }, 318 },
324 { 319 {
325 'target_name': 'fxcodec', 320 'target_name': 'fxcodec',
326 'type': 'static_library', 321 'type': 'static_library',
327 'dependencies': [ 322 'dependencies': [
328 'third_party/third_party.gyp:fx_lcms2', 323 'third_party/third_party.gyp:fx_lcms2',
329 'third_party/third_party.gyp:fx_libjpeg', 324 'third_party/third_party.gyp:fx_libjpeg',
330 'third_party/third_party.gyp:fx_libopenjpeg', 325 'third_party/third_party.gyp:fx_libopenjpeg',
331 'third_party/third_party.gyp:fx_zlib', 326 'third_party/third_party.gyp:fx_zlib',
332 ], 327 ],
333 'ldflags': [ '-L<(PRODUCT_DIR)',],
334 'sources': [ 328 'sources': [
335 'core/include/fxcodec/fx_codec.h', 329 'core/include/fxcodec/fx_codec.h',
336 'core/include/fxcodec/fx_codec_def.h', 330 'core/include/fxcodec/fx_codec_def.h',
337 'core/include/fxcodec/fx_codec_flate.h', 331 'core/include/fxcodec/fx_codec_flate.h',
338 'core/include/fxcodec/fx_codec_provider.h', 332 'core/include/fxcodec/fx_codec_provider.h',
339 'core/src/fxcodec/codec/codec_int.h', 333 'core/src/fxcodec/codec/codec_int.h',
340 'core/src/fxcodec/codec/fx_codec.cpp', 334 'core/src/fxcodec/codec/fx_codec.cpp',
341 'core/src/fxcodec/codec/fx_codec_fax.cpp', 335 'core/src/fxcodec/codec/fx_codec_fax.cpp',
342 'core/src/fxcodec/codec/fx_codec_flate.cpp', 336 'core/src/fxcodec/codec/fx_codec_flate.cpp',
343 'core/src/fxcodec/codec/fx_codec_icc.cpp', 337 'core/src/fxcodec/codec/fx_codec_icc.cpp',
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 ['os_posix==1', { 389 ['os_posix==1', {
396 # core/src/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int 390 # core/src/fxcodec/fx_libopenjpeg/src/fx_mct.c does an pointer-to-int
397 # conversion to check that an address is 16-bit aligned (benign). 391 # conversion to check that an address is 16-bit aligned (benign).
398 'cflags_c': [ '-Wno-pointer-to-int-cast' ], 392 'cflags_c': [ '-Wno-pointer-to-int-cast' ],
399 }], 393 }],
400 ], 394 ],
401 }, 395 },
402 { 396 {
403 'target_name': 'fxcrt', 397 'target_name': 'fxcrt',
404 'type': 'static_library', 398 'type': 'static_library',
405 'ldflags': [ '-L<(PRODUCT_DIR)',],
406 'sources': [ 399 'sources': [
407 'core/include/fxcrt/fx_basic.h', 400 'core/include/fxcrt/fx_basic.h',
408 'core/include/fxcrt/fx_bidi.h', 401 'core/include/fxcrt/fx_bidi.h',
409 'core/include/fxcrt/fx_coordinates.h', 402 'core/include/fxcrt/fx_coordinates.h',
410 'core/include/fxcrt/fx_ext.h', 403 'core/include/fxcrt/fx_ext.h',
411 'core/include/fxcrt/fx_memory.h', 404 'core/include/fxcrt/fx_memory.h',
412 'core/include/fxcrt/fx_safe_types.h', 405 'core/include/fxcrt/fx_safe_types.h',
413 'core/include/fxcrt/fx_stream.h', 406 'core/include/fxcrt/fx_stream.h',
414 'core/include/fxcrt/fx_string.h', 407 'core/include/fxcrt/fx_string.h',
415 'core/include/fxcrt/fx_system.h', 408 'core/include/fxcrt/fx_system.h',
(...skipping 24 matching lines...) Expand all
440 'core/src/fxcrt/fx_unicode.cpp', 433 'core/src/fxcrt/fx_unicode.cpp',
441 'core/src/fxcrt/fx_xml_composer.cpp', 434 'core/src/fxcrt/fx_xml_composer.cpp',
442 'core/src/fxcrt/fx_xml_parser.cpp', 435 'core/src/fxcrt/fx_xml_parser.cpp',
443 'core/src/fxcrt/plex.h', 436 'core/src/fxcrt/plex.h',
444 'core/src/fxcrt/xml_int.h', 437 'core/src/fxcrt/xml_int.h',
445 ], 438 ],
446 }, 439 },
447 { 440 {
448 'target_name': 'fxge', 441 'target_name': 'fxge',
449 'type': 'static_library', 442 'type': 'static_library',
450 'ldflags': [
451 '-L<(PRODUCT_DIR)', 443 '-L<(PRODUCT_DIR)',
Lei Zhang 2015/10/30 17:17:22 test fails here
452 ], 444 ],
453 'dependencies': [ 445 'dependencies': [
454 'third_party/third_party.gyp:fx_agg', 446 'third_party/third_party.gyp:fx_agg',
455 ], 447 ],
456 'sources': [ 448 'sources': [
457 'core/include/fxge/fpf.h', 449 'core/include/fxge/fpf.h',
458 'core/include/fxge/fx_dib.h', 450 'core/include/fxge/fx_dib.h',
459 'core/include/fxge/fx_font.h', 451 'core/include/fxge/fx_font.h',
460 'core/include/fxge/fx_freetype.h', 452 'core/include/fxge/fx_freetype.h',
461 'core/include/fxge/fx_ge.h', 453 'core/include/fxge/fx_ge.h',
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
549 'core/src/fxge/win32/fx_win32_gdipext.cpp', 541 'core/src/fxge/win32/fx_win32_gdipext.cpp',
550 'core/src/fxge/win32/fx_win32_print.cpp', 542 'core/src/fxge/win32/fx_win32_print.cpp',
551 'core/src/fxge/win32/win32_int.h', 543 'core/src/fxge/win32/win32_int.h',
552 ], 544 ],
553 }], 545 }],
554 ], 546 ],
555 }, 547 },
556 { 548 {
557 'target_name': 'fxedit', 549 'target_name': 'fxedit',
558 'type': 'static_library', 550 'type': 'static_library',
559 'ldflags': [ '-L<(PRODUCT_DIR)',],
560 'sources': [ 551 'sources': [
561 'fpdfsdk/include/fxedit/fx_edit.h', 552 'fpdfsdk/include/fxedit/fx_edit.h',
562 'fpdfsdk/include/fxedit/fxet_edit.h', 553 'fpdfsdk/include/fxedit/fxet_edit.h',
563 'fpdfsdk/include/fxedit/fxet_list.h', 554 'fpdfsdk/include/fxedit/fxet_list.h',
564 'fpdfsdk/include/fxedit/fxet_stub.h', 555 'fpdfsdk/include/fxedit/fxet_stub.h',
565 'fpdfsdk/src/fxedit/fxet_ap.cpp', 556 'fpdfsdk/src/fxedit/fxet_ap.cpp',
566 'fpdfsdk/src/fxedit/fxet_edit.cpp', 557 'fpdfsdk/src/fxedit/fxet_edit.cpp',
567 'fpdfsdk/src/fxedit/fxet_list.cpp', 558 'fpdfsdk/src/fxedit/fxet_list.cpp',
568 'fpdfsdk/src/fxedit/fxet_module.cpp', 559 'fpdfsdk/src/fxedit/fxet_module.cpp',
569 'fpdfsdk/src/fxedit/fxet_pageobjs.cpp', 560 'fpdfsdk/src/fxedit/fxet_pageobjs.cpp',
570 ], 561 ],
571 }, 562 },
572 { 563 {
573 'target_name': 'pdfwindow', 564 'target_name': 'pdfwindow',
574 'type': 'static_library', 565 'type': 'static_library',
575 'ldflags': [ '-L<(PRODUCT_DIR)',],
576 'sources': [ 566 'sources': [
577 'fpdfsdk/include/pdfwindow/IPDFWindow.h', 567 'fpdfsdk/include/pdfwindow/IPDFWindow.h',
578 'fpdfsdk/include/pdfwindow/PDFWindow.h', 568 'fpdfsdk/include/pdfwindow/PDFWindow.h',
579 'fpdfsdk/include/pdfwindow/PWL_Button.h', 569 'fpdfsdk/include/pdfwindow/PWL_Button.h',
580 'fpdfsdk/include/pdfwindow/PWL_Caret.h', 570 'fpdfsdk/include/pdfwindow/PWL_Caret.h',
581 'fpdfsdk/include/pdfwindow/PWL_ComboBox.h', 571 'fpdfsdk/include/pdfwindow/PWL_ComboBox.h',
582 'fpdfsdk/include/pdfwindow/PWL_Edit.h', 572 'fpdfsdk/include/pdfwindow/PWL_Edit.h',
583 'fpdfsdk/include/pdfwindow/PWL_EditCtrl.h', 573 'fpdfsdk/include/pdfwindow/PWL_EditCtrl.h',
584 'fpdfsdk/include/pdfwindow/PWL_FontMap.h', 574 'fpdfsdk/include/pdfwindow/PWL_FontMap.h',
585 'fpdfsdk/include/pdfwindow/PWL_Icon.h', 575 'fpdfsdk/include/pdfwindow/PWL_Icon.h',
(...skipping 22 matching lines...) Expand all
608 'fpdfsdk/src/pdfwindow/PWL_ScrollBar.cpp', 598 'fpdfsdk/src/pdfwindow/PWL_ScrollBar.cpp',
609 'fpdfsdk/src/pdfwindow/PWL_Signature.cpp', 599 'fpdfsdk/src/pdfwindow/PWL_Signature.cpp',
610 'fpdfsdk/src/pdfwindow/PWL_SpecialButton.cpp', 600 'fpdfsdk/src/pdfwindow/PWL_SpecialButton.cpp',
611 'fpdfsdk/src/pdfwindow/PWL_Utils.cpp', 601 'fpdfsdk/src/pdfwindow/PWL_Utils.cpp',
612 'fpdfsdk/src/pdfwindow/PWL_Wnd.cpp', 602 'fpdfsdk/src/pdfwindow/PWL_Wnd.cpp',
613 ], 603 ],
614 }, 604 },
615 { 605 {
616 'target_name': 'javascript', 606 'target_name': 'javascript',
617 'type': 'static_library', 607 'type': 'static_library',
618 'ldflags': [ '-L<(PRODUCT_DIR)',],
619 'sources': [ 608 'sources': [
620 'fpdfsdk/include/javascript/IJavaScript.h', 609 'fpdfsdk/include/javascript/IJavaScript.h',
621 'fpdfsdk/src/javascript/JS_Runtime_Stub.cpp', 610 'fpdfsdk/src/javascript/JS_Runtime_Stub.cpp',
622 ], 611 ],
623 'conditions': [ 612 'conditions': [
624 ['pdf_enable_v8==1', { 613 ['pdf_enable_v8==1', {
625 'include_dirs': [ 614 'include_dirs': [
626 '<(DEPTH)/v8', 615 '<(DEPTH)/v8',
627 '<(DEPTH)/v8/include', 616 '<(DEPTH)/v8/include',
628 ], 617 ],
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 'fpdfsdk/src/javascript/util.h', 669 'fpdfsdk/src/javascript/util.h',
681 'fpdfsdk/include/jsapi/fxjs_v8.h', 670 'fpdfsdk/include/jsapi/fxjs_v8.h',
682 'fpdfsdk/src/jsapi/fxjs_v8.cpp', 671 'fpdfsdk/src/jsapi/fxjs_v8.cpp',
683 ], 672 ],
684 }], 673 }],
685 ], 674 ],
686 }, 675 },
687 { 676 {
688 'target_name': 'formfiller', 677 'target_name': 'formfiller',
689 'type': 'static_library', 678 'type': 'static_library',
690 'ldflags': [ '-L<(PRODUCT_DIR)',],
691 'sources': [ 679 'sources': [
692 'fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h', 680 'fpdfsdk/include/formfiller/FFL_CBA_Fontmap.h',
693 'fpdfsdk/include/formfiller/FFL_CheckBox.h', 681 'fpdfsdk/include/formfiller/FFL_CheckBox.h',
694 'fpdfsdk/include/formfiller/FFL_ComboBox.h', 682 'fpdfsdk/include/formfiller/FFL_ComboBox.h',
695 'fpdfsdk/include/formfiller/FFL_FormFiller.h', 683 'fpdfsdk/include/formfiller/FFL_FormFiller.h',
696 'fpdfsdk/include/formfiller/FFL_IFormFiller.h', 684 'fpdfsdk/include/formfiller/FFL_IFormFiller.h',
697 'fpdfsdk/include/formfiller/FFL_ListBox.h', 685 'fpdfsdk/include/formfiller/FFL_ListBox.h',
698 'fpdfsdk/include/formfiller/FFL_PushButton.h', 686 'fpdfsdk/include/formfiller/FFL_PushButton.h',
699 'fpdfsdk/include/formfiller/FFL_RadioButton.h', 687 'fpdfsdk/include/formfiller/FFL_RadioButton.h',
700 'fpdfsdk/include/formfiller/FFL_TextField.h', 688 'fpdfsdk/include/formfiller/FFL_TextField.h',
(...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 ], 789 ],
802 'dependencies': [ 790 'dependencies': [
803 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 791 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
804 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 792 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
805 ], 793 ],
806 }], 794 }],
807 ], 795 ],
808 }, 796 },
809 ], 797 ],
810 } 798 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698