| 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 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 'platform_support_android.cc', | 47 'platform_support_android.cc', |
| 48 'platform_support_linux.cc', | 48 'platform_support_linux.cc', |
| 49 'platform_support_mac.mm', | 49 'platform_support_mac.mm', |
| 50 'platform_support_win.cc', | 50 'platform_support_win.cc', |
| 51 'test_media_stream_client.cc', | 51 'test_media_stream_client.cc', |
| 52 'test_media_stream_client.h', | 52 'test_media_stream_client.h', |
| 53 'test_stream_texture_factory_android.cc', | 53 'test_stream_texture_factory_android.cc', |
| 54 'test_stream_texture_factory_android.h', | 54 'test_stream_texture_factory_android.h', |
| 55 'test_webkit_platform_support.cc', | 55 'test_webkit_platform_support.cc', |
| 56 'test_webkit_platform_support.h', | 56 'test_webkit_platform_support.h', |
| 57 'test_webidbfactory.cc', |
| 58 'test_webidbfactory.h', |
| 57 'test_webmessageportchannel.cc', | 59 'test_webmessageportchannel.cc', |
| 58 'test_webmessageportchannel.h', | 60 'test_webmessageportchannel.h', |
| 59 'test_webplugin_page_delegate.cc', | 61 'test_webplugin_page_delegate.cc', |
| 60 'test_webplugin_page_delegate.h', | 62 'test_webplugin_page_delegate.h', |
| 61 'webkit_support.cc', | 63 'webkit_support.cc', |
| 62 'webkit_support.h', | 64 'webkit_support.h', |
| 63 'webkit_support_glue.cc', | 65 'webkit_support_glue.cc', |
| 64 'weburl_loader_mock.cc', | 66 'weburl_loader_mock.cc', |
| 65 'weburl_loader_mock.h', | 67 'weburl_loader_mock.h', |
| 66 'weburl_loader_mock_factory.cc', | 68 'weburl_loader_mock_factory.cc', |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 '<(DEPTH)', | 167 '<(DEPTH)', |
| 166 ], | 168 ], |
| 167 'conditions': [ | 169 'conditions': [ |
| 168 ['OS=="android"', { | 170 ['OS=="android"', { |
| 169 'toolsets': ['target', 'host'], | 171 'toolsets': ['target', 'host'], |
| 170 }], | 172 }], |
| 171 ], | 173 ], |
| 172 }, | 174 }, |
| 173 ], | 175 ], |
| 174 } | 176 } |
| OLD | NEW |