Chromium Code Reviews| 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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 97 'reading_list_private.json', | 97 'reading_list_private.json', |
| 98 'runtime.json', | 98 'runtime.json', |
| 99 'serial.idl', | 99 'serial.idl', |
| 100 'sessions.json', | 100 'sessions.json', |
| 101 'signed_in_devices.idl', | 101 'signed_in_devices.idl', |
| 102 'socket.idl', | 102 'socket.idl', |
| 103 'sockets_tcp.idl', | 103 'sockets_tcp.idl', |
| 104 'sockets_tcp_server.idl', | 104 'sockets_tcp_server.idl', |
| 105 'sockets_udp.idl', | 105 'sockets_udp.idl', |
| 106 'storage.json', | 106 'storage.json', |
| 107 'streams_private.idl', | |
|
not at google - send to devlin
2014/02/12 20:35:16
you should put this up in "non_compiled_schema_fil
Zachary Kuznia
2014/02/12 23:17:08
Done.
| |
| 107 'sync_file_system.idl', | 108 'sync_file_system.idl', |
| 108 'system_cpu.idl', | 109 'system_cpu.idl', |
| 109 'system_display.idl', | 110 'system_display.idl', |
| 110 'system_indicator.idl', | 111 'system_indicator.idl', |
| 111 'system_memory.idl', | 112 'system_memory.idl', |
| 112 'system_network.idl', | 113 'system_network.idl', |
| 113 'system_private.json', | 114 'system_private.json', |
| 114 'system_storage.idl', | 115 'system_storage.idl', |
| 115 'tab_capture.idl', | 116 'tab_capture.idl', |
| 116 'tabs.json', | 117 'tabs.json', |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 185 'conditions': [ | 186 'conditions': [ |
| 186 ['chromeos==1', { | 187 ['chromeos==1', { |
| 187 'dependencies': [ | 188 'dependencies': [ |
| 188 '<(DEPTH)/chrome/chrome.gyp:drive_proto', | 189 '<(DEPTH)/chrome/chrome.gyp:drive_proto', |
| 189 ], | 190 ], |
| 190 }], | 191 }], |
| 191 ], | 192 ], |
| 192 }, | 193 }, |
| 193 ], | 194 ], |
| 194 } | 195 } |
| OLD | NEW |