chromeos: bluetooth: add BluetoothInputClient
[chromium-blink-merge.git] / content / content_app.gypi
blobad1cc83ead73030d499ae70de14d42d78bfddd03
1 # Copyright (c) 2012 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   'include_dirs': [
7     '..',
8   ],
9   'dependencies': [
10     '../base/base.gyp:base',
11     '../base/base.gyp:base_i18n',
12     '../crypto/crypto.gyp:crypto',
13     '../ui/ui.gyp:ui',
14   ],
15   'sources': [
16     'app/content_main.cc',
17     'app/content_main_runner.cc',
18     'app/startup_helper_win.cc',
19     'public/app/content_main.h',
20     'public/app/content_main_delegate.h',
21     'public/app/content_main_runner.h',
22     'public/app/startup_helper_win.h',
23   ],
24   'conditions': [
25     ['OS=="win"', {
26       'dependencies': [
27         '../sandbox/sandbox.gyp:sandbox',
28       ],
29     }],
30   ],