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

Side by Side Diff: BUILD.gn

Issue 1652533002: Add tests for CBA_AnnotIterator. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: static_cast. Created 4 years, 10 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/include/fsdk_mgr.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("//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 741 matching lines...) Expand 10 before | Expand all | Expand 10 after
752 "fpdfsdk/src/fpdf_dataavail_embeddertest.cpp", 752 "fpdfsdk/src/fpdf_dataavail_embeddertest.cpp",
753 "fpdfsdk/src/fpdfdoc_embeddertest.cpp", 753 "fpdfsdk/src/fpdfdoc_embeddertest.cpp",
754 "fpdfsdk/src/fpdfedit_embeddertest.cpp", 754 "fpdfsdk/src/fpdfedit_embeddertest.cpp",
755 "fpdfsdk/src/fpdfext_embeddertest.cpp", 755 "fpdfsdk/src/fpdfext_embeddertest.cpp",
756 "fpdfsdk/src/fpdfformfill_embeddertest.cpp", 756 "fpdfsdk/src/fpdfformfill_embeddertest.cpp",
757 "fpdfsdk/src/fpdfsave_embeddertest.cpp", 757 "fpdfsdk/src/fpdfsave_embeddertest.cpp",
758 "fpdfsdk/src/fpdftext_embeddertest.cpp", 758 "fpdfsdk/src/fpdftext_embeddertest.cpp",
759 "fpdfsdk/src/fpdfview_c_api_test.c", 759 "fpdfsdk/src/fpdfview_c_api_test.c",
760 "fpdfsdk/src/fpdfview_c_api_test.h", 760 "fpdfsdk/src/fpdfview_c_api_test.h",
761 "fpdfsdk/src/fpdfview_embeddertest.cpp", 761 "fpdfsdk/src/fpdfview_embeddertest.cpp",
762 "fpdfsdk/src/fsdk_baseform_embeddertest.cpp",
762 "testing/embedder_test.cpp", 763 "testing/embedder_test.cpp",
763 "testing/embedder_test.h", 764 "testing/embedder_test.h",
764 "testing/embedder_test_mock_delegate.h", 765 "testing/embedder_test_mock_delegate.h",
765 "testing/embedder_test_timer_handling_delegate.h", 766 "testing/embedder_test_timer_handling_delegate.h",
766 ] 767 ]
767 deps = [ 768 deps = [
768 "//testing/gmock", 769 "//testing/gmock",
769 "//testing/gtest", 770 "//testing/gtest",
770 ":pdfium", 771 ":pdfium",
771 ":test_support", 772 ":test_support",
(...skipping 11 matching lines...) Expand all
783 "//v8:v8_libplatform", 784 "//v8:v8_libplatform",
784 ] 785 ]
785 include_dirs += [ 786 include_dirs += [
786 "//v8", 787 "//v8",
787 "//v8/include", 788 "//v8/include",
788 ] 789 ]
789 configs += [ "//v8:external_startup_data" ] 790 configs += [ "//v8:external_startup_data" ]
790 } 791 }
791 configs += [ ":pdfium_config" ] 792 configs += [ ":pdfium_config" ]
792 } 793 }
OLDNEW
« no previous file with comments | « no previous file | fpdfsdk/include/fsdk_mgr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698