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

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

Issue 16799005: Insert pinch zoom virtual viewport layers to graphics layer tree. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address James' comments, add WebLayerTreeView function interface. 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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 'src/painting/ContinuousPainter.h', 350 'src/painting/ContinuousPainter.h',
351 'src/painting/ContinuousPainter.cpp', 351 'src/painting/ContinuousPainter.cpp',
352 'src/painting/PaintAggregator.h', 352 'src/painting/PaintAggregator.h',
353 'src/painting/PaintAggregator.cpp', 353 'src/painting/PaintAggregator.cpp',
354 'src/PageOverlay.cpp', 354 'src/PageOverlay.cpp',
355 'src/PageOverlay.h', 355 'src/PageOverlay.h',
356 'src/PageOverlayList.cpp', 356 'src/PageOverlayList.cpp',
357 'src/PageOverlayList.h', 357 'src/PageOverlayList.h',
358 'src/PageWidgetDelegate.cpp', 358 'src/PageWidgetDelegate.cpp',
359 'src/PageWidgetDelegate.h', 359 'src/PageWidgetDelegate.h',
360 'src/PinchViewports.cpp',
361 'src/PinchViewports.h',
360 'src/PopupContainer.cpp', 362 'src/PopupContainer.cpp',
361 'src/PopupContainer.h', 363 'src/PopupContainer.h',
362 'src/PopupMenuChromium.cpp', 364 'src/PopupMenuChromium.cpp',
363 'src/PopupMenuChromium.h', 365 'src/PopupMenuChromium.h',
364 'src/PopupListBox.cpp', 366 'src/PopupListBox.cpp',
365 'src/PopupListBox.h', 367 'src/PopupListBox.h',
366 'src/ScrollbarGroup.cpp', 368 'src/ScrollbarGroup.cpp',
367 'src/ScrollbarGroup.h', 369 'src/ScrollbarGroup.h',
368 'src/SharedWorkerRepository.cpp', 370 'src/SharedWorkerRepository.cpp',
369 'src/SourceBufferPrivateImpl.cpp', 371 'src/SourceBufferPrivateImpl.cpp',
(...skipping 424 matching lines...) Expand 10 before | Expand all | Expand 10 after
794 ['clang==1', { 796 ['clang==1', {
795 'target_defaults': { 797 'target_defaults': {
796 'cflags': ['-Wglobal-constructors'], 798 'cflags': ['-Wglobal-constructors'],
797 'xcode_settings': { 799 'xcode_settings': {
798 'WARNING_CFLAGS': ['-Wglobal-constructors'], 800 'WARNING_CFLAGS': ['-Wglobal-constructors'],
799 }, 801 },
800 }, 802 },
801 }], 803 }],
802 ], # conditions 804 ], # conditions
803 } 805 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/PinchViewports.h » ('j') | Source/WebKit/chromium/src/PinchViewports.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698