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

Side by Side Diff: BUILD.gn

Issue 1147353006: Move fx_safe_types.h to include/ directory. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 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 | core/include/fxcrt/fx_safe_types.h » ('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 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 pdf_use_skia = false 7 pdf_use_skia = false
8 8
9 declare_args() { 9 declare_args() {
10 # On Android there's no system FreeType. On Windows and Mac, only a few 10 # On Android there's no system FreeType. On Windows and Mac, only a few
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 ] 508 ]
509 } 509 }
510 510
511 static_library("fxcrt") { 511 static_library("fxcrt") {
512 sources = [ 512 sources = [
513 "core/include/fxcrt/fx_arb.h", 513 "core/include/fxcrt/fx_arb.h",
514 "core/include/fxcrt/fx_basic.h", 514 "core/include/fxcrt/fx_basic.h",
515 "core/include/fxcrt/fx_coordinates.h", 515 "core/include/fxcrt/fx_coordinates.h",
516 "core/include/fxcrt/fx_ext.h", 516 "core/include/fxcrt/fx_ext.h",
517 "core/include/fxcrt/fx_memory.h", 517 "core/include/fxcrt/fx_memory.h",
518 "core/include/fxcrt/fx_safe_types.h",
518 "core/include/fxcrt/fx_stream.h", 519 "core/include/fxcrt/fx_stream.h",
519 "core/include/fxcrt/fx_string.h", 520 "core/include/fxcrt/fx_string.h",
520 "core/include/fxcrt/fx_system.h", 521 "core/include/fxcrt/fx_system.h",
521 "core/include/fxcrt/fx_ucd.h", 522 "core/include/fxcrt/fx_ucd.h",
522 "core/include/fxcrt/fx_xml.h", 523 "core/include/fxcrt/fx_xml.h",
523 "core/src/fxcrt/extension.h", 524 "core/src/fxcrt/extension.h",
524 "core/src/fxcrt/fx_arabic.cpp", 525 "core/src/fxcrt/fx_arabic.cpp",
525 "core/src/fxcrt/fx_arabic.h", 526 "core/src/fxcrt/fx_arabic.h",
526 "core/src/fxcrt/fx_basic_array.cpp", 527 "core/src/fxcrt/fx_basic_array.cpp",
527 "core/src/fxcrt/fx_basic_bstring.cpp", 528 "core/src/fxcrt/fx_basic_bstring.cpp",
528 "core/src/fxcrt/fx_basic_buffer.cpp", 529 "core/src/fxcrt/fx_basic_buffer.cpp",
529 "core/src/fxcrt/fx_basic_coords.cpp", 530 "core/src/fxcrt/fx_basic_coords.cpp",
530 "core/src/fxcrt/fx_basic_gcc.cpp", 531 "core/src/fxcrt/fx_basic_gcc.cpp",
531 "core/src/fxcrt/fx_basic_list.cpp", 532 "core/src/fxcrt/fx_basic_list.cpp",
532 "core/src/fxcrt/fx_basic_maps.cpp", 533 "core/src/fxcrt/fx_basic_maps.cpp",
533 "core/src/fxcrt/fx_basic_memmgr.cpp", 534 "core/src/fxcrt/fx_basic_memmgr.cpp",
534 "core/src/fxcrt/fx_basic_plex.cpp", 535 "core/src/fxcrt/fx_basic_plex.cpp",
535 "core/src/fxcrt/fx_basic_utf.cpp", 536 "core/src/fxcrt/fx_basic_utf.cpp",
536 "core/src/fxcrt/fx_basic_util.cpp", 537 "core/src/fxcrt/fx_basic_util.cpp",
537 "core/src/fxcrt/fx_basic_wstring.cpp", 538 "core/src/fxcrt/fx_basic_wstring.cpp",
538 "core/src/fxcrt/fx_extension.cpp", 539 "core/src/fxcrt/fx_extension.cpp",
539 "core/src/fxcrt/fx_safe_types.h",
540 "core/src/fxcrt/fx_ucddata.cpp", 540 "core/src/fxcrt/fx_ucddata.cpp",
541 "core/src/fxcrt/fx_unicode.cpp", 541 "core/src/fxcrt/fx_unicode.cpp",
542 "core/src/fxcrt/fx_xml_composer.cpp", 542 "core/src/fxcrt/fx_xml_composer.cpp",
543 "core/src/fxcrt/fx_xml_parser.cpp", 543 "core/src/fxcrt/fx_xml_parser.cpp",
544 "core/src/fxcrt/fxcrt_platforms.cpp", 544 "core/src/fxcrt/fxcrt_platforms.cpp",
545 "core/src/fxcrt/fxcrt_platforms.h", 545 "core/src/fxcrt/fxcrt_platforms.h",
546 "core/src/fxcrt/fxcrt_posix.cpp", 546 "core/src/fxcrt/fxcrt_posix.cpp",
547 "core/src/fxcrt/fxcrt_posix.h", 547 "core/src/fxcrt/fxcrt_posix.h",
548 "core/src/fxcrt/fxcrt_windows.cpp", 548 "core/src/fxcrt/fxcrt_windows.cpp",
549 "core/src/fxcrt/fxcrt_windows.h", 549 "core/src/fxcrt/fxcrt_windows.h",
(...skipping 350 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 "//v8", 900 "//v8",
901 "//v8/include", 901 "//v8/include",
902 "." 902 "."
903 ] 903 ]
904 configs -= [ "//build/config/compiler:chromium_code" ] 904 configs -= [ "//build/config/compiler:chromium_code" ]
905 configs += [ 905 configs += [
906 ":pdfium_config", 906 ":pdfium_config",
907 "//build/config/compiler:no_chromium_code", 907 "//build/config/compiler:no_chromium_code",
908 ] 908 ]
909 } 909 }
OLDNEW
« no previous file with comments | « no previous file | core/include/fxcrt/fx_safe_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698