# Copyright 2014 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. { 'variables': { 'include_tests%': 1, 'chromium_code': 1, }, 'targets': [ { 'target_name': 'cast_config', 'type': 'static_library', 'include_dirs': [ '<(DEPTH)/', ], 'dependencies': [ '<(DEPTH)/base/base.gyp:base', ], 'sources': [ 'cast_config.cc', 'cast_config.h', 'cast_defines.h', 'cast_environment.cc', 'cast_environment.h', ], # source }, ], }