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

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

Issue 174318: Introduce new async IPC message to get file icons (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 7 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 | Annotate | Revision Log
OLDNEW
1 # 1 #
2 # Copyright (C) 2009 Google Inc. All rights reserved. 2 # Copyright (C) 2009 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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after
128 'public/WebFontCache.h', 128 'public/WebFontCache.h',
129 'public/WebFormControlElement.h', 129 'public/WebFormControlElement.h',
130 'public/WebFormElement.h', 130 'public/WebFormElement.h',
131 'public/WebGeolocationService.h', 131 'public/WebGeolocationService.h',
132 'public/WebGeolocationServiceBridge.h', 132 'public/WebGeolocationServiceBridge.h',
133 'public/WebGlyphCache.h', 133 'public/WebGlyphCache.h',
134 'public/WebGLES2Context.h', 134 'public/WebGLES2Context.h',
135 'public/WebGraphicsContext3D.h', 135 'public/WebGraphicsContext3D.h',
136 'public/WebHistoryItem.h', 136 'public/WebHistoryItem.h',
137 'public/WebHTTPBody.h', 137 'public/WebHTTPBody.h',
138 'public/WebIconLoadingCompletion.h',
138 'public/WebImage.h', 139 'public/WebImage.h',
139 'public/WebImageDecoder.h', 140 'public/WebImageDecoder.h',
140 'public/WebIDBCallbacks.h', 141 'public/WebIDBCallbacks.h',
141 'public/WebIDBDatabase.h', 142 'public/WebIDBDatabase.h',
142 'public/WebIDBDatabaseError.h', 143 'public/WebIDBDatabaseError.h',
143 'public/WebIndexedDatabase.h', 144 'public/WebIndexedDatabase.h',
144 'public/WebInputElement.h', 145 'public/WebInputElement.h',
145 'public/WebInputEvent.h', 146 'public/WebInputEvent.h',
146 'public/WebKit.h', 147 'public/WebKit.h',
147 'public/WebKitClient.h', 148 'public/WebKitClient.h',
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 'src/WebFrameImpl.h', 339 'src/WebFrameImpl.h',
339 'src/WebGeolocationServiceBridgeImpl.cpp', 340 'src/WebGeolocationServiceBridgeImpl.cpp',
340 'src/WebGeolocationServiceBridgeImpl.h', 341 'src/WebGeolocationServiceBridgeImpl.h',
341 'src/WebGlyphCache.cpp', 342 'src/WebGlyphCache.cpp',
342 'src/WebGraphicsContext3D.cpp', 343 'src/WebGraphicsContext3D.cpp',
343 'src/WebGraphicsContext3DDefaultImpl.cpp', 344 'src/WebGraphicsContext3DDefaultImpl.cpp',
344 'src/WebGraphicsContext3DDefaultImpl.h', 345 'src/WebGraphicsContext3DDefaultImpl.h',
345 'src/WebHistoryItem.cpp', 346 'src/WebHistoryItem.cpp',
346 'src/WebHTTPBody.cpp', 347 'src/WebHTTPBody.cpp',
347 'src/WebIDBDatabaseError.cpp', 348 'src/WebIDBDatabaseError.cpp',
349 'src/WebIconLoadingCompletionImpl.cpp',
350 'src/WebIconLoadingCompletionImpl.h',
348 'src/WebImageCG.cpp', 351 'src/WebImageCG.cpp',
349 'src/WebImageDecoder.cpp', 352 'src/WebImageDecoder.cpp',
350 'src/WebImageSkia.cpp', 353 'src/WebImageSkia.cpp',
351 'src/WebIndexedDatabaseImpl.cpp', 354 'src/WebIndexedDatabaseImpl.cpp',
352 'src/WebIndexedDatabaseImpl.h', 355 'src/WebIndexedDatabaseImpl.h',
353 'src/WebInputElement.cpp', 356 'src/WebInputElement.cpp',
354 'src/WebInputEvent.cpp', 357 'src/WebInputEvent.cpp',
355 'src/WebInputEventConversion.cpp', 358 'src/WebInputEventConversion.cpp',
356 'src/WebInputEventConversion.h', 359 'src/WebInputEventConversion.h',
357 'src/WebKit.cpp', 360 'src/WebKit.cpp',
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 ], 530 ],
528 }, 531 },
529 ], # targets 532 ], # targets
530 } 533 }
531 534
532 # Local Variables: 535 # Local Variables:
533 # tab-width:2 536 # tab-width:2
534 # indent-tabs-mode:nil 537 # indent-tabs-mode:nil
535 # End: 538 # End:
536 # vim: set expandtab tabstop=2 shiftwidth=2: 539 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698