chromeos: dbus: add Bluetooth properties support
[chromium-blink-merge.git] / content / content_utility.gypi
blobe799de5ecf3fb6804c1c76ffd8571c6c101828cb
1 # Copyright (c) 2011 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.
6   'dependencies': [
7     '../base/base.gyp:base',
8   ],
9   'sources': [
10     'public/utility/content_utility_client.h',
11     'public/utility/utility_thread.cc',
12     'public/utility/utility_thread.h',
13     'utility/utility_main.cc',
14     'utility/utility_thread_impl.cc',
15     'utility/utility_thread_impl.h',
16   ],
17   'include_dirs': [
18     '..',
19   ],