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

Side by Side Diff: pdf/BUILD.gn

Issue 921953002: Split apart the PPAPI GN targets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix component Created 5 years, 10 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 | « media/cdm/ppapi/BUILD.gn ('k') | ppapi/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 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 "button.h", 9 "button.h",
10 "button.cc", 10 "button.cc",
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 65
66 if (is_win) { 66 if (is_win) {
67 cflags = [ "/wd4267" ] # TODO(jschuh) size_t to int truncations. 67 cflags = [ "/wd4267" ] # TODO(jschuh) size_t to int truncations.
68 } 68 }
69 69
70 deps = [ 70 deps = [
71 "//base", 71 "//base",
72 "//components/ui/zoom:ui_zoom", 72 "//components/ui/zoom:ui_zoom",
73 "//content/public/common", 73 "//content/public/common",
74 "//net", 74 "//net",
75 "//ppapi:ppapi_internal_module", 75 "//ppapi/cpp/private:internal_module",
76 "//third_party/pdfium", 76 "//third_party/pdfium",
77 ] 77 ]
78 } 78 }
OLDNEW
« no previous file with comments | « media/cdm/ppapi/BUILD.gn ('k') | ppapi/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698