| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 49         'platform_support_android.cc', | 49         'platform_support_android.cc', | 
| 50         'platform_support_linux.cc', | 50         'platform_support_linux.cc', | 
| 51         'platform_support_mac.mm', | 51         'platform_support_mac.mm', | 
| 52         'platform_support_win.cc', | 52         'platform_support_win.cc', | 
| 53         'test_media_stream_client.cc', | 53         'test_media_stream_client.cc', | 
| 54         'test_media_stream_client.h', | 54         'test_media_stream_client.h', | 
| 55         'test_stream_texture_factory_android.cc', | 55         'test_stream_texture_factory_android.cc', | 
| 56         'test_stream_texture_factory_android.h', | 56         'test_stream_texture_factory_android.h', | 
| 57         'test_webkit_platform_support.cc', | 57         'test_webkit_platform_support.cc', | 
| 58         'test_webkit_platform_support.h', | 58         'test_webkit_platform_support.h', | 
|  | 59         'test_webidbfactory.cc', | 
|  | 60         'test_webidbfactory.h', | 
| 59         'test_webmessageportchannel.cc', | 61         'test_webmessageportchannel.cc', | 
| 60         'test_webmessageportchannel.h', | 62         'test_webmessageportchannel.h', | 
| 61         'test_webplugin_page_delegate.cc', | 63         'test_webplugin_page_delegate.cc', | 
| 62         'test_webplugin_page_delegate.h', | 64         'test_webplugin_page_delegate.h', | 
| 63         'webkit_support.cc', | 65         'webkit_support.cc', | 
| 64         'webkit_support.h', | 66         'webkit_support.h', | 
| 65         'webkit_support_glue.cc', | 67         'webkit_support_glue.cc', | 
| 66         'weburl_loader_mock.cc', | 68         'weburl_loader_mock.cc', | 
| 67         'weburl_loader_mock.h', | 69         'weburl_loader_mock.h', | 
| 68         'weburl_loader_mock_factory.cc', | 70         'weburl_loader_mock_factory.cc', | 
| (...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 171         '<(DEPTH)', | 173         '<(DEPTH)', | 
| 172       ], | 174       ], | 
| 173       'conditions': [ | 175       'conditions': [ | 
| 174           ['OS=="android"', { | 176           ['OS=="android"', { | 
| 175               'toolsets': ['target', 'host'], | 177               'toolsets': ['target', 'host'], | 
| 176           }], | 178           }], | 
| 177       ], | 179       ], | 
| 178     }, | 180     }, | 
| 179   ], | 181   ], | 
| 180 } | 182 } | 
| OLD | NEW | 
|---|