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

Side by Side Diff: BUILD.gn

Issue 2514173002: Check dimensions and content of bitmaps in EmbedderTests. (Closed)
Patch Set: Use built-in md5sum, rebase Created 4 years 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/fpdfapi/page/fpdf_page_func_embeddertest.cpp » ('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") 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_common_config") { 9 config("pdfium_common_config") {
10 cflags = [] 10 cflags = []
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 } 186 }
187 187
188 static_library("test_support") { 188 static_library("test_support") {
189 testonly = true 189 testonly = true
190 sources = [ 190 sources = [
191 "testing/fx_string_testhelpers.cpp", 191 "testing/fx_string_testhelpers.cpp",
192 "testing/fx_string_testhelpers.h", 192 "testing/fx_string_testhelpers.h",
193 "testing/test_support.cpp", 193 "testing/test_support.cpp",
194 "testing/test_support.h", 194 "testing/test_support.h",
195 "testing/utils/path_service.cpp", 195 "testing/utils/path_service.cpp",
196 "testing/utils/path_service.h",
196 ] 197 ]
197 deps = [ 198 deps = [
198 ":pdfium", 199 ":pdfium",
199 "//testing/gmock", 200 "//testing/gmock",
200 "//testing/gtest", 201 "//testing/gtest",
201 ] 202 ]
202 include_dirs = [] 203 include_dirs = []
203 if (pdf_enable_v8) { 204 if (pdf_enable_v8) {
204 deps += [ 205 deps += [
205 "//v8", 206 "//v8",
(...skipping 1630 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 "//samples", 1837 "//samples",
1837 ] 1838 ]
1838 } 1839 }
1839 group("fuzzers") { 1840 group("fuzzers") {
1840 testonly = true 1841 testonly = true
1841 deps = [ 1842 deps = [
1842 "//testing/libfuzzer", 1843 "//testing/libfuzzer",
1843 ] 1844 ]
1844 } 1845 }
1845 } 1846 }
OLDNEW
« no previous file with comments | « no previous file | core/fpdfapi/page/fpdf_page_func_embeddertest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698