| OLD | NEW | 
|    1 { |    1 { | 
|    2   'variables': { |    2   'variables': { | 
|    3     # TODO(thakis): Enable this, pdfium:29 |    3     # TODO(thakis): Enable this, pdfium:29 | 
|    4     #'chromium_code': 1, |    4     #'chromium_code': 1, | 
|    5     'pdf_use_skia%': 0, |    5     'pdf_use_skia%': 0, | 
|    6     'pdf_enable_v8%': 1, |    6     'pdf_enable_v8%': 1, | 
|    7     'conditions': [ |    7     'conditions': [ | 
|    8       ['OS=="linux"', { |    8       ['OS=="linux"', { | 
|    9         'bundle_freetype%': 0, |    9         'bundle_freetype%': 0, | 
|   10       }, {  # On Android there's no system FreeType. On Windows and Mac, only a |   10       }, {  # On Android there's no system FreeType. On Windows and Mac, only a | 
| (...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  717         'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', |  717         'core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp', | 
|  718         'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', |  718         'core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp', | 
|  719         'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', |  719         'core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp', | 
|  720         'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', |  720         'core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp', | 
|  721         'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp', |  721         'core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp', | 
|  722         'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', |  722         'core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp', | 
|  723         'core/src/fxcrt/fx_basic_bstring_unittest.cpp', |  723         'core/src/fxcrt/fx_basic_bstring_unittest.cpp', | 
|  724         'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', |  724         'core/src/fxcrt/fx_basic_memmgr_unittest.cpp', | 
|  725         'core/src/fxcrt/fx_basic_wstring_unittest.cpp', |  725         'core/src/fxcrt/fx_basic_wstring_unittest.cpp', | 
|  726         'core/src/fxcrt/fx_bidi_unittest.cpp', |  726         'core/src/fxcrt/fx_bidi_unittest.cpp', | 
 |  727         'core/src/fxcrt/fx_extension_unittest.cpp', | 
|  727         'core/src/fxcrt/fx_system_unittest.cpp', |  728         'core/src/fxcrt/fx_system_unittest.cpp', | 
|  728         'testing/fx_string_testhelpers.h', |  729         'testing/fx_string_testhelpers.h', | 
|  729         'testing/fx_string_testhelpers.cpp', |  730         'testing/fx_string_testhelpers.cpp', | 
|  730         'third_party/base/nonstd_unique_ptr_unittest.cpp', |  731         'third_party/base/nonstd_unique_ptr_unittest.cpp', | 
|  731       ], |  732       ], | 
|  732     }, |  733     }, | 
|  733     { |  734     { | 
|  734       'target_name': 'pdfium_embeddertests', |  735       'target_name': 'pdfium_embeddertests', | 
|  735       'type': 'executable', |  736       'type': 'executable', | 
|  736       'dependencies': [ |  737       'dependencies': [ | 
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  798           ], |  799           ], | 
|  799           'dependencies': [ |  800           'dependencies': [ | 
|  800             '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', |  801             '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', | 
|  801             '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', |  802             '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', | 
|  802           ], |  803           ], | 
|  803         }], |  804         }], | 
|  804       ], |  805       ], | 
|  805     }, |  806     }, | 
|  806   ], |  807   ], | 
|  807 } |  808 } | 
| OLD | NEW |