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

Side by Side Diff: BUILD.gn

Issue 1628643002: Merge to XFA: Fixed object references in CPDF_Object (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 4 years, 11 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/src/fpdfapi/fpdf_parser/fpdf_parser_objects.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 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("//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 1432 matching lines...) Expand 10 before | Expand all | Expand 10 after
1443 ] 1443 ]
1444 } 1444 }
1445 } 1445 }
1446 1446
1447 test("pdfium_unittests") { 1447 test("pdfium_unittests") {
1448 sources = [ 1448 sources = [
1449 "core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp", 1449 "core/src/fpdfapi/fpdf_font/fpdf_font_cid_unittest.cpp",
1450 "core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp", 1450 "core/src/fpdfapi/fpdf_font/fpdf_font_unittest.cpp",
1451 "core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp", 1451 "core/src/fpdfapi/fpdf_page/fpdf_page_parser_old_unittest.cpp",
1452 "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp", 1452 "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_unittest.cpp",
1453 "core/src/fpdfapi/fpdf_parser/fpdf_parser_objects_unittest.cpp",
1453 "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp", 1454 "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_unittest.cpp",
1454 "core/src/fpdftext/fpdf_text_int_unittest.cpp", 1455 "core/src/fpdftext/fpdf_text_int_unittest.cpp",
1455 "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp", 1456 "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp",
1456 "core/src/fxcrt/fx_basic_bstring_unittest.cpp", 1457 "core/src/fxcrt/fx_basic_bstring_unittest.cpp",
1457 "core/src/fxcrt/fx_basic_memmgr_unittest.cpp", 1458 "core/src/fxcrt/fx_basic_memmgr_unittest.cpp",
1458 "core/src/fxcrt/fx_basic_wstring_unittest.cpp", 1459 "core/src/fxcrt/fx_basic_wstring_unittest.cpp",
1459 "core/src/fxcrt/fx_bidi_unittest.cpp", 1460 "core/src/fxcrt/fx_bidi_unittest.cpp",
1460 "core/src/fxcrt/fx_extension_unittest.cpp", 1461 "core/src/fxcrt/fx_extension_unittest.cpp",
1461 "core/src/fxcrt/fx_system_unittest.cpp", 1462 "core/src/fxcrt/fx_system_unittest.cpp",
1462 ] 1463 ]
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
1517 "//v8:v8_libplatform", 1518 "//v8:v8_libplatform",
1518 ] 1519 ]
1519 include_dirs += [ 1520 include_dirs += [
1520 "//v8", 1521 "//v8",
1521 "//v8/include", 1522 "//v8/include",
1522 ] 1523 ]
1523 configs += [ "//v8:external_startup_data" ] 1524 configs += [ "//v8:external_startup_data" ]
1524 } 1525 }
1525 configs += [ ":pdfium_config" ] 1526 configs += [ ":pdfium_config" ]
1526 } 1527 }
OLDNEW
« no previous file with comments | « no previous file | core/src/fpdfapi/fpdf_parser/fpdf_parser_objects.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698