OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | |
5 { | 4 { |
6 'targets': [ | 5 'targets': [ |
7 { | 6 { |
8 'target_name': 'performance_monitor', | 7 'target_name': 'feature', |
not at google - send to devlin
2013/09/12 16:20:43
it's simpler to just put this in with api.gyp with
dhnishi (use Chromium)
2013/09/13 17:36:42
Done. File removed and modified the api.gyp file i
| |
9 'type': 'static_library', | 8 'type': 'static_library', |
10 'sources': [ | 9 'sources': [ |
11 '<@(schema_files)', | 10 '<@(schema_files)', |
12 ], | 11 ], |
13 'includes': [ | 12 'includes': [ |
14 '../../../build/json_schema_compile.gypi', | 13 '../../../../build/features_compile.gypi', |
15 ], | 14 ], |
16 'variables': { | 15 'variables': { |
17 'chromium_code': 1, | 16 'chromium_code': 1, |
18 'schema_files': [ | 17 'schema_files': [ |
19 'events.json', | 18 '_permission_features.json', |
20 ], | 19 ], |
21 'cc_dir': 'chrome/browser/performance_monitor', | 20 'cc_dir': 'chrome/common/extensions/api', |
22 'root_namespace': 'performance_monitor', | |
23 }, | 21 }, |
24 }, | 22 }, |
25 ], | 23 ], |
26 } | 24 } |
OLD | NEW |