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

Side by Side Diff: pdf/BUILD.gn

Issue 1304163005: Sync more GN unit tests with GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes Created 5 years, 4 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 | « jingle/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 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 pdf_engine = 0 # 0 PDFium 5 pdf_engine = 0 # 0 PDFium
6 6
7 static_library("pdf") { 7 static_library("pdf") {
8 sources = [ 8 sources = [
9 "chunk_stream.cc", 9 "chunk_stream.cc",
10 "chunk_stream.h", 10 "chunk_stream.h",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 "pdfium/pdfium_mem_buffer_file_write.h", 43 "pdfium/pdfium_mem_buffer_file_write.h",
44 "pdfium/pdfium_page.cc", 44 "pdfium/pdfium_page.cc",
45 "pdfium/pdfium_page.h", 45 "pdfium/pdfium_page.h",
46 "pdfium/pdfium_range.cc", 46 "pdfium/pdfium_range.cc",
47 "pdfium/pdfium_range.h", 47 "pdfium/pdfium_range.h",
48 ] 48 ]
49 } 49 }
50 50
51 deps = [ 51 deps = [
52 "//base", 52 "//base",
53 "//components/ui/zoom:ui_zoom", 53 "//components/ui/zoom",
54 "//content/public/common", 54 "//content/public/common",
55 "//net", 55 "//net",
56 "//ppapi/cpp:objects", 56 "//ppapi/cpp:objects",
57 "//ppapi/cpp/private:internal_module", 57 "//ppapi/cpp/private:internal_module",
58 "//third_party/pdfium", 58 "//third_party/pdfium",
59 ] 59 ]
60 } 60 }
OLDNEW
« no previous file with comments | « jingle/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698