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

Side by Side Diff: printing/common/BUILD.gn

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: rebase again Created 3 years, 8 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
OLDNEW
(Empty)
1 # Copyright 2017 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 source_set("common") {
Lei Zhang 2017/04/27 22:42:21 Is printing/common meant to be code that can run i
Wei Li 2017/04/29 04:35:18 In general, common/ directory contains code shared
Lei Zhang 2017/05/04 01:31:09 I guess we can start splitting up printing/ a bit.
Wei Li 2017/05/04 18:18:28 Acknowledged.
6 sources = [
7 "pdf_metafile_utils.cc",
8 "pdf_metafile_utils.h",
9 ]
10
11 deps = [
12 "//base",
13 "//skia",
14 ]
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698