Chromium Code Reviews| 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 700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 711 'renderer/pepper/host_var_tracker_unittest.cc', | 711 'renderer/pepper/host_var_tracker_unittest.cc', |
| 712 'renderer/pepper/mock_resource.h', | 712 'renderer/pepper/mock_resource.h', |
| 713 'renderer/pepper/pepper_broker_unittest.cc', | 713 'renderer/pepper/pepper_broker_unittest.cc', |
| 714 'renderer/pepper/v8_var_converter_unittest.cc', | 714 'renderer/pepper/v8_var_converter_unittest.cc', |
| 715 'renderer/render_frame_impl_unittest.cc', | 715 'renderer/render_frame_impl_unittest.cc', |
| 716 'renderer/render_thread_impl_unittest.cc', | 716 'renderer/render_thread_impl_unittest.cc', |
| 717 'renderer/render_widget_unittest.cc', | 717 'renderer/render_widget_unittest.cc', |
| 718 'renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc', | 718 'renderer/screen_orientation/screen_orientation_dispatcher_unittest.cc', |
| 719 'renderer/skia_benchmarking_extension_unittest.cc', | 719 'renderer/skia_benchmarking_extension_unittest.cc', |
| 720 'renderer/v8_value_converter_impl_unittest.cc', | 720 'renderer/v8_value_converter_impl_unittest.cc', |
| 721 'test/fileapi_test_file_set.cc', | 721 'renderer/wake_lock/wake_lock_dispatcher_unittest.cc', 'test/file api_test_file_set.cc', |
|
mlamouri (slow - plz ping)
2014/09/03 13:23:56
nit: seems like you forgot a line break here
| |
| 722 'test/fileapi_test_file_set.h', | 722 'test/fileapi_test_file_set.h', |
| 723 'test/image_decoder_test.cc', | 723 'test/image_decoder_test.cc', |
| 724 'test/image_decoder_test.h', | 724 'test/image_decoder_test.h', |
| 725 'test/run_all_unittests.cc', | 725 'test/run_all_unittests.cc', |
| 726 ], | 726 ], |
| 727 'conditions': [ | 727 'conditions': [ |
| 728 ['OS == "ios"', { | 728 ['OS == "ios"', { |
| 729 'sources/': [ | 729 'sources/': [ |
| 730 # iOS only needs a small portion of content; exclude all the | 730 # iOS only needs a small portion of content; exclude all the |
| 731 # implementation, and re-include what is used. | 731 # implementation, and re-include what is used. |
| (...skipping 1140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1872 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1872 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1873 }, | 1873 }, |
| 1874 ], | 1874 ], |
| 1875 }], | 1875 }], |
| 1876 ], | 1876 ], |
| 1877 }, | 1877 }, |
| 1878 ], | 1878 ], |
| 1879 }], | 1879 }], |
| 1880 ], | 1880 ], |
| 1881 } | 1881 } |
| OLD | NEW |