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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
263 'cpp/dev/scrollbar_dev.cc', | 263 'cpp/dev/scrollbar_dev.cc', |
264 'cpp/dev/scrollbar_dev.h', | 264 'cpp/dev/scrollbar_dev.h', |
265 'cpp/dev/selection_dev.cc', | 265 'cpp/dev/selection_dev.cc', |
266 'cpp/dev/selection_dev.h', | 266 'cpp/dev/selection_dev.h', |
267 'cpp/dev/text_input_dev.cc', | 267 'cpp/dev/text_input_dev.cc', |
268 'cpp/dev/text_input_dev.h', | 268 'cpp/dev/text_input_dev.h', |
269 'cpp/dev/truetype_font_dev.cc', | 269 'cpp/dev/truetype_font_dev.cc', |
270 'cpp/dev/truetype_font_dev.h', | 270 'cpp/dev/truetype_font_dev.h', |
271 'cpp/dev/url_util_dev.cc', | 271 'cpp/dev/url_util_dev.cc', |
272 'cpp/dev/url_util_dev.h', | 272 'cpp/dev/url_util_dev.h', |
| 273 'cpp/dev/var_resource_dev.cc', |
| 274 'cpp/dev/var_resource_dev.h', |
273 'cpp/dev/video_capture_client_dev.cc', | 275 'cpp/dev/video_capture_client_dev.cc', |
274 'cpp/dev/video_capture_client_dev.h', | 276 'cpp/dev/video_capture_client_dev.h', |
275 'cpp/dev/video_capture_dev.cc', | 277 'cpp/dev/video_capture_dev.cc', |
276 'cpp/dev/video_capture_dev.h', | 278 'cpp/dev/video_capture_dev.h', |
277 'cpp/dev/video_decoder_client_dev.cc', | 279 'cpp/dev/video_decoder_client_dev.cc', |
278 'cpp/dev/video_decoder_client_dev.h', | 280 'cpp/dev/video_decoder_client_dev.h', |
279 'cpp/dev/video_decoder_dev.cc', | 281 'cpp/dev/video_decoder_dev.cc', |
280 'cpp/dev/video_decoder_dev.h', | 282 'cpp/dev/video_decoder_dev.h', |
281 'cpp/dev/view_dev.cc', | 283 'cpp/dev/view_dev.cc', |
282 'cpp/dev/view_dev.h', | 284 'cpp/dev/view_dev.h', |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
563 'tests/test_x509_certificate_private.h', | 565 'tests/test_x509_certificate_private.h', |
564 | 566 |
565 # Deprecated test cases. | 567 # Deprecated test cases. |
566 'tests/test_instance_deprecated.cc', | 568 'tests/test_instance_deprecated.cc', |
567 'tests/test_instance_deprecated.h', | 569 'tests/test_instance_deprecated.h', |
568 'tests/test_var_deprecated.cc', | 570 'tests/test_var_deprecated.cc', |
569 'tests/test_var_deprecated.h', | 571 'tests/test_var_deprecated.h', |
570 ], | 572 ], |
571 }, | 573 }, |
572 } | 574 } |
OLD | NEW |