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

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

Issue 15425006: Revert "Remove NonCompositedContentHost" and follow-up rebaselining. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | Annotate | Revision Log
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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 'src/IDBFactoryBackendProxy.cpp', 335 'src/IDBFactoryBackendProxy.cpp',
336 'src/IDBFactoryBackendProxy.h', 336 'src/IDBFactoryBackendProxy.h',
337 'src/InbandTextTrackPrivateImpl.cpp', 337 'src/InbandTextTrackPrivateImpl.cpp',
338 'src/InbandTextTrackPrivateImpl.h', 338 'src/InbandTextTrackPrivateImpl.h',
339 'src/InspectorClientImpl.cpp', 339 'src/InspectorClientImpl.cpp',
340 'src/InspectorClientImpl.h', 340 'src/InspectorClientImpl.h',
341 'src/InspectorFrontendClientImpl.cpp', 341 'src/InspectorFrontendClientImpl.cpp',
342 'src/InspectorFrontendClientImpl.h', 342 'src/InspectorFrontendClientImpl.h',
343 'src/LinkHighlight.cpp', 343 'src/LinkHighlight.cpp',
344 'src/LinkHighlight.h', 344 'src/LinkHighlight.h',
345 'src/NonCompositedContentHost.cpp',
346 'src/NonCompositedContentHost.h',
345 'src/PrerendererClientImpl.h', 347 'src/PrerendererClientImpl.h',
346 'src/PrerendererClientImpl.cpp', 348 'src/PrerendererClientImpl.cpp',
347 'src/android/WebInputEventFactory.cpp', 349 'src/android/WebInputEventFactory.cpp',
348 'src/default/WebRenderTheme.cpp', 350 'src/default/WebRenderTheme.cpp',
349 'src/linux/WebFontInfo.cpp', 351 'src/linux/WebFontInfo.cpp',
350 'src/linux/WebFontRendering.cpp', 352 'src/linux/WebFontRendering.cpp',
351 'src/linux/WebFontRenderStyle.cpp', 353 'src/linux/WebFontRenderStyle.cpp',
352 'src/x11/WebScreenInfoFactory.cpp', 354 'src/x11/WebScreenInfoFactory.cpp',
353 'src/mac/WebInputEventFactory.mm', 355 'src/mac/WebInputEventFactory.mm',
354 'src/mac/WebScreenInfoFactory.mm', 356 'src/mac/WebScreenInfoFactory.mm',
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 ['clang==1', { 823 ['clang==1', {
822 'target_defaults': { 824 'target_defaults': {
823 'cflags': ['-Wglobal-constructors'], 825 'cflags': ['-Wglobal-constructors'],
824 'xcode_settings': { 826 'xcode_settings': {
825 'WARNING_CFLAGS': ['-Wglobal-constructors'], 827 'WARNING_CFLAGS': ['-Wglobal-constructors'],
826 }, 828 },
827 }, 829 },
828 }], 830 }],
829 ], # conditions 831 ], # conditions
830 } 832 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698