1 # Copyright (c) 2013 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 config("modp_b64_config") { 6 include_dirs = [ "." ] 7 } 8 9 source_set("modp_b64") { 10 sources = [ 11 "modp_b64.cc", 12 "modp_b64/modp_b64.h", 13 "modp_b64_data.h", 14 ] 15 16 public_configs = [ ":modp_b64_config" ] 17 include_dirs = [ "modp_b64" ] 18 } 19