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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 'file_browser_handler_internal.json', | 49 'file_browser_handler_internal.json', |
50 'file_system.idl', | 50 'file_system.idl', |
51 'font_settings.json', | 51 'font_settings.json', |
52 'history.json', | 52 'history.json', |
53 'i18n.json', | 53 'i18n.json', |
54 'management.json', | 54 'management.json', |
55 'media_galleries.idl', | 55 'media_galleries.idl', |
56 'media_galleries_private.idl', | 56 'media_galleries_private.idl', |
57 'networking_private.json', | 57 'networking_private.json', |
58 'page_capture.json', | 58 'page_capture.json', |
| 59 'page_launcher.idl', |
59 'permissions.json', | 60 'permissions.json', |
60 'push_messaging.idl', | 61 'push_messaging.idl', |
61 'rtc_private.idl', | 62 'rtc_private.idl', |
62 'serial.idl', | 63 'serial.idl', |
63 'session_restore.json', | 64 'session_restore.json', |
64 'socket.idl', | 65 'socket.idl', |
65 'storage.json', | 66 'storage.json', |
66 'sync_file_system.idl', | 67 'sync_file_system.idl', |
67 'system_indicator.idl', | 68 'system_indicator.idl', |
68 'system_info_display.idl', | 69 'system_info_display.idl', |
(...skipping 17 matching lines...) Expand all Loading... |
86 ['OS!="chromeos"', { | 87 ['OS!="chromeos"', { |
87 'schema_files!': [ | 88 'schema_files!': [ |
88 'file_browser_handler_internal.json', | 89 'file_browser_handler_internal.json', |
89 'rtc_private.idl', | 90 'rtc_private.idl', |
90 ], | 91 ], |
91 }], | 92 }], |
92 ], | 93 ], |
93 }, | 94 }, |
94 ], | 95 ], |
95 } | 96 } |
OLD | NEW |