| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'layouttest_support_content_sources': [ | 7 'layouttest_support_content_sources': [ |
| 8 'public/test/layouttest_support.h', | 8 'public/test/layouttest_support.h', |
| 9 'public/test/nested_message_pump_android.cc', | 9 'public/test/nested_message_pump_android.cc', |
| 10 'public/test/nested_message_pump_android.h', | 10 'public/test/nested_message_pump_android.h', |
| (...skipping 678 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 689 'common/host_shared_bitmap_manager_unittest.cc', | 689 'common/host_shared_bitmap_manager_unittest.cc', |
| 690 'common/indexed_db/indexed_db_key_unittest.cc', | 690 'common/indexed_db/indexed_db_key_unittest.cc', |
| 691 'common/input/event_with_latency_info_unittest.cc', | 691 'common/input/event_with_latency_info_unittest.cc', |
| 692 'common/input/gesture_event_stream_validator_unittest.cc', | 692 'common/input/gesture_event_stream_validator_unittest.cc', |
| 693 'common/input/input_param_traits_unittest.cc', | 693 'common/input/input_param_traits_unittest.cc', |
| 694 'common/input/touch_event_stream_validator_unittest.cc', | 694 'common/input/touch_event_stream_validator_unittest.cc', |
| 695 'common/input/web_input_event_traits_unittest.cc', | 695 'common/input/web_input_event_traits_unittest.cc', |
| 696 'common/inter_process_time_ticks_converter_unittest.cc', | 696 'common/inter_process_time_ticks_converter_unittest.cc', |
| 697 'common/mac/attributed_string_coder_unittest.mm', | 697 'common/mac/attributed_string_coder_unittest.mm', |
| 698 'common/mac/font_descriptor_unittest.mm', | 698 'common/mac/font_descriptor_unittest.mm', |
| 699 'common/navigation_params_unittest.cc', |
| 699 'common/one_writer_seqlock_unittest.cc', | 700 'common/one_writer_seqlock_unittest.cc', |
| 700 'common/origin_trials/trial_token_unittest.cc', | 701 'common/origin_trials/trial_token_unittest.cc', |
| 701 'common/origin_trials/trial_token_validator_unittest.cc', | 702 'common/origin_trials/trial_token_validator_unittest.cc', |
| 702 'common/origin_util_unittest.cc', | 703 'common/origin_util_unittest.cc', |
| 703 'common/page_state_serialization_unittest.cc', | 704 'common/page_state_serialization_unittest.cc', |
| 704 'common/page_zoom_unittest.cc', | 705 'common/page_zoom_unittest.cc', |
| 705 'common/plugin_list_unittest.cc', | 706 'common/plugin_list_unittest.cc', |
| 706 'common/sandbox_mac_compiler_unittest.mm', | 707 'common/sandbox_mac_compiler_unittest.mm', |
| 707 'common/sandbox_mac_diraccess_unittest.mm', | 708 'common/sandbox_mac_diraccess_unittest.mm', |
| 708 'common/sandbox_mac_fontloading_unittest.mm', | 709 'common/sandbox_mac_fontloading_unittest.mm', |
| (...skipping 1225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1934 'content_unittests_apk.isolate', | 1935 'content_unittests_apk.isolate', |
| 1935 ], | 1936 ], |
| 1936 }, | 1937 }, |
| 1937 ], | 1938 ], |
| 1938 }, | 1939 }, |
| 1939 ], | 1940 ], |
| 1940 ], | 1941 ], |
| 1941 }], | 1942 }], |
| 1942 ], | 1943 ], |
| 1943 } | 1944 } |
| OLD | NEW |