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

Side by Side Diff: pdfium.gyp

Issue 1580573002: Replace more CFX_MapPtrToPtr and remove it. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: And remove it. Created 4 years, 11 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 unified diff | Download patch
OLDNEW
1 # Copyright 2015 PDFium Authors. All rights reserved. 1 # Copyright 2015 PDFium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 'pdf_use_skia%': 0, 9 'pdf_use_skia%': 0,
10 'pdf_enable_v8%': 1, 10 'pdf_enable_v8%': 1,
(...skipping 411 matching lines...) Expand 10 before | Expand all | Expand 10 after
422 'core/src/fxcrt/fxcrt_posix.cpp', 422 'core/src/fxcrt/fxcrt_posix.cpp',
423 'core/src/fxcrt/fxcrt_posix.h', 423 'core/src/fxcrt/fxcrt_posix.h',
424 'core/src/fxcrt/fxcrt_windows.cpp', 424 'core/src/fxcrt/fxcrt_windows.cpp',
425 'core/src/fxcrt/fxcrt_windows.h', 425 'core/src/fxcrt/fxcrt_windows.h',
426 'core/src/fxcrt/fx_basic_array.cpp', 426 'core/src/fxcrt/fx_basic_array.cpp',
427 'core/src/fxcrt/fx_basic_bstring.cpp', 427 'core/src/fxcrt/fx_basic_bstring.cpp',
428 'core/src/fxcrt/fx_basic_buffer.cpp', 428 'core/src/fxcrt/fx_basic_buffer.cpp',
429 'core/src/fxcrt/fx_basic_coords.cpp', 429 'core/src/fxcrt/fx_basic_coords.cpp',
430 'core/src/fxcrt/fx_basic_gcc.cpp', 430 'core/src/fxcrt/fx_basic_gcc.cpp',
431 'core/src/fxcrt/fx_basic_list.cpp', 431 'core/src/fxcrt/fx_basic_list.cpp',
432 'core/src/fxcrt/fx_basic_maps.cpp',
433 'core/src/fxcrt/fx_basic_memmgr.cpp', 432 'core/src/fxcrt/fx_basic_memmgr.cpp',
434 'core/src/fxcrt/fx_basic_plex.cpp', 433 'core/src/fxcrt/fx_basic_plex.cpp',
435 'core/src/fxcrt/fx_basic_utf.cpp', 434 'core/src/fxcrt/fx_basic_utf.cpp',
436 'core/src/fxcrt/fx_basic_util.cpp', 435 'core/src/fxcrt/fx_basic_util.cpp',
437 'core/src/fxcrt/fx_basic_wstring.cpp', 436 'core/src/fxcrt/fx_basic_wstring.cpp',
438 'core/src/fxcrt/fx_bidi.cpp', 437 'core/src/fxcrt/fx_bidi.cpp',
439 'core/src/fxcrt/fx_extension.cpp', 438 'core/src/fxcrt/fx_extension.cpp',
440 'core/src/fxcrt/fx_ucddata.cpp', 439 'core/src/fxcrt/fx_ucddata.cpp',
441 'core/src/fxcrt/fx_unicode.cpp', 440 'core/src/fxcrt/fx_unicode.cpp',
442 'core/src/fxcrt/fx_xml_composer.cpp', 441 'core/src/fxcrt/fx_xml_composer.cpp',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 ], 797 ],
799 'dependencies': [ 798 'dependencies': [
800 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 799 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
801 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 800 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
802 ], 801 ],
803 }], 802 }],
804 ], 803 ],
805 }, 804 },
806 ], 805 ],
807 } 806 }
OLDNEW
« core/src/fxge/android/fpf_skiafontmgr.cpp ('K') | « core/src/fxge/android/fpf_skiafontmgr.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698