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

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

Issue 15973002: Remove NonCompositedContentHost -- Take 2 (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: adding back annotation. final rebase. Created 7 years, 6 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 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'src/IDBFactoryBackendProxy.cpp', 332 'src/IDBFactoryBackendProxy.cpp',
333 'src/IDBFactoryBackendProxy.h', 333 'src/IDBFactoryBackendProxy.h',
334 'src/InbandTextTrackPrivateImpl.cpp', 334 'src/InbandTextTrackPrivateImpl.cpp',
335 'src/InbandTextTrackPrivateImpl.h', 335 'src/InbandTextTrackPrivateImpl.h',
336 'src/InspectorClientImpl.cpp', 336 'src/InspectorClientImpl.cpp',
337 'src/InspectorClientImpl.h', 337 'src/InspectorClientImpl.h',
338 'src/InspectorFrontendClientImpl.cpp', 338 'src/InspectorFrontendClientImpl.cpp',
339 'src/InspectorFrontendClientImpl.h', 339 'src/InspectorFrontendClientImpl.h',
340 'src/LinkHighlight.cpp', 340 'src/LinkHighlight.cpp',
341 'src/LinkHighlight.h', 341 'src/LinkHighlight.h',
342 'src/NonCompositedContentHost.cpp',
343 'src/NonCompositedContentHost.h',
344 'src/PrerendererClientImpl.h', 342 'src/PrerendererClientImpl.h',
345 'src/PrerendererClientImpl.cpp', 343 'src/PrerendererClientImpl.cpp',
346 'src/android/WebInputEventFactory.cpp', 344 'src/android/WebInputEventFactory.cpp',
347 'src/default/WebRenderTheme.cpp', 345 'src/default/WebRenderTheme.cpp',
348 'src/linux/WebFontInfo.cpp', 346 'src/linux/WebFontInfo.cpp',
349 'src/linux/WebFontRendering.cpp', 347 'src/linux/WebFontRendering.cpp',
350 'src/linux/WebFontRenderStyle.cpp', 348 'src/linux/WebFontRenderStyle.cpp',
351 'src/x11/WebScreenInfoFactory.cpp', 349 'src/x11/WebScreenInfoFactory.cpp',
352 'src/mac/WebInputEventFactory.mm', 350 'src/mac/WebInputEventFactory.mm',
353 'src/mac/WebScreenInfoFactory.mm', 351 'src/mac/WebScreenInfoFactory.mm',
(...skipping 447 matching lines...) Expand 10 before | Expand all | Expand 10 after
801 ['clang==1', { 799 ['clang==1', {
802 'target_defaults': { 800 'target_defaults': {
803 'cflags': ['-Wglobal-constructors'], 801 'cflags': ['-Wglobal-constructors'],
804 'xcode_settings': { 802 'xcode_settings': {
805 'WARNING_CFLAGS': ['-Wglobal-constructors'], 803 'WARNING_CFLAGS': ['-Wglobal-constructors'],
806 }, 804 },
807 }, 805 },
808 }], 806 }],
809 ], # conditions 807 ], # conditions
810 } 808 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698