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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'cpp/extensions/dev/socket_dev.cc', | 367 'cpp/extensions/dev/socket_dev.cc', |
368 'cpp/extensions/dev/socket_dev.h', | 368 'cpp/extensions/dev/socket_dev.h', |
369 | 369 |
370 # Utility sources. | 370 # Utility sources. |
371 'utility/completion_callback_factory.h', | 371 'utility/completion_callback_factory.h', |
372 'utility/completion_callback_factory_thread_traits.h', | 372 'utility/completion_callback_factory_thread_traits.h', |
373 'utility/graphics/paint_aggregator.cc', | 373 'utility/graphics/paint_aggregator.cc', |
374 'utility/graphics/paint_aggregator.h', | 374 'utility/graphics/paint_aggregator.h', |
375 'utility/graphics/paint_manager.cc', | 375 'utility/graphics/paint_manager.cc', |
376 'utility/graphics/paint_manager.h', | 376 'utility/graphics/paint_manager.h', |
377 'utility/private/network_list_observer_private.cc', | |
378 'utility/private/network_list_observer_private.h', | |
379 'utility/threading/lock.cc', | 377 'utility/threading/lock.cc', |
380 'utility/threading/lock.h', | 378 'utility/threading/lock.h', |
381 'utility/threading/simple_thread.cc', | 379 'utility/threading/simple_thread.cc', |
382 'utility/threading/simple_thread.h', | 380 'utility/threading/simple_thread.h', |
383 'utility/websocket/websocket_api.cc', | 381 'utility/websocket/websocket_api.cc', |
384 'utility/websocket/websocket_api.h', | 382 'utility/websocket/websocket_api.h', |
385 ], | 383 ], |
386 # | 384 # |
387 # Common Testing source for trusted and untrusted (NaCl) pugins. | 385 # Common Testing source for trusted and untrusted (NaCl) pugins. |
388 # | 386 # |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
556 'tests/test_x509_certificate_private.h', | 554 'tests/test_x509_certificate_private.h', |
557 | 555 |
558 # Deprecated test cases. | 556 # Deprecated test cases. |
559 'tests/test_instance_deprecated.cc', | 557 'tests/test_instance_deprecated.cc', |
560 'tests/test_instance_deprecated.h', | 558 'tests/test_instance_deprecated.h', |
561 'tests/test_var_deprecated.cc', | 559 'tests/test_var_deprecated.cc', |
562 'tests/test_var_deprecated.h', | 560 'tests/test_var_deprecated.h', |
563 ], | 561 ], |
564 }, | 562 }, |
565 } | 563 } |
OLD | NEW |