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

Side by Side Diff: BUILD.gn

Issue 2383563002: Move core/fpdftext/include to core/fpdftext (Closed)
Patch Set: Rebase to master Created 4 years, 2 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/fpdftext/cpdf_linkextract.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 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_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 ] 546 ]
547 configs += [ ":pdfium_core_config" ] 547 configs += [ ":pdfium_core_config" ]
548 deps = [ 548 deps = [
549 ":fxcrt", 549 ":fxcrt",
550 ] 550 ]
551 } 551 }
552 552
553 static_library("fpdftext") { 553 static_library("fpdftext") {
554 sources = [ 554 sources = [
555 "core/fpdftext/cpdf_linkextract.cpp", 555 "core/fpdftext/cpdf_linkextract.cpp",
556 "core/fpdftext/cpdf_linkextract.h",
556 "core/fpdftext/cpdf_textpage.cpp", 557 "core/fpdftext/cpdf_textpage.cpp",
558 "core/fpdftext/cpdf_textpage.h",
557 "core/fpdftext/cpdf_textpagefind.cpp", 559 "core/fpdftext/cpdf_textpagefind.cpp",
558 "core/fpdftext/include/cpdf_linkextract.h", 560 "core/fpdftext/cpdf_textpagefind.h",
559 "core/fpdftext/include/cpdf_textpage.h",
560 "core/fpdftext/include/cpdf_textpagefind.h",
561 "core/fpdftext/unicodenormalizationdata.cpp", 561 "core/fpdftext/unicodenormalizationdata.cpp",
562 "core/fpdftext/unicodenormalizationdata.h", 562 "core/fpdftext/unicodenormalizationdata.h",
563 ] 563 ]
564 configs += [ ":pdfium_core_config" ] 564 configs += [ ":pdfium_core_config" ]
565 deps = [ 565 deps = [
566 ":fxcrt", 566 ":fxcrt",
567 ] 567 ]
568 } 568 }
569 569
570 static_library("fxcodec") { 570 static_library("fxcodec") {
(...skipping 1185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1756 } 1756 }
1757 1757
1758 if (pdf_is_standalone) { 1758 if (pdf_is_standalone) {
1759 source_set("samples") { 1759 source_set("samples") {
1760 testonly = true 1760 testonly = true
1761 deps = [ 1761 deps = [
1762 "//samples", 1762 "//samples",
1763 ] 1763 ]
1764 } 1764 }
1765 } 1765 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdftext/cpdf_linkextract.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698