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

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

Issue 14707008: Remove WebKit::GraphicsContextBuilder, which was trivial. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Undo whitespace change Created 7 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
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/PageWidgetDelegate.cpp » ('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) 2011 Google Inc. All rights reserved. 2 # Copyright (C) 2011 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'src/mac/WebInputEventFactory.mm', 350 'src/mac/WebInputEventFactory.mm',
351 'src/mac/WebScreenInfoFactory.mm', 351 'src/mac/WebScreenInfoFactory.mm',
352 'src/mac/WebSubstringUtil.mm', 352 'src/mac/WebSubstringUtil.mm',
353 'src/LocalFileSystemChromium.cpp', 353 'src/LocalFileSystemChromium.cpp',
354 'src/MediaSourcePrivateImpl.cpp', 354 'src/MediaSourcePrivateImpl.cpp',
355 'src/MediaSourcePrivateImpl.h', 355 'src/MediaSourcePrivateImpl.h',
356 'src/NotificationPresenterImpl.h', 356 'src/NotificationPresenterImpl.h',
357 'src/NotificationPresenterImpl.cpp', 357 'src/NotificationPresenterImpl.cpp',
358 'src/painting/ContinuousPainter.h', 358 'src/painting/ContinuousPainter.h',
359 'src/painting/ContinuousPainter.cpp', 359 'src/painting/ContinuousPainter.cpp',
360 'src/painting/GraphicsContextBuilder.h',
361 'src/painting/PaintAggregator.h', 360 'src/painting/PaintAggregator.h',
362 'src/painting/PaintAggregator.cpp', 361 'src/painting/PaintAggregator.cpp',
363 'src/PageOverlay.cpp', 362 'src/PageOverlay.cpp',
364 'src/PageOverlay.h', 363 'src/PageOverlay.h',
365 'src/PageOverlayList.cpp', 364 'src/PageOverlayList.cpp',
366 'src/PageOverlayList.h', 365 'src/PageOverlayList.h',
367 'src/PageWidgetDelegate.cpp', 366 'src/PageWidgetDelegate.cpp',
368 'src/PageWidgetDelegate.h', 367 'src/PageWidgetDelegate.h',
369 'src/ScrollbarGroup.cpp', 368 'src/ScrollbarGroup.cpp',
370 'src/ScrollbarGroup.h', 369 'src/ScrollbarGroup.h',
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 ['clang==1', { 820 ['clang==1', {
822 'target_defaults': { 821 'target_defaults': {
823 'cflags': ['-Wglobal-constructors'], 822 'cflags': ['-Wglobal-constructors'],
824 'xcode_settings': { 823 'xcode_settings': {
825 'WARNING_CFLAGS': ['-Wglobal-constructors'], 824 'WARNING_CFLAGS': ['-Wglobal-constructors'],
826 }, 825 },
827 }, 826 },
828 }], 827 }],
829 ], # conditions 828 ], # conditions
830 } 829 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/PageWidgetDelegate.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698