| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/win_precompile.gypi', | 10 '../build/win_precompile.gypi', |
| (...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 907 'test/test_file_util.h', | 907 'test/test_file_util.h', |
| 908 'test/test_file_util_android.cc', | 908 'test/test_file_util_android.cc', |
| 909 'test/test_file_util_linux.cc', | 909 'test/test_file_util_linux.cc', |
| 910 'test/test_file_util_mac.cc', | 910 'test/test_file_util_mac.cc', |
| 911 'test/test_file_util_posix.cc', | 911 'test/test_file_util_posix.cc', |
| 912 'test/test_file_util_win.cc', | 912 'test/test_file_util_win.cc', |
| 913 'test/test_io_thread.cc', | 913 'test/test_io_thread.cc', |
| 914 'test/test_io_thread.h', | 914 'test/test_io_thread.h', |
| 915 'test/test_listener_ios.h', | 915 'test/test_listener_ios.h', |
| 916 'test/test_listener_ios.mm', | 916 'test/test_listener_ios.mm', |
| 917 'test/test_message_loop.cc', |
| 918 'test/test_message_loop.h', |
| 917 'test/test_mock_time_task_runner.cc', | 919 'test/test_mock_time_task_runner.cc', |
| 918 'test/test_mock_time_task_runner.h', | 920 'test/test_mock_time_task_runner.h', |
| 919 'test/test_pending_task.cc', | 921 'test/test_pending_task.cc', |
| 920 'test/test_pending_task.h', | 922 'test/test_pending_task.h', |
| 921 'test/test_reg_util_win.cc', | 923 'test/test_reg_util_win.cc', |
| 922 'test/test_reg_util_win.h', | 924 'test/test_reg_util_win.h', |
| 923 'test/test_shortcut_win.cc', | 925 'test/test_shortcut_win.cc', |
| 924 'test/test_shortcut_win.h', | 926 'test/test_shortcut_win.h', |
| 925 'test/test_simple_task_runner.cc', | 927 'test/test_simple_task_runner.cc', |
| 926 'test/test_simple_task_runner.h', | 928 'test/test_simple_task_runner.h', |
| (...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1716 '../build/isolate.gypi', | 1718 '../build/isolate.gypi', |
| 1717 ], | 1719 ], |
| 1718 'sources': [ | 1720 'sources': [ |
| 1719 'base_unittests.isolate', | 1721 'base_unittests.isolate', |
| 1720 ], | 1722 ], |
| 1721 }, | 1723 }, |
| 1722 ], | 1724 ], |
| 1723 }], | 1725 }], |
| 1724 ], | 1726 ], |
| 1725 } | 1727 } |
| OLD | NEW |