1 # Copyright 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 component("onc_component") { 6 external = true 7 8 sources = [ 9 "onc_constants.cc", 10 "onc_constants.h", 11 "onc_export.h", 12 ] 13 14 defines = [ "ONC_IMPLEMENTATION" ] 15 16 deps = [ 17 "//base", 18 ] 19 } 20