OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 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 | 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 | 4 |
5 { | 5 { |
6 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'api', | 8 'target_name': 'api', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'sources': [ | 10 'sources': [ |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
70 'media_galleries_private.idl', | 70 'media_galleries_private.idl', |
71 'media_player_private.json', | 71 'media_player_private.json', |
72 'metrics_private.json', | 72 'metrics_private.json', |
73 'music_manager_private.idl', | 73 'music_manager_private.idl', |
74 'networking_private.json', | 74 'networking_private.json', |
75 'notifications.idl', | 75 'notifications.idl', |
76 'omnibox.json', | 76 'omnibox.json', |
77 'page_capture.json', | 77 'page_capture.json', |
78 'page_launcher.idl', | 78 'page_launcher.idl', |
79 'permissions.json', | 79 'permissions.json', |
| 80 'ping_private.idl', |
80 'preferences_private.json', | 81 'preferences_private.json', |
81 'power.idl', | 82 'power.idl', |
82 'push_messaging.idl', | 83 'push_messaging.idl', |
83 'rtc_private.idl', | 84 'rtc_private.idl', |
84 'runtime.json', | 85 'runtime.json', |
85 'serial.idl', | 86 'serial.idl', |
86 'session_restore.json', | 87 'session_restore.json', |
87 'socket.idl', | 88 'socket.idl', |
88 'storage.json', | 89 'storage.json', |
89 'sync_file_system.idl', | 90 'sync_file_system.idl', |
(...skipping 30 matching lines...) Expand all Loading... |
120 ['OS!="chromeos"', { | 121 ['OS!="chromeos"', { |
121 'schema_files!': [ | 122 'schema_files!': [ |
122 'file_browser_handler_internal.json', | 123 'file_browser_handler_internal.json', |
123 'rtc_private.idl', | 124 'rtc_private.idl', |
124 ], | 125 ], |
125 }], | 126 }], |
126 ], | 127 ], |
127 }, | 128 }, |
128 ], | 129 ], |
129 } | 130 } |
OLD | NEW |