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 3 # found in the LICENSE file. 4 5 import("//build/config/features.gni") 6 7 static_library("common") { 8 sources = [ 9 "pdf_message_generator.cc", 10 "pdf_message_generator.h", 11 "pdf_messages.h", 12 ] 13 14 deps = [ 15 "//base", 16 "//content/public/common", 17 "//ipc", 18 "//url", 19 ] 20 } 21