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

Side by Side Diff: BUILD.gn

Issue 1806683003: Fix GN build (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 9 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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 1473 matching lines...) Expand 10 before | Expand all | Expand 10 after
1484 "core/fxcrt/fx_extension_unittest.cpp", 1484 "core/fxcrt/fx_extension_unittest.cpp",
1485 "core/fxcrt/fx_system_unittest.cpp", 1485 "core/fxcrt/fx_system_unittest.cpp",
1486 "fpdfsdk/fpdfdoc_unittest.cpp", 1486 "fpdfsdk/fpdfdoc_unittest.cpp",
1487 ] 1487 ]
1488 deps = [ 1488 deps = [
1489 ":pdfium", 1489 ":pdfium",
1490 ":test_support", 1490 ":test_support",
1491 "//testing/gtest", 1491 "//testing/gtest",
1492 "//testing/gtest:gtest_main", 1492 "//testing/gtest:gtest_main",
1493 ] 1493 ]
1494 include_dirs = []
1494 if (pdf_enable_xfa) { 1495 if (pdf_enable_xfa) {
1495 sources += [ 1496 sources += [
1496 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp", 1497 "xfa/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp",
1497 "xfa/fxfa/parser/xfa_utils_imp_unittest.cpp", 1498 "xfa/fxfa/parser/xfa_utils_imp_unittest.cpp",
1498 ] 1499 ]
1499 } 1500 }
1500 if (pdf_enable_v8) { 1501 if (pdf_enable_v8) {
1501 sources += [ 1502 sources += [
1502 "fpdfsdk/javascript/public_methods_unittest.cpp", 1503 "fpdfsdk/javascript/public_methods_unittest.cpp",
1503 ] 1504 ]
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
1552 "//v8:v8_libplatform", 1553 "//v8:v8_libplatform",
1553 ] 1554 ]
1554 include_dirs += [ 1555 include_dirs += [
1555 "//v8", 1556 "//v8",
1556 "//v8/include", 1557 "//v8/include",
1557 ] 1558 ]
1558 configs += [ "//v8:external_startup_data" ] 1559 configs += [ "//v8:external_startup_data" ]
1559 } 1560 }
1560 configs += [ ":pdfium_config" ] 1561 configs += [ ":pdfium_config" ]
1561 } 1562 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698