| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'gc_extension.h', | 55 'gc_extension.h', |
| 56 'platform_support.h', | 56 'platform_support.h', |
| 57 'platform_support_android.cc', | 57 'platform_support_android.cc', |
| 58 'platform_support_linux.cc', | 58 'platform_support_linux.cc', |
| 59 'platform_support_mac.mm', | 59 'platform_support_mac.mm', |
| 60 'platform_support_win.cc', | 60 'platform_support_win.cc', |
| 61 'test_webkit_platform_support.cc', | 61 'test_webkit_platform_support.cc', |
| 62 'test_webkit_platform_support.h', | 62 'test_webkit_platform_support.h', |
| 63 'test_webmessageportchannel.cc', | 63 'test_webmessageportchannel.cc', |
| 64 'test_webmessageportchannel.h', | 64 'test_webmessageportchannel.h', |
| 65 'test_webplugin_page_delegate.cc', | |
| 66 'test_webplugin_page_delegate.h', | |
| 67 'webkit_support.cc', | 65 'webkit_support.cc', |
| 68 'webkit_support.h', | 66 'webkit_support.h', |
| 69 'webkit_support_glue.cc', | 67 'webkit_support_glue.cc', |
| 70 'weburl_loader_mock.cc', | 68 'weburl_loader_mock.cc', |
| 71 'weburl_loader_mock.h', | 69 'weburl_loader_mock.h', |
| 72 'weburl_loader_mock_factory.cc', | 70 'weburl_loader_mock_factory.cc', |
| 73 'weburl_loader_mock_factory.h', | 71 'weburl_loader_mock_factory.h', |
| 74 'web_audio_device_mock.cc', | 72 'web_audio_device_mock.cc', |
| 75 'web_audio_device_mock.h', | 73 'web_audio_device_mock.h', |
| 76 'web_gesture_curve_mock.cc', | 74 'web_gesture_curve_mock.cc', |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 '<(DEPTH)', | 155 '<(DEPTH)', |
| 158 ], | 156 ], |
| 159 'conditions': [ | 157 'conditions': [ |
| 160 ['OS=="android"', { | 158 ['OS=="android"', { |
| 161 'toolsets': ['target', 'host'], | 159 'toolsets': ['target', 'host'], |
| 162 }], | 160 }], |
| 163 ], | 161 ], |
| 164 }, | 162 }, |
| 165 ], | 163 ], |
| 166 } | 164 } |
| OLD | NEW |