Unregister from GCM when the only GCM app is removed
[chromium-blink-merge.git] / extensions / shell / common / api / schemas.gypi
blob201628b178375c398817823f6505ba83af31d81e
1 # Copyright 2014 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   'sources': [
7     '<@(schema_files)',
8   ],
9   'variables': {
10     'schema_files': [
11       'identity.idl',
12     ],
13     'non_compiled_schema_files': [
14     ],
15     # Chrome OS specific APIs.
16     'chromeos_schema_files': [
17       'shell_gcd.idl',
18     ],
19     
20     'chromium_code': 1,
21     'cc_dir': 'extensions/shell/common/api',
22     'root_namespace': 'extensions::shell::api::%(namespace)s',
23     'impl_dir_': 'extensions/shell/browser/api',
24     
25     'conditions': [
26       ['chromeos==1', {
27         'schema_files': [
28           '<@(chromeos_schema_files)',
29         ],
30       }],
31     ],
32   },