| 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 22 matching lines...) Expand all Loading... |
| 33 ], | 33 ], |
| 34 'sources': [ | 34 'sources': [ |
| 35 'drt_application_mac.h', | 35 'drt_application_mac.h', |
| 36 'drt_application_mac.mm', | 36 'drt_application_mac.mm', |
| 37 'platform_support.h', | 37 'platform_support.h', |
| 38 'platform_support_gtk.cc', | 38 'platform_support_gtk.cc', |
| 39 'platform_support_mac.mm', | 39 'platform_support_mac.mm', |
| 40 'platform_support_win.cc', | 40 'platform_support_win.cc', |
| 41 'test_webkit_client.cc', | 41 'test_webkit_client.cc', |
| 42 'test_webkit_client.h', | 42 'test_webkit_client.h', |
| 43 'test_webplugin_page_delegate.cc', |
| 43 'test_webplugin_page_delegate.h', | 44 'test_webplugin_page_delegate.h', |
| 44 'webkit_support.cc', | 45 'webkit_support.cc', |
| 45 'webkit_support.h', | 46 'webkit_support.h', |
| 46 'webkit_support_gfx.h', | 47 'webkit_support_gfx.h', |
| 47 'webkit_support_glue.cc', | 48 'webkit_support_glue.cc', |
| 48 'weburl_loader_mock.cc', | 49 'weburl_loader_mock.cc', |
| 49 'weburl_loader_mock.h', | 50 'weburl_loader_mock.h', |
| 50 'weburl_loader_mock_factory.cc', | 51 'weburl_loader_mock_factory.cc', |
| 51 'weburl_loader_mock_factory.h', | 52 'weburl_loader_mock_factory.h', |
| 52 ], | 53 ], |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 }], | 111 }], |
| 111 ], | 112 ], |
| 112 }, | 113 }, |
| 113 ], | 114 ], |
| 114 } | 115 } |
| 115 # Local Variables: | 116 # Local Variables: |
| 116 # tab-width:2 | 117 # tab-width:2 |
| 117 # indent-tabs-mode:nil | 118 # indent-tabs-mode:nil |
| 118 # End: | 119 # End: |
| 119 # vim: set expandtab tabstop=2 shiftwidth=2: | 120 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |