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

Side by Side Diff: BUILD.gn

Issue 840903002: Unit test for 417HighLevelEncoder (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: GN Build Created 5 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 | 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 pdf_use_skia = false 5 pdf_use_skia = false
6 6
7 config("pdfium_config") { 7 config("pdfium_config") {
8 cflags = [] 8 cflags = []
9 include_dirs = [ 9 include_dirs = [
10 "third_party/freetype/include" 10 "third_party/freetype/include"
(...skipping 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after
1539 deps = [ 1539 deps = [
1540 "//v8:v8_libplatform", 1540 "//v8:v8_libplatform",
1541 ] 1541 ]
1542 } 1542 }
1543 1543
1544 test("pdfium_unittests") { 1544 test("pdfium_unittests") {
1545 sources = [ 1545 sources = [
1546 "core/src/fxcrt/fx_basic_bstring_unittest.cpp", 1546 "core/src/fxcrt/fx_basic_bstring_unittest.cpp",
1547 "testing/fx_string_testhelpers.cpp", 1547 "testing/fx_string_testhelpers.cpp",
1548 "testing/fx_string_testhelpers.h", 1548 "testing/fx_string_testhelpers.h",
1549 "xfa/src/fxbarcode/src/BC_PDF417HighLevelEncoder_unittest.cpp",
1549 ] 1550 ]
1550 deps = [ 1551 deps = [
1551 "//testing/gtest", 1552 "//testing/gtest",
1552 "//testing/gtest:gtest_main", 1553 "//testing/gtest:gtest_main",
1553 ":pdfium" 1554 ":pdfium"
1554 ] 1555 ]
1555 include_dirs = [ "." ] 1556 include_dirs = [ "." ]
1556 configs -= [ "//build/config/compiler:chromium_code" ] 1557 configs -= [ "//build/config/compiler:chromium_code" ]
1557 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] 1558 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
1558 } 1559 }
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