| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |