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

Side by Side Diff: BUILD.gn

Issue 1898313002: Fix path in BUILD.gn file. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 8 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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("//build_overrides/v8.gni") 5 import("//build_overrides/v8.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 import("pdfium.gni") 7 import("pdfium.gni")
8 8
9 config("pdfium_config") { 9 config("pdfium_config") {
10 cflags = [] 10 cflags = []
(...skipping 628 matching lines...) Expand 10 before | Expand all | Expand 10 after
639 "core/fxcrt/include/fx_stream.h", 639 "core/fxcrt/include/fx_stream.h",
640 "core/fxcrt/include/fx_string.h", 640 "core/fxcrt/include/fx_string.h",
641 "core/fxcrt/include/fx_system.h", 641 "core/fxcrt/include/fx_system.h",
642 "core/fxcrt/include/fx_ucd.h", 642 "core/fxcrt/include/fx_ucd.h",
643 "core/fxcrt/include/fx_xml.h", 643 "core/fxcrt/include/fx_xml.h",
644 "core/fxcrt/plex.h", 644 "core/fxcrt/plex.h",
645 "core/fxcrt/xml_int.h", 645 "core/fxcrt/xml_int.h",
646 ] 646 ]
647 if (pdf_enable_xfa) { 647 if (pdf_enable_xfa) {
648 sources += [ 648 sources += [
649 "core/fxcrt/fx_arabic.cpp",
649 "core/fxcrt/fx_arabic.h", 650 "core/fxcrt/fx_arabic.h",
650 "core/fxcrt/fx_basic_maps.cpp", 651 "core/fxcrt/fx_basic_maps.cpp",
651 "core/fxcrt/include/fx_arabic.cpp",
652 "core/fxcrt/include/fx_arb.h", 652 "core/fxcrt/include/fx_arb.h",
653 ] 653 ]
654 } 654 }
655 configs += [ ":pdfium_config" ] 655 configs += [ ":pdfium_config" ]
656 } 656 }
657 657
658 static_library("fxge") { 658 static_library("fxge") {
659 deps = [ 659 deps = [
660 "third_party:fx_agg", 660 "third_party:fx_agg",
661 ] 661 ]
(...skipping 1057 matching lines...) Expand 10 before | Expand all | Expand 10 after
1719 "//v8:v8_libplatform", 1719 "//v8:v8_libplatform",
1720 ] 1720 ]
1721 include_dirs += [ 1721 include_dirs += [
1722 "//v8", 1722 "//v8",
1723 "//v8/include", 1723 "//v8/include",
1724 ] 1724 ]
1725 configs += [ "//v8:external_startup_data" ] 1725 configs += [ "//v8:external_startup_data" ]
1726 } 1726 }
1727 configs += [ ":pdfium_config" ] 1727 configs += [ ":pdfium_config" ]
1728 } 1728 }
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