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

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

Issue 16077002: Move popup menu code from core/platform to WebKit/chromium/src. (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
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/ChromeClientImpl.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 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
360 'src/painting/ContinuousPainter.h', 360 'src/painting/ContinuousPainter.h',
361 'src/painting/ContinuousPainter.cpp', 361 'src/painting/ContinuousPainter.cpp',
362 'src/painting/PaintAggregator.h', 362 'src/painting/PaintAggregator.h',
363 'src/painting/PaintAggregator.cpp', 363 'src/painting/PaintAggregator.cpp',
364 'src/PageOverlay.cpp', 364 'src/PageOverlay.cpp',
365 'src/PageOverlay.h', 365 'src/PageOverlay.h',
366 'src/PageOverlayList.cpp', 366 'src/PageOverlayList.cpp',
367 'src/PageOverlayList.h', 367 'src/PageOverlayList.h',
368 'src/PageWidgetDelegate.cpp', 368 'src/PageWidgetDelegate.cpp',
369 'src/PageWidgetDelegate.h', 369 'src/PageWidgetDelegate.h',
370 'src/PopupContainer.cpp',
371 'src/PopupContainer.h',
372 'src/PopupMenuChromium.cpp',
373 'src/PopupMenuChromium.h',
374 'src/PopupListBox.cpp',
375 'src/PopupListBox.h',
370 'src/ScrollbarGroup.cpp', 376 'src/ScrollbarGroup.cpp',
371 'src/ScrollbarGroup.h', 377 'src/ScrollbarGroup.h',
372 'src/SharedWorkerRepository.cpp', 378 'src/SharedWorkerRepository.cpp',
373 'src/SourceBufferPrivateImpl.cpp', 379 'src/SourceBufferPrivateImpl.cpp',
374 'src/SourceBufferPrivateImpl.h', 380 'src/SourceBufferPrivateImpl.h',
375 'src/SpeechInputClientImpl.cpp', 381 'src/SpeechInputClientImpl.cpp',
376 'src/SpeechInputClientImpl.h', 382 'src/SpeechInputClientImpl.h',
377 'src/SpeechRecognitionClientProxy.cpp', 383 'src/SpeechRecognitionClientProxy.cpp',
378 'src/SpeechRecognitionClientProxy.h', 384 'src/SpeechRecognitionClientProxy.h',
379 'src/StorageAreaProxy.cpp', 385 'src/StorageAreaProxy.cpp',
(...skipping 415 matching lines...) Expand 10 before | Expand all | Expand 10 after
795 ['clang==1', { 801 ['clang==1', {
796 'target_defaults': { 802 'target_defaults': {
797 'cflags': ['-Wglobal-constructors'], 803 'cflags': ['-Wglobal-constructors'],
798 'xcode_settings': { 804 'xcode_settings': {
799 'WARNING_CFLAGS': ['-Wglobal-constructors'], 805 'WARNING_CFLAGS': ['-Wglobal-constructors'],
800 }, 806 },
801 }, 807 },
802 }], 808 }],
803 ], # conditions 809 ], # conditions
804 } 810 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698