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

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

Issue 13959008: Remove NonCompositedContentHost (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Adding back LCD text workaround Created 7 years, 8 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'src/IDBDatabaseBackendProxy.cpp', 341 'src/IDBDatabaseBackendProxy.cpp',
342 'src/IDBDatabaseBackendProxy.h', 342 'src/IDBDatabaseBackendProxy.h',
343 'src/IDBFactoryBackendProxy.cpp', 343 'src/IDBFactoryBackendProxy.cpp',
344 'src/IDBFactoryBackendProxy.h', 344 'src/IDBFactoryBackendProxy.h',
345 'src/InspectorClientImpl.cpp', 345 'src/InspectorClientImpl.cpp',
346 'src/InspectorClientImpl.h', 346 'src/InspectorClientImpl.h',
347 'src/InspectorFrontendClientImpl.cpp', 347 'src/InspectorFrontendClientImpl.cpp',
348 'src/InspectorFrontendClientImpl.h', 348 'src/InspectorFrontendClientImpl.h',
349 'src/LinkHighlight.cpp', 349 'src/LinkHighlight.cpp',
350 'src/LinkHighlight.h', 350 'src/LinkHighlight.h',
351 'src/NonCompositedContentHost.cpp',
352 'src/NonCompositedContentHost.h',
353 'src/PrerendererClientImpl.h', 351 'src/PrerendererClientImpl.h',
354 'src/PrerendererClientImpl.cpp', 352 'src/PrerendererClientImpl.cpp',
355 'src/android/WebInputEventFactory.cpp', 353 'src/android/WebInputEventFactory.cpp',
356 'src/default/WebRenderTheme.cpp', 354 'src/default/WebRenderTheme.cpp',
357 'src/linux/WebFontInfo.cpp', 355 'src/linux/WebFontInfo.cpp',
358 'src/linux/WebFontRendering.cpp', 356 'src/linux/WebFontRendering.cpp',
359 'src/linux/WebFontRenderStyle.cpp', 357 'src/linux/WebFontRenderStyle.cpp',
360 'src/x11/WebScreenInfoFactory.cpp', 358 'src/x11/WebScreenInfoFactory.cpp',
361 'src/mac/WebInputEventFactory.mm', 359 'src/mac/WebInputEventFactory.mm',
362 'src/mac/WebScreenInfoFactory.mm', 360 'src/mac/WebScreenInfoFactory.mm',
(...skipping 468 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 ['clang==1', { 829 ['clang==1', {
832 'target_defaults': { 830 'target_defaults': {
833 'cflags': ['-Wglobal-constructors'], 831 'cflags': ['-Wglobal-constructors'],
834 'xcode_settings': { 832 'xcode_settings': {
835 'WARNING_CFLAGS': ['-Wglobal-constructors'], 833 'WARNING_CFLAGS': ['-Wglobal-constructors'],
836 }, 834 },
837 }, 835 },
838 }], 836 }],
839 ], # conditions 837 ], # conditions
840 } 838 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/LinkHighlight.h » ('j') | Source/WebKit/chromium/src/WebViewImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698