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 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 'api/public/win/WebScreenInfoFactory.h', | 169 'api/public/win/WebScreenInfoFactory.h', |
170 'api/src/ApplicationCacheHost.cpp', | 170 'api/src/ApplicationCacheHost.cpp', |
171 'api/src/AssertMatchingEnums.cpp', | 171 'api/src/AssertMatchingEnums.cpp', |
172 'api/src/ChromiumBridge.cpp', | 172 'api/src/ChromiumBridge.cpp', |
173 'api/src/ChromiumCurrentTime.cpp', | 173 'api/src/ChromiumCurrentTime.cpp', |
174 'api/src/ChromiumThreading.cpp', | 174 'api/src/ChromiumThreading.cpp', |
175 'api/src/ContextMenuClientImpl.cpp', | 175 'api/src/ContextMenuClientImpl.cpp', |
176 'api/src/ContextMenuClientImpl.h', | 176 'api/src/ContextMenuClientImpl.h', |
177 'api/src/DOMUtilitiesPrivate.cpp', | 177 'api/src/DOMUtilitiesPrivate.cpp', |
178 'api/src/DOMUtilitiesPrivate.h', | 178 'api/src/DOMUtilitiesPrivate.h', |
179 'api/src/EmptyWebFrameClientImpl.h', | |
180 'api/src/gtk/WebFontInfo.cpp', | 179 'api/src/gtk/WebFontInfo.cpp', |
181 'api/src/gtk/WebFontInfo.h', | 180 'api/src/gtk/WebFontInfo.h', |
182 'api/src/gtk/WebInputEventFactory.cpp', | 181 'api/src/gtk/WebInputEventFactory.cpp', |
183 'api/src/linux/WebFontRendering.cpp', | 182 'api/src/linux/WebFontRendering.cpp', |
184 'api/src/x11/WebScreenInfoFactory.cpp', | 183 'api/src/x11/WebScreenInfoFactory.cpp', |
185 'api/src/mac/WebInputEventFactory.mm', | 184 'api/src/mac/WebInputEventFactory.mm', |
186 'api/src/mac/WebScreenInfoFactory.mm', | 185 'api/src/mac/WebScreenInfoFactory.mm', |
187 'api/src/LocalizedStrings.cpp', | 186 'api/src/LocalizedStrings.cpp', |
188 'api/src/MediaPlayerPrivateChromium.cpp', | 187 'api/src/MediaPlayerPrivateChromium.cpp', |
189 'api/src/NotificationPresenterImpl.h', | 188 'api/src/NotificationPresenterImpl.h', |
(...skipping 619 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
809 ], | 808 ], |
810 } | 809 } |
811 ], # targets | 810 ], # targets |
812 } | 811 } |
813 | 812 |
814 # Local Variables: | 813 # Local Variables: |
815 # tab-width:2 | 814 # tab-width:2 |
816 # indent-tabs-mode:nil | 815 # indent-tabs-mode:nil |
817 # End: | 816 # End: |
818 # vim: set expandtab tabstop=2 shiftwidth=2: | 817 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |