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

Side by Side Diff: BUILD.gn

Issue 1349843002: Make pdfium_embeddertests link in debug component builds. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 3 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 | pdfium.gyp » ('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("//testing/test.gni") 5 import("//testing/test.gni")
6 6
7 pdf_use_skia = false 7 pdf_use_skia = false
8 8
9 declare_args() { 9 declare_args() {
10 # On Android there's no system FreeType. On Windows and Mac, only a few 10 # On Android there's no system FreeType. On Windows and Mac, only a few
(...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 "testing/embedder_test.cpp", 769 "testing/embedder_test.cpp",
770 "testing/embedder_test.h", 770 "testing/embedder_test.h",
771 "testing/embedder_test_mock_delegate.h", 771 "testing/embedder_test_mock_delegate.h",
772 "testing/embedder_test_timer_handling_delegate.h", 772 "testing/embedder_test_timer_handling_delegate.h",
773 "testing/fx_string_testhelpers.cpp", 773 "testing/fx_string_testhelpers.cpp",
774 "testing/fx_string_testhelpers.h", 774 "testing/fx_string_testhelpers.h",
775 ] 775 ]
776 deps = [ 776 deps = [
777 "//testing/gmock", 777 "//testing/gmock",
778 "//testing/gtest", 778 "//testing/gtest",
779 "//v8",
779 "//v8:v8_libplatform", 780 "//v8:v8_libplatform",
780 ":pdfium", 781 ":pdfium",
781 ] 782 ]
782 include_dirs = [ 783 include_dirs = [
783 "//v8", 784 "//v8",
784 "//v8/include", 785 "//v8/include",
785 "." 786 "."
786 ] 787 ]
787 configs -= [ "//build/config/compiler:chromium_code" ] 788 configs -= [ "//build/config/compiler:chromium_code" ]
788 configs += [ 789 configs += [
789 ":pdfium_config", 790 ":pdfium_config",
790 "//build/config/compiler:no_chromium_code", 791 "//build/config/compiler:no_chromium_code",
791 ] 792 ]
792 } 793 }
OLDNEW
« no previous file with comments | « no previous file | pdfium.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698