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

Side by Side Diff: BUILD.gn

Issue 2657433002: Remove obsolete include of build_overrides/v8.gni (Closed)
Patch Set: Created 3 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 | samples/BUILD.gn » ('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 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")
6 import("//testing/test.gni") 5 import("//testing/test.gni")
7 import("pdfium.gni") 6 import("pdfium.gni")
8 7
9 config("pdfium_common_config") { 8 config("pdfium_common_config") {
10 cflags = [] 9 cflags = []
11 include_dirs = [ 10 include_dirs = [
12 ".", 11 ".",
13 "third_party/freetype/include", 12 "third_party/freetype/include",
14 "third_party/freetype/include/freetype", 13 "third_party/freetype/include/freetype",
15 ] 14 ]
(...skipping 1855 matching lines...) Expand 10 before | Expand all | Expand 10 after
1871 "//samples", 1870 "//samples",
1872 ] 1871 ]
1873 } 1872 }
1874 group("fuzzers") { 1873 group("fuzzers") {
1875 testonly = true 1874 testonly = true
1876 deps = [ 1875 deps = [
1877 "//testing/libfuzzer", 1876 "//testing/libfuzzer",
1878 ] 1877 ]
1879 } 1878 }
1880 } 1879 }
OLDNEW
« no previous file with comments | « no previous file | samples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698