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

Side by Side Diff: BUILD.gn

Issue 1567643002: Merge to XFA: Add fpdf_edit basic creation embedder test. (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 | fpdfsdk/src/fpdfedit_embeddertest.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 1474 matching lines...) Expand 10 before | Expand all | Expand 10 after
1485 1485
1486 test("pdfium_embeddertests") { 1486 test("pdfium_embeddertests") {
1487 sources = [ 1487 sources = [
1488 "core/src/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp", 1488 "core/src/fpdfapi/fpdf_page/fpdf_page_func_embeddertest.cpp",
1489 "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp", 1489 "core/src/fpdfapi/fpdf_parser/fpdf_parser_decode_embeddertest.cpp",
1490 "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp", 1490 "core/src/fpdfapi/fpdf_parser/fpdf_parser_parser_embeddertest.cpp",
1491 "core/src/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp", 1491 "core/src/fpdfapi/fpdf_render/fpdf_render_loadimage_embeddertest.cpp",
1492 "core/src/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp", 1492 "core/src/fpdfapi/fpdf_render/fpdf_render_pattern_embeddertest.cpp",
1493 "fpdfsdk/src/fpdf_dataavail_embeddertest.cpp", 1493 "fpdfsdk/src/fpdf_dataavail_embeddertest.cpp",
1494 "fpdfsdk/src/fpdfdoc_embeddertest.cpp", 1494 "fpdfsdk/src/fpdfdoc_embeddertest.cpp",
1495 "fpdfsdk/src/fpdfedit_embeddertest.cpp",
1495 "fpdfsdk/src/fpdfext_embeddertest.cpp", 1496 "fpdfsdk/src/fpdfext_embeddertest.cpp",
1496 "fpdfsdk/src/fpdfformfill_embeddertest.cpp", 1497 "fpdfsdk/src/fpdfformfill_embeddertest.cpp",
1497 "fpdfsdk/src/fpdfsave_embeddertest.cpp", 1498 "fpdfsdk/src/fpdfsave_embeddertest.cpp",
1498 "fpdfsdk/src/fpdftext_embeddertest.cpp", 1499 "fpdfsdk/src/fpdftext_embeddertest.cpp",
1499 "fpdfsdk/src/fpdfview_c_api_test.c", 1500 "fpdfsdk/src/fpdfview_c_api_test.c",
1500 "fpdfsdk/src/fpdfview_c_api_test.h", 1501 "fpdfsdk/src/fpdfview_c_api_test.h",
1501 "fpdfsdk/src/fpdfview_embeddertest.cpp", 1502 "fpdfsdk/src/fpdfview_embeddertest.cpp",
1502 "testing/embedder_test.cpp", 1503 "testing/embedder_test.cpp",
1503 "testing/embedder_test.h", 1504 "testing/embedder_test.h",
1504 "testing/embedder_test_mock_delegate.h", 1505 "testing/embedder_test_mock_delegate.h",
(...skipping 19 matching lines...) Expand all
1524 "//v8:v8_libplatform", 1525 "//v8:v8_libplatform",
1525 ] 1526 ]
1526 include_dirs += [ 1527 include_dirs += [
1527 "//v8", 1528 "//v8",
1528 "//v8/include", 1529 "//v8/include",
1529 ] 1530 ]
1530 configs += [ "//v8:external_startup_data" ] 1531 configs += [ "//v8:external_startup_data" ]
1531 } 1532 }
1532 configs += [ ":pdfium_config" ] 1533 configs += [ ":pdfium_config" ]
1533 } 1534 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/src/fpdfedit_embeddertest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698