| 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 'variables': { | 6 'variables': { |
| 7 'c_source_files': [ | 7 'c_source_files': [ |
| 8 'c/pp_bool.h', | 8 'c/pp_bool.h', |
| 9 'c/pp_completion_callback.h', | 9 'c/pp_completion_callback.h', |
| 10 'c/pp_errors.h', | 10 'c/pp_errors.h', |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 'cpp/dev/zoom_dev.cc', | 222 'cpp/dev/zoom_dev.cc', |
| 223 'cpp/dev/zoom_dev.h', | 223 'cpp/dev/zoom_dev.h', |
| 224 | 224 |
| 225 # Deprecated interfaces. | 225 # Deprecated interfaces. |
| 226 'cpp/dev/scriptable_object_deprecated.h', | 226 'cpp/dev/scriptable_object_deprecated.h', |
| 227 'cpp/dev/scriptable_object_deprecated.cc', | 227 'cpp/dev/scriptable_object_deprecated.cc', |
| 228 | 228 |
| 229 # Private interfaces. | 229 # Private interfaces. |
| 230 'cpp/private/flash.cc', | 230 'cpp/private/flash.cc', |
| 231 'cpp/private/flash.h', | 231 'cpp/private/flash.h', |
| 232 'cpp/private/flash_clipboard.cc', |
| 233 'cpp/private/flash_clipboard.h', |
| 232 'cpp/private/flash_fullscreen.cc', | 234 'cpp/private/flash_fullscreen.cc', |
| 233 'cpp/private/flash_fullscreen.h', | 235 'cpp/private/flash_fullscreen.h', |
| 234 'cpp/private/flash_menu.cc', | 236 'cpp/private/flash_menu.cc', |
| 235 'cpp/private/flash_menu.h', | 237 'cpp/private/flash_menu.h', |
| 236 'cpp/private/flash_net_connector.cc', | 238 'cpp/private/flash_net_connector.cc', |
| 237 'cpp/private/flash_net_connector.h', | 239 'cpp/private/flash_net_connector.h', |
| 238 'cpp/private/instance_private.cc', | 240 'cpp/private/instance_private.cc', |
| 239 'cpp/private/instance_private.h', | 241 'cpp/private/instance_private.h', |
| 240 'cpp/private/net_address_private.cc', | 242 'cpp/private/net_address_private.cc', |
| 241 'cpp/private/net_address_private.h', | 243 'cpp/private/net_address_private.h', |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 403 'c/dev/ppb_transport_dev.h', | 405 'c/dev/ppb_transport_dev.h', |
| 404 ], | 406 ], |
| 405 'cpp_source_files': [ | 407 'cpp_source_files': [ |
| 406 'cpp/dev/transport_dev.cc', | 408 'cpp/dev/transport_dev.cc', |
| 407 'cpp/dev/transport_dev.h', | 409 'cpp/dev/transport_dev.h', |
| 408 ], | 410 ], |
| 409 }, | 411 }, |
| 410 }], | 412 }], |
| 411 ], | 413 ], |
| 412 } | 414 } |
| OLD | NEW |