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

Side by Side Diff: pdfium.gyp

Issue 1769273002: Reland "Fix chromium-style errors." (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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 | « core/src/fxge/ge/fx_ge_text.cpp ('k') | xfa/src/fgas/src/crt/fx_stream.cpp » ('j') | 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 # TODO(thakis): Enable this, pdfium:29 7 # TODO(thakis): Enable this, pdfium:29
8 #'chromium_code': 1, 8 #'chromium_code': 1,
9 9
10 'variables': { 10 'variables': {
(...skipping 469 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 'core/include/fxcrt/fx_stream.h', 480 'core/include/fxcrt/fx_stream.h',
481 'core/include/fxcrt/fx_string.h', 481 'core/include/fxcrt/fx_string.h',
482 'core/include/fxcrt/fx_system.h', 482 'core/include/fxcrt/fx_system.h',
483 'core/include/fxcrt/fx_ucd.h', 483 'core/include/fxcrt/fx_ucd.h',
484 'core/include/fxcrt/fx_xml.h', 484 'core/include/fxcrt/fx_xml.h',
485 'core/src/fxcrt/extension.h', 485 'core/src/fxcrt/extension.h',
486 'core/src/fxcrt/fxcrt_platforms.cpp', 486 'core/src/fxcrt/fxcrt_platforms.cpp',
487 'core/src/fxcrt/fxcrt_platforms.h', 487 'core/src/fxcrt/fxcrt_platforms.h',
488 'core/src/fxcrt/fxcrt_posix.cpp', 488 'core/src/fxcrt/fxcrt_posix.cpp',
489 'core/src/fxcrt/fxcrt_posix.h', 489 'core/src/fxcrt/fxcrt_posix.h',
490 'core/src/fxcrt/fxcrt_stream.cpp',
490 'core/src/fxcrt/fxcrt_windows.cpp', 491 'core/src/fxcrt/fxcrt_windows.cpp',
491 'core/src/fxcrt/fxcrt_windows.h', 492 'core/src/fxcrt/fxcrt_windows.h',
492 'core/src/fxcrt/fx_basic_array.cpp', 493 'core/src/fxcrt/fx_basic_array.cpp',
493 'core/src/fxcrt/fx_basic_bstring.cpp', 494 'core/src/fxcrt/fx_basic_bstring.cpp',
494 'core/src/fxcrt/fx_basic_buffer.cpp', 495 'core/src/fxcrt/fx_basic_buffer.cpp',
495 'core/src/fxcrt/fx_basic_coords.cpp', 496 'core/src/fxcrt/fx_basic_coords.cpp',
496 'core/src/fxcrt/fx_basic_gcc.cpp', 497 'core/src/fxcrt/fx_basic_gcc.cpp',
497 'core/src/fxcrt/fx_basic_list.cpp', 498 'core/src/fxcrt/fx_basic_list.cpp',
498 'core/src/fxcrt/fx_basic_memmgr.cpp', 499 'core/src/fxcrt/fx_basic_memmgr.cpp',
499 'core/src/fxcrt/fx_basic_plex.cpp', 500 'core/src/fxcrt/fx_basic_plex.cpp',
(...skipping 404 matching lines...) Expand 10 before | Expand all | Expand 10 after
904 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h', 905 'fpdfsdk/include/fpdfxfa/fpdfxfa_app.h',
905 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h', 906 'fpdfsdk/include/fpdfxfa/fpdfxfa_doc.h',
906 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h', 907 'fpdfsdk/include/fpdfxfa/fpdfxfa_page.h',
907 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h', 908 'fpdfsdk/include/fpdfxfa/fpdfxfa_util.h',
908 ], 909 ],
909 }, 910 },
910 ] 911 ]
911 }], 912 }],
912 ] 913 ]
913 } 914 }
OLDNEW
« no previous file with comments | « core/src/fxge/ge/fx_ge_text.cpp ('k') | xfa/src/fgas/src/crt/fx_stream.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698