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

Side by Side Diff: BUILD.gn

Issue 378073002: Fix BUILD.gn for commit 3522876d. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 6 years, 5 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 The Chromium 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 pdf_use_skia = false 5 pdf_use_skia = false
6 6
7 config("pdfium_config") { 7 config("pdfium_config") {
8 cflags = [] 8 cflags = []
9 defines = [ 9 defines = [
10 "FOXIT_CHROME_BUILD", 10 "FOXIT_CHROME_BUILD",
(...skipping 507 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 "core/src/fxcrt/fx_arabic.cpp", 518 "core/src/fxcrt/fx_arabic.cpp",
519 "core/src/fxcrt/fx_arabic.h", 519 "core/src/fxcrt/fx_arabic.h",
520 "core/src/fxcrt/fx_basic_array.cpp", 520 "core/src/fxcrt/fx_basic_array.cpp",
521 "core/src/fxcrt/fx_basic_bstring.cpp", 521 "core/src/fxcrt/fx_basic_bstring.cpp",
522 "core/src/fxcrt/fx_basic_buffer.cpp", 522 "core/src/fxcrt/fx_basic_buffer.cpp",
523 "core/src/fxcrt/fx_basic_coords.cpp", 523 "core/src/fxcrt/fx_basic_coords.cpp",
524 "core/src/fxcrt/fx_basic_gcc.cpp", 524 "core/src/fxcrt/fx_basic_gcc.cpp",
525 "core/src/fxcrt/fx_basic_list.cpp", 525 "core/src/fxcrt/fx_basic_list.cpp",
526 "core/src/fxcrt/fx_basic_maps.cpp", 526 "core/src/fxcrt/fx_basic_maps.cpp",
527 "core/src/fxcrt/fx_basic_memmgr.cpp", 527 "core/src/fxcrt/fx_basic_memmgr.cpp",
528 "core/src/fxcrt/fx_basic_memmgr_mini.cpp",
529 "core/src/fxcrt/fx_basic_plex.cpp", 528 "core/src/fxcrt/fx_basic_plex.cpp",
530 "core/src/fxcrt/fx_basic_utf.cpp", 529 "core/src/fxcrt/fx_basic_utf.cpp",
531 "core/src/fxcrt/fx_basic_util.cpp", 530 "core/src/fxcrt/fx_basic_util.cpp",
532 "core/src/fxcrt/fx_basic_wstring.cpp", 531 "core/src/fxcrt/fx_basic_wstring.cpp",
533 "core/src/fxcrt/fx_extension.cpp", 532 "core/src/fxcrt/fx_extension.cpp",
534 "core/src/fxcrt/fx_ucddata.cpp", 533 "core/src/fxcrt/fx_ucddata.cpp",
535 "core/src/fxcrt/fx_unicode.cpp", 534 "core/src/fxcrt/fx_unicode.cpp",
536 "core/src/fxcrt/fx_xml_composer.cpp", 535 "core/src/fxcrt/fx_xml_composer.cpp",
537 "core/src/fxcrt/fx_xml_parser.cpp", 536 "core/src/fxcrt/fx_xml_parser.cpp",
538 "core/src/fxcrt/mem_int.h",
539 "core/src/fxcrt/plex.h", 537 "core/src/fxcrt/plex.h",
540 "core/src/fxcrt/xml_int.h", 538 "core/src/fxcrt/xml_int.h",
541 ] 539 ]
542 configs -= [ "//build/config/compiler:chromium_code" ] 540 configs -= [ "//build/config/compiler:chromium_code" ]
543 if (is_posix) { 541 if (is_posix) {
544 configs -= [ "//build/config/gcc:no_exceptions" ] 542 configs -= [ "//build/config/gcc:no_exceptions" ]
545 } 543 }
546 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] 544 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
547 } 545 }
548 546
(...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after
858 "fpdfsdk/src/formfiller/FFL_RadioButton.cpp", 856 "fpdfsdk/src/formfiller/FFL_RadioButton.cpp",
859 "fpdfsdk/src/formfiller/FFL_TextField.cpp", 857 "fpdfsdk/src/formfiller/FFL_TextField.cpp",
860 "fpdfsdk/src/formfiller/FFL_Utils.cpp", 858 "fpdfsdk/src/formfiller/FFL_Utils.cpp",
861 ] 859 ]
862 configs -= [ "//build/config/compiler:chromium_code" ] 860 configs -= [ "//build/config/compiler:chromium_code" ]
863 if (is_posix) { 861 if (is_posix) {
864 configs -= [ "//build/config/gcc:no_exceptions" ] 862 configs -= [ "//build/config/gcc:no_exceptions" ]
865 } 863 }
866 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] 864 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
867 } 865 }
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