| OLD | NEW |
| 1 { | 1 { |
| 2 'variables': { | 2 'variables': { |
| 3 'chromium_code': 1, | 3 'chromium_code': 1, |
| 4 'pdf_engine%': 0, # 0 PDFium | 4 'pdf_engine%': 0, # 0 PDFium |
| 5 }, | 5 }, |
| 6 'target_defaults': { | 6 'target_defaults': { |
| 7 'cflags': [ | 7 'cflags': [ |
| 8 '-fPIC', | 8 '-fPIC', |
| 9 ], | 9 ], |
| 10 }, | 10 }, |
| 11 'targets': [ | 11 'targets': [ |
| 12 { | 12 { |
| 13 'target_name': 'pdf', | 13 'target_name': 'pdf', |
| 14 'type': 'loadable_module', | 14 'type': 'loadable_module', |
| 15 'msvs_guid': '647863C0-C7A3-469A-B1ED-AD7283C34BED', | 15 'msvs_guid': '647863C0-C7A3-469A-B1ED-AD7283C34BED', |
| 16 'dependencies': [ | 16 'dependencies': [ |
| 17 '../base/base.gyp:base', | 17 '../base/base.gyp:base', |
| 18 '../net/net.gyp:net', | 18 '../net/net.gyp:net', |
| 19 '../ppapi/ppapi.gyp:ppapi_cpp', | 19 '../ppapi/ppapi.gyp:ppapi_cpp', |
| 20 '../third_party/pdfium/pdfium.gyp:fpdfsdk', | 20 '../third_party/pdfium/pdfium.gyp:pdfium', |
| 21 ], | 21 ], |
| 22 'xcode_settings': { | 22 'xcode_settings': { |
| 23 'INFOPLIST_FILE': 'Info.plist', | 23 'INFOPLIST_FILE': 'Info.plist', |
| 24 }, | 24 }, |
| 25 'mac_framework_dirs': [ | 25 'mac_framework_dirs': [ |
| 26 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram
eworks', | 26 '$(SDKROOT)/System/Library/Frameworks/ApplicationServices.framework/Fram
eworks', |
| 27 ], | 27 ], |
| 28 'ldflags': [ '-L<(PRODUCT_DIR)',], | 28 'ldflags': [ '-L<(PRODUCT_DIR)',], |
| 29 'sources': [ | 29 'sources': [ |
| 30 'button.h', | 30 'button.h', |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 'pdf', | 160 'pdf', |
| 161 '../breakpad/breakpad.gyp:dump_syms', | 161 '../breakpad/breakpad.gyp:dump_syms', |
| 162 ], | 162 ], |
| 163 }], | 163 }], |
| 164 ], | 164 ], |
| 165 }, | 165 }, |
| 166 ], | 166 ], |
| 167 },], # OS=="linux" and chromeos==0 | 167 },], # OS=="linux" and chromeos==0 |
| 168 ], | 168 ], |
| 169 } | 169 } |
| OLD | NEW |