| OLD | NEW |
| 1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 'platform_support.h', | 24 'platform_support.h', |
| 25 'platform_support_gtk.cc', | 25 'platform_support_gtk.cc', |
| 26 'platform_support_mac.mm', | 26 'platform_support_mac.mm', |
| 27 'platform_support_win.cc', | 27 'platform_support_win.cc', |
| 28 'test_webkit_client.cc', | 28 'test_webkit_client.cc', |
| 29 'test_webkit_client.h', | 29 'test_webkit_client.h', |
| 30 'test_webplugin_page_delegate.h', | 30 'test_webplugin_page_delegate.h', |
| 31 'webkit_support.cc', | 31 'webkit_support.cc', |
| 32 'webkit_support.h', | 32 'webkit_support.h', |
| 33 'webkit_support_glue.cc', | 33 'webkit_support_glue.cc', |
| 34 'weburl_loader_mock.cc', |
| 35 'weburl_loader_mock.h', |
| 36 'weburl_loader_mock_factory.cc', |
| 37 'weburl_loader_mock_factory.h', |
| 34 # TODO(tkent): Move the following files to here. | 38 # TODO(tkent): Move the following files to here. |
| 35 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h', | 39 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.h', |
| 36 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m', | 40 '<(DEPTH)/webkit/tools/test_shell/mac/DumpRenderTreePasteboard.m', |
| 37 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc', | 41 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.cc', |
| 38 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h', | 42 '<(DEPTH)/webkit/tools/test_shell/mock_webclipboard_impl.h', |
| 39 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.cc', | 43 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.cc', |
| 40 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.h', | 44 '<(DEPTH)/webkit/tools/test_shell/simple_appcache_system.h', |
| 41 '<(DEPTH)/webkit/tools/test_shell/simple_clipboard_impl.cc', | 45 '<(DEPTH)/webkit/tools/test_shell/simple_clipboard_impl.cc', |
| 42 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.cc', | 46 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.cc', |
| 43 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.h', | 47 '<(DEPTH)/webkit/tools/test_shell/simple_database_system.h', |
| (...skipping 25 matching lines...) Expand all Loading... |
| 69 }], | 73 }], |
| 70 ], | 74 ], |
| 71 }, | 75 }, |
| 72 ], | 76 ], |
| 73 } | 77 } |
| 74 # Local Variables: | 78 # Local Variables: |
| 75 # tab-width:2 | 79 # tab-width:2 |
| 76 # indent-tabs-mode:nil | 80 # indent-tabs-mode:nil |
| 77 # End: | 81 # End: |
| 78 # vim: set expandtab tabstop=2 shiftwidth=2: | 82 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |