| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 6 'includes': [ |
| 7 '../third_party/WebKit/WebKit/chromium/features.gypi', | 7 '../third_party/WebKit/WebKit/chromium/features.gypi', |
| 8 '../third_party/WebKit/WebCore/WebCore.gypi', | 8 '../third_party/WebKit/WebCore/WebCore.gypi', |
| 9 ], | 9 ], |
| 10 'variables': { | 10 'variables': { |
| (...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 'api/src/x11/WebScreenInfoFactory.cpp', | 140 'api/src/x11/WebScreenInfoFactory.cpp', |
| 141 'api/src/mac/WebInputEventFactory.mm', | 141 'api/src/mac/WebInputEventFactory.mm', |
| 142 'api/src/mac/WebScreenInfoFactory.mm', | 142 'api/src/mac/WebScreenInfoFactory.mm', |
| 143 'api/src/LocalizedStrings.cpp', | 143 'api/src/LocalizedStrings.cpp', |
| 144 'api/src/MediaPlayerPrivateChromium.cpp', | 144 'api/src/MediaPlayerPrivateChromium.cpp', |
| 145 'api/src/NotificationPresenterImpl.h', | 145 'api/src/NotificationPresenterImpl.h', |
| 146 'api/src/NotificationPresenterImpl.cpp', | 146 'api/src/NotificationPresenterImpl.cpp', |
| 147 'api/src/PlatformMessagePortChannel.cpp', | 147 'api/src/PlatformMessagePortChannel.cpp', |
| 148 'api/src/PlatformMessagePortChannel.h', | 148 'api/src/PlatformMessagePortChannel.h', |
| 149 'api/src/ResourceHandle.cpp', | 149 'api/src/ResourceHandle.cpp', |
| 150 'api/src/SocketStreamHandle.cpp', |
| 150 'api/src/StorageAreaProxy.cpp', | 151 'api/src/StorageAreaProxy.cpp', |
| 151 'api/src/StorageAreaProxy.h', | 152 'api/src/StorageAreaProxy.h', |
| 152 'api/src/StorageEventDispatcherChromium.cpp', | 153 'api/src/StorageEventDispatcherChromium.cpp', |
| 153 'api/src/StorageNamespaceProxy.cpp', | 154 'api/src/StorageNamespaceProxy.cpp', |
| 154 'api/src/StorageNamespaceProxy.h', | 155 'api/src/StorageNamespaceProxy.h', |
| 155 'api/src/TemporaryGlue.h', | 156 'api/src/TemporaryGlue.h', |
| 156 'api/src/WebBindings.cpp', | 157 'api/src/WebBindings.cpp', |
| 157 'api/src/WebCache.cpp', | 158 'api/src/WebCache.cpp', |
| 158 'api/src/WebColor.cpp', | 159 'api/src/WebColor.cpp', |
| 159 'api/src/WebCString.cpp', | 160 'api/src/WebCString.cpp', |
| (...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 714 'files': [ | 715 'files': [ |
| 715 | 716 |
| 716 '<@(webinspector_image_files)', | 717 '<@(webinspector_image_files)', |
| 717 | 718 |
| 718 ], | 719 ], |
| 719 }, | 720 }, |
| 720 ], | 721 ], |
| 721 }, | 722 }, |
| 722 ], # targets | 723 ], # targets |
| 723 } | 724 } |
| OLD | NEW |