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

Side by Side Diff: pdfium.gyp

Issue 1561013002: Revert "Mark pdfium chromium_code." (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: actually Created 4 years, 11 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 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1,
8 'pdf_use_skia%': 0, 9 'pdf_use_skia%': 0,
9 'pdf_enable_v8%': 1, 10 'pdf_enable_v8%': 1,
10 'conditions': [ 11 'conditions': [
11 ['OS=="linux"', { 12 ['OS=="linux"', {
12 'bundle_freetype%': 0, 13 'bundle_freetype%': 0,
13 }, { # On Android there's no system FreeType. On Windows and Mac, only a 14 }, { # On Android there's no system FreeType. On Windows and Mac, only a
14 # few methods are used from it. 15 # few methods are used from it.
15 'bundle_freetype%': 1, 16 'bundle_freetype%': 1,
16 }], 17 }],
17 ], 18 ],
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after
796 ], 797 ],
797 'dependencies': [ 798 'dependencies': [
798 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8', 799 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
799 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform', 800 '<(DEPTH)/v8/tools/gyp/v8.gyp:v8_libplatform',
800 ], 801 ],
801 }], 802 }],
802 ], 803 ],
803 }, 804 },
804 ], 805 ],
805 } 806 }
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