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

Side by Side Diff: pdfium.gyp

Issue 2092273002: Revert "Turn on clang_use_chrome_plugins for GYP as well." (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 4 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'clang_use_pdfium_plugins%': 1, 10 'clang_use_pdfium_plugins%': 0,
11 }, 11 },
12 'clang_use_pdfium_plugins%': '<(clang_use_pdfium_plugins)', 12 'clang_use_pdfium_plugins%': '<(clang_use_pdfium_plugins)',
13 13
14 'pdf_use_skia%': 0, 14 'pdf_use_skia%': 0,
15 'pdf_enable_v8%': 1, 15 'pdf_enable_v8%': 1,
16 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build. 16 'pdf_enable_xfa%': 0, # Set to 1 by standalone.gypi in a standalone build.
17 'conditions': [ 17 'conditions': [
18 ['OS=="linux"', { 18 ['OS=="linux"', {
19 'bundle_freetype%': 0, 19 'bundle_freetype%': 0,
20 }, { # On Android there's no system FreeType. On Windows and Mac, only a 20 }, { # On Android there's no system FreeType. On Windows and Mac, only a
(...skipping 1037 matching lines...) Expand 10 before | Expand all | Expand 10 after
1058 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h', 1058 'fpdfsdk/fpdfxfa/include/fpdfxfa_app.h',
1059 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h', 1059 'fpdfsdk/fpdfxfa/include/fpdfxfa_doc.h',
1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h', 1060 'fpdfsdk/fpdfxfa/include/fpdfxfa_page.h',
1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h', 1061 'fpdfsdk/fpdfxfa/include/fpdfxfa_util.h',
1062 ], 1062 ],
1063 }, 1063 },
1064 ] 1064 ]
1065 }], 1065 }],
1066 ] 1066 ]
1067 } 1067 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698