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

Side by Side Diff: BUILD.gn

Issue 1441473004: Fix typos in BUILD.gn. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years, 1 month 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 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 import("pdfium.gni") 6 import("pdfium.gni")
7 7
8 config("pdfium_config") { 8 config("pdfium_config") {
9 cflags = [] 9 cflags = []
10 include_dirs = [ 10 include_dirs = [
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 } 146 }
147 } 147 }
148 148
149 source_set("test_support") { 149 source_set("test_support") {
150 testonly = true 150 testonly = true
151 sources = [ 151 sources = [
152 "testing/fx_string_testhelpers.cpp", 152 "testing/fx_string_testhelpers.cpp",
153 "testing/fx_string_testhelpers.h", 153 "testing/fx_string_testhelpers.h",
154 "testing/test_support.cpp", 154 "testing/test_support.cpp",
155 "testing/test_support.h", 155 "testing/test_support.h",
156 'testing/utils/path_service.cpp', 156 "testing/utils/path_service.cpp",
157 ] 157 ]
158 deps = [ 158 deps = [
159 "//testing/gmock", 159 "//testing/gmock",
160 "//testing/gtest", 160 "//testing/gtest",
161 ":pdfium", 161 ":pdfium",
162 ] 162 ]
163 include_dirs = [] 163 include_dirs = []
164 if (pdf_enable_v8) { 164 if (pdf_enable_v8) {
165 deps += [ 165 deps += [
166 "//v8", 166 "//v8",
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 "//v8", 775 "//v8",
776 "//v8:v8_libplatform", 776 "//v8:v8_libplatform",
777 ] 777 ]
778 include_dirs += [ 778 include_dirs += [
779 "//v8", 779 "//v8",
780 "//v8/include", 780 "//v8/include",
781 ] 781 ]
782 } 782 }
783 configs += [ ":pdfium_config" ] 783 configs += [ ":pdfium_config" ]
784 } 784 }
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