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

Side by Side Diff: BUILD.gn

Issue 1358163003: Merge to XFA: Change nonstd::unique_ptr to take a custom deleter. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
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 | core/include/fxcrt/fx_basic.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("//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 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after
1428 } 1428 }
1429 1429
1430 test("pdfium_unittests") { 1430 test("pdfium_unittests") {
1431 sources = [ 1431 sources = [
1432 "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp", 1432 "core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp",
1433 "core/src/fxcrt/fx_basic_bstring_unittest.cpp", 1433 "core/src/fxcrt/fx_basic_bstring_unittest.cpp",
1434 "core/src/fxcrt/fx_basic_memmgr_unittest.cpp", 1434 "core/src/fxcrt/fx_basic_memmgr_unittest.cpp",
1435 "core/src/fxcrt/fx_basic_wstring_unittest.cpp", 1435 "core/src/fxcrt/fx_basic_wstring_unittest.cpp",
1436 "testing/fx_string_testhelpers.cpp", 1436 "testing/fx_string_testhelpers.cpp",
1437 "testing/fx_string_testhelpers.h", 1437 "testing/fx_string_testhelpers.h",
1438 "third_party/base/nonstd_unique_ptr_unittest.cpp",
1438 "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", 1439 "xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp",
1439 "xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp", 1440 "xfa/src/fxfa/src/parser/xfa_utils_imp_unittest.cpp",
1440 ] 1441 ]
1441 deps = [ 1442 deps = [
1442 "//testing/gtest", 1443 "//testing/gtest",
1443 "//testing/gtest:gtest_main", 1444 "//testing/gtest:gtest_main",
1444 ":pdfium" 1445 ":pdfium"
1445 ] 1446 ]
1446 include_dirs = [ "." ] 1447 include_dirs = [ "." ]
1447 configs -= [ "//build/config/compiler:chromium_code" ] 1448 configs -= [ "//build/config/compiler:chromium_code" ]
(...skipping 26 matching lines...) Expand all
1474 ":pdfium" 1475 ":pdfium"
1475 ] 1476 ]
1476 include_dirs = [ 1477 include_dirs = [
1477 ".", 1478 ".",
1478 "//v8", 1479 "//v8",
1479 "//v8/include", 1480 "//v8/include",
1480 ] 1481 ]
1481 configs -= [ "//build/config/compiler:chromium_code" ] 1482 configs -= [ "//build/config/compiler:chromium_code" ]
1482 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ] 1483 configs += [ ":pdfium_config", "//build/config/compiler:no_chromium_code" ]
1483 } 1484 }
OLDNEW
« no previous file with comments | « no previous file | core/include/fxcrt/fx_basic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698