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

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: Address feedback Created 9 years, 9 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
« no previous file with comments | « Source/WebCore/page/Frame.cpp ('k') | Source/WebKit/chromium/public/WebFrame.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 'sources': [ 89 'sources': [
90 'public/gtk/WebInputEventFactory.h', 90 'public/gtk/WebInputEventFactory.h',
91 'public/linux/WebFontRendering.h', 91 'public/linux/WebFontRendering.h',
92 'public/linux/WebFontRenderStyle.h', 92 'public/linux/WebFontRenderStyle.h',
93 'public/linux/WebRenderTheme.h', 93 'public/linux/WebRenderTheme.h',
94 'public/linux/WebThemeEngine.h', 94 'public/linux/WebThemeEngine.h',
95 'public/x11/WebScreenInfoFactory.h', 95 'public/x11/WebScreenInfoFactory.h',
96 'public/mac/WebInputEventFactory.h', 96 'public/mac/WebInputEventFactory.h',
97 'public/mac/WebSandboxSupport.h', 97 'public/mac/WebSandboxSupport.h',
98 'public/mac/WebScreenInfoFactory.h', 98 'public/mac/WebScreenInfoFactory.h',
99 'public/mac/WebTextHelper.h',
99 'public/mac/WebThemeEngine.h', 100 'public/mac/WebThemeEngine.h',
100 'public/WebAccessibilityCache.h', 101 'public/WebAccessibilityCache.h',
101 'public/WebAccessibilityNotification.h', 102 'public/WebAccessibilityNotification.h',
102 'public/WebAccessibilityObject.h', 103 'public/WebAccessibilityObject.h',
103 'public/WebAccessibilityRole.h', 104 'public/WebAccessibilityRole.h',
104 'public/WebAnimationController.h', 105 'public/WebAnimationController.h',
105 'public/WebApplicationCacheHost.h', 106 'public/WebApplicationCacheHost.h',
106 'public/WebApplicationCacheHostClient.h', 107 'public/WebApplicationCacheHostClient.h',
107 'public/WebAttribute.h', 108 'public/WebAttribute.h',
108 'public/WebAudioBus.h', 109 'public/WebAudioBus.h',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 'src/InspectorClientImpl.cpp', 375 'src/InspectorClientImpl.cpp',
375 'src/InspectorClientImpl.h', 376 'src/InspectorClientImpl.h',
376 'src/InspectorFrontendClientImpl.cpp', 377 'src/InspectorFrontendClientImpl.cpp',
377 'src/InspectorFrontendClientImpl.h', 378 'src/InspectorFrontendClientImpl.h',
378 'src/linux/WebFontRendering.cpp', 379 'src/linux/WebFontRendering.cpp',
379 'src/linux/WebFontRenderStyle.cpp', 380 'src/linux/WebFontRenderStyle.cpp',
380 'src/linux/WebRenderTheme.cpp', 381 'src/linux/WebRenderTheme.cpp',
381 'src/x11/WebScreenInfoFactory.cpp', 382 'src/x11/WebScreenInfoFactory.cpp',
382 'src/mac/WebInputEventFactory.mm', 383 'src/mac/WebInputEventFactory.mm',
383 'src/mac/WebScreenInfoFactory.mm', 384 'src/mac/WebScreenInfoFactory.mm',
385 'src/mac/WebTextHelper.mm',
384 'src/LocalFileSystemChromium.cpp', 386 'src/LocalFileSystemChromium.cpp',
385 'src/LocalizedStrings.cpp', 387 'src/LocalizedStrings.cpp',
386 'src/MediaPlayerPrivateChromium.cpp', 388 'src/MediaPlayerPrivateChromium.cpp',
387 'src/NotificationPresenterImpl.h', 389 'src/NotificationPresenterImpl.h',
388 'src/NotificationPresenterImpl.cpp', 390 'src/NotificationPresenterImpl.cpp',
389 'src/painting/GraphicsContextBuilder.h', 391 'src/painting/GraphicsContextBuilder.h',
390 'src/PlatformBridge.cpp', 392 'src/PlatformBridge.cpp',
391 'src/PlatformMessagePortChannel.cpp', 393 'src/PlatformMessagePortChannel.cpp',
392 'src/PlatformMessagePortChannel.h', 394 'src/PlatformMessagePortChannel.h',
393 'src/ResourceHandle.cpp', 395 'src/ResourceHandle.cpp',
(...skipping 796 matching lines...) Expand 10 before | Expand all | Expand 10 after
1190 ], 1192 ],
1191 }], 1193 }],
1192 ], # conditions 1194 ], # conditions
1193 } 1195 }
1194 1196
1195 # Local Variables: 1197 # Local Variables:
1196 # tab-width:2 1198 # tab-width:2
1197 # indent-tabs-mode:nil 1199 # indent-tabs-mode:nil
1198 # End: 1200 # End:
1199 # vim: set expandtab tabstop=2 shiftwidth=2: 1201 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « Source/WebCore/page/Frame.cpp ('k') | Source/WebKit/chromium/public/WebFrame.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698