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_array_output.h', | 8 'c/pp_array_output.h', |
9 'c/pp_bool.h', | 9 'c/pp_bool.h', |
10 'c/pp_completion_callback.h', | 10 'c/pp_completion_callback.h', |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 | 245 |
246 # Deprecated interfaces. | 246 # Deprecated interfaces. |
247 'cpp/dev/scriptable_object_deprecated.h', | 247 'cpp/dev/scriptable_object_deprecated.h', |
248 'cpp/dev/scriptable_object_deprecated.cc', | 248 'cpp/dev/scriptable_object_deprecated.cc', |
249 | 249 |
250 # Private interfaces. | 250 # Private interfaces. |
251 'cpp/private/flash.cc', | 251 'cpp/private/flash.cc', |
252 'cpp/private/flash.h', | 252 'cpp/private/flash.h', |
253 'cpp/private/flash_clipboard.cc', | 253 'cpp/private/flash_clipboard.cc', |
254 'cpp/private/flash_clipboard.h', | 254 'cpp/private/flash_clipboard.h', |
| 255 'cpp/private/flash_device_id.cc', |
| 256 'cpp/private/flash_device_id.h', |
255 'cpp/private/flash_fullscreen.cc', | 257 'cpp/private/flash_fullscreen.cc', |
256 'cpp/private/flash_fullscreen.h', | 258 'cpp/private/flash_fullscreen.h', |
257 'cpp/private/flash_menu.cc', | 259 'cpp/private/flash_menu.cc', |
258 'cpp/private/flash_menu.h', | 260 'cpp/private/flash_menu.h', |
259 'cpp/private/flash_message_loop.cc', | 261 'cpp/private/flash_message_loop.cc', |
260 'cpp/private/flash_message_loop.h', | 262 'cpp/private/flash_message_loop.h', |
261 'cpp/private/host_resolver_private.cc', | 263 'cpp/private/host_resolver_private.cc', |
262 'cpp/private/host_resolver_private.h', | 264 'cpp/private/host_resolver_private.h', |
263 'cpp/private/instance_private.cc', | 265 'cpp/private/instance_private.cc', |
264 'cpp/private/instance_private.h', | 266 'cpp/private/instance_private.h', |
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
437 'tests/test_x509_certificate_private.h', | 439 'tests/test_x509_certificate_private.h', |
438 | 440 |
439 # Deprecated test cases. | 441 # Deprecated test cases. |
440 'tests/test_instance_deprecated.cc', | 442 'tests/test_instance_deprecated.cc', |
441 'tests/test_instance_deprecated.h', | 443 'tests/test_instance_deprecated.h', |
442 'tests/test_var_deprecated.cc', | 444 'tests/test_var_deprecated.cc', |
443 'tests/test_var_deprecated.h', | 445 'tests/test_var_deprecated.h', |
444 ], | 446 ], |
445 }, | 447 }, |
446 } | 448 } |
OLD | NEW |