Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'win_third_party_warn_as_error': 'false', | 3 'win_third_party_warn_as_error': 'false', |
| 4 'pdf_use_skia%': 0, | 4 'pdf_use_skia%': 0, |
| 5 }, | 5 }, |
| 6 'target_defaults': { | 6 'target_defaults': { |
| 7 'defines' : [ | 7 'defines' : [ |
| 8 'FOXIT_CHROME_BUILD', | 8 'FOXIT_CHROME_BUILD', |
| 9 '_FXFT_VERSION_=2501', | 9 '_FXFT_VERSION_=2501', |
| 10 '_FPDFSDK_LIB', | 10 '_FPDFSDK_LIB', |
| (...skipping 829 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 840 ], | 840 ], |
| 841 'sources': [ | 841 'sources': [ |
| 842 'test/gcctest.cpp', | 842 'test/gcctest.cpp', |
| 843 ], | 843 ], |
| 844 } | 844 } |
| 845 ], | 845 ], |
| 846 }], | 846 }], |
| 847 ], | 847 ], |
| 848 } | 848 } |
| 849 | 849 |
| OLD | NEW |