| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 26 matching lines...) Expand all Loading... |
| 37 'UNIT_TEST' | 37 'UNIT_TEST' |
| 38 ], | 38 ], |
| 39 'sources': [ | 39 'sources': [ |
| 40 'drt_application_mac.h', | 40 'drt_application_mac.h', |
| 41 'drt_application_mac.mm', | 41 'drt_application_mac.mm', |
| 42 'platform_support.h', | 42 'platform_support.h', |
| 43 'platform_support_android.cc', | 43 'platform_support_android.cc', |
| 44 'platform_support_linux.cc', | 44 'platform_support_linux.cc', |
| 45 'platform_support_mac.mm', | 45 'platform_support_mac.mm', |
| 46 'platform_support_win.cc', | 46 'platform_support_win.cc', |
| 47 'test_media_stream_client.cc', |
| 48 'test_media_stream_client.h', |
| 47 'test_webkit_platform_support.cc', | 49 'test_webkit_platform_support.cc', |
| 48 'test_webkit_platform_support.h', | 50 'test_webkit_platform_support.h', |
| 49 'test_webmessageportchannel.cc', | 51 'test_webmessageportchannel.cc', |
| 50 'test_webmessageportchannel.h', | 52 'test_webmessageportchannel.h', |
| 51 'test_webplugin_page_delegate.cc', | 53 'test_webplugin_page_delegate.cc', |
| 52 'test_webplugin_page_delegate.h', | 54 'test_webplugin_page_delegate.h', |
| 53 'webkit_support.cc', | 55 'webkit_support.cc', |
| 54 'webkit_support.h', | 56 'webkit_support.h', |
| 55 'webkit_support_glue.cc', | 57 'webkit_support_glue.cc', |
| 56 'weburl_loader_mock.cc', | 58 'weburl_loader_mock.cc', |
| (...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 '<(DEPTH)', | 149 '<(DEPTH)', |
| 148 ], | 150 ], |
| 149 'conditions': [ | 151 'conditions': [ |
| 150 ['OS=="android"', { | 152 ['OS=="android"', { |
| 151 'toolsets': ['target', 'host'], | 153 'toolsets': ['target', 'host'], |
| 152 }], | 154 }], |
| 153 ], | 155 ], |
| 154 }, | 156 }, |
| 155 ], | 157 ], |
| 156 } | 158 } |
| OLD | NEW |