Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: Source/WebKit/chromium/WebKit.gyp

Issue 6532004: DO NOT SUBMIT (Closed) Base URL: git://git.webkit.org/WebKit.git@master
Patch Set: Migrate WebTextHelper Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # 1 #
2 # Copyright (C) 2010 Google Inc. All rights reserved. 2 # Copyright (C) 2010 Google Inc. All rights reserved.
3 # 3 #
4 # Redistribution and use in source and binary forms, with or without 4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are 5 # modification, are permitted provided that the following conditions are
6 # met: 6 # met:
7 # 7 #
8 # * Redistributions of source code must retain the above copyright 8 # * Redistributions of source code must retain the above copyright
9 # notice, this list of conditions and the following disclaimer. 9 # notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above 10 # * Redistributions in binary form must reproduce the above
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 'sources': [ 94 'sources': [
95 'public/gtk/WebInputEventFactory.h', 95 'public/gtk/WebInputEventFactory.h',
96 'public/linux/WebFontRendering.h', 96 'public/linux/WebFontRendering.h',
97 'public/linux/WebFontRenderStyle.h', 97 'public/linux/WebFontRenderStyle.h',
98 'public/linux/WebRenderTheme.h', 98 'public/linux/WebRenderTheme.h',
99 'public/linux/WebThemeEngine.h', 99 'public/linux/WebThemeEngine.h',
100 'public/x11/WebScreenInfoFactory.h', 100 'public/x11/WebScreenInfoFactory.h',
101 'public/mac/WebInputEventFactory.h', 101 'public/mac/WebInputEventFactory.h',
102 'public/mac/WebSandboxSupport.h', 102 'public/mac/WebSandboxSupport.h',
103 'public/mac/WebScreenInfoFactory.h', 103 'public/mac/WebScreenInfoFactory.h',
104 'public/mac/WebTextHelper.h',
104 'public/mac/WebThemeEngine.h', 105 'public/mac/WebThemeEngine.h',
105 'public/WebAccessibilityCache.h', 106 'public/WebAccessibilityCache.h',
106 'public/WebAccessibilityNotification.h', 107 'public/WebAccessibilityNotification.h',
107 'public/WebAccessibilityObject.h', 108 'public/WebAccessibilityObject.h',
108 'public/WebAccessibilityRole.h', 109 'public/WebAccessibilityRole.h',
109 'public/WebAnimationController.h', 110 'public/WebAnimationController.h',
110 'public/WebApplicationCacheHost.h', 111 'public/WebApplicationCacheHost.h',
111 'public/WebApplicationCacheHostClient.h', 112 'public/WebApplicationCacheHostClient.h',
112 'public/WebAttribute.h', 113 'public/WebAttribute.h',
113 'public/WebAudioBus.h', 114 'public/WebAudioBus.h',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 'src/InspectorClientImpl.cpp', 376 'src/InspectorClientImpl.cpp',
376 'src/InspectorClientImpl.h', 377 'src/InspectorClientImpl.h',
377 'src/InspectorFrontendClientImpl.cpp', 378 'src/InspectorFrontendClientImpl.cpp',
378 'src/InspectorFrontendClientImpl.h', 379 'src/InspectorFrontendClientImpl.h',
379 'src/linux/WebFontRendering.cpp', 380 'src/linux/WebFontRendering.cpp',
380 'src/linux/WebFontRenderStyle.cpp', 381 'src/linux/WebFontRenderStyle.cpp',
381 'src/linux/WebRenderTheme.cpp', 382 'src/linux/WebRenderTheme.cpp',
382 'src/x11/WebScreenInfoFactory.cpp', 383 'src/x11/WebScreenInfoFactory.cpp',
383 'src/mac/WebInputEventFactory.mm', 384 'src/mac/WebInputEventFactory.mm',
384 'src/mac/WebScreenInfoFactory.mm', 385 'src/mac/WebScreenInfoFactory.mm',
386 'src/mac/WebTextHelper.mm',
385 'src/LocalFileSystemChromium.cpp', 387 'src/LocalFileSystemChromium.cpp',
386 'src/LocalizedStrings.cpp', 388 'src/LocalizedStrings.cpp',
387 'src/MediaPlayerPrivateChromium.cpp', 389 'src/MediaPlayerPrivateChromium.cpp',
388 'src/NotificationPresenterImpl.h', 390 'src/NotificationPresenterImpl.h',
389 'src/NotificationPresenterImpl.cpp', 391 'src/NotificationPresenterImpl.cpp',
390 'src/painting/GraphicsContextBuilder.h', 392 'src/painting/GraphicsContextBuilder.h',
391 'src/PlatformBridge.cpp', 393 'src/PlatformBridge.cpp',
392 'src/PlatformMessagePortChannel.cpp', 394 'src/PlatformMessagePortChannel.cpp',
393 'src/PlatformMessagePortChannel.h', 395 'src/PlatformMessagePortChannel.h',
394 'src/ResourceHandle.cpp', 396 'src/ResourceHandle.cpp',
(...skipping 750 matching lines...) Expand 10 before | Expand all | Expand 10 after
1145 ], 1147 ],
1146 }], 1148 }],
1147 ], # conditions 1149 ], # conditions
1148 } 1150 }
1149 1151
1150 # Local Variables: 1152 # Local Variables:
1151 # tab-width:2 1153 # tab-width:2
1152 # indent-tabs-mode:nil 1154 # indent-tabs-mode:nil
1153 # End: 1155 # End:
1154 # vim: set expandtab tabstop=2 shiftwidth=2: 1156 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebFrame.h » ('j') | Source/WebKit/chromium/public/WebWidget.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698