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

Side by Side Diff: third_party/BUILD.gn

Issue 1923333002: Allow overriding GN build flags (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 4 years, 7 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 | « testing/libfuzzer/BUILD.gn ('k') | 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 2014 PDFium Authors. All rights reserved. 1 # Copyright 2014 PDFium 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("../pdfium.gni") 5 import("//build_overrides/pdfium.gni")
6 6
7 group("third_party") { 7 group("third_party") {
8 deps = [ 8 deps = [
9 ":bigint", 9 ":bigint",
10 ":fx_freetype", 10 ":fx_freetype",
11 ":pdfium_base", 11 ":pdfium_base",
12 ] 12 ]
13 } 13 }
14 14
15 source_set("bigint") { 15 source_set("bigint") {
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
424 sources = [ 424 sources = [
425 "base/logging.h", 425 "base/logging.h",
426 "base/macros.h", 426 "base/macros.h",
427 "base/numerics/safe_conversions.h", 427 "base/numerics/safe_conversions.h",
428 "base/numerics/safe_conversions_impl.h", 428 "base/numerics/safe_conversions_impl.h",
429 "base/numerics/safe_math.h", 429 "base/numerics/safe_math.h",
430 "base/numerics/safe_math_impl.h", 430 "base/numerics/safe_math_impl.h",
431 "base/stl_util.h", 431 "base/stl_util.h",
432 ] 432 ]
433 } 433 }
OLDNEW
« no previous file with comments | « testing/libfuzzer/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698