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

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

Issue 13704012: Improve mobile device rotation behavior. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: git cl upload with --similarity=70 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
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/ViewportAnchor.h » ('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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 'src/StorageAreaProxy.h', 389 'src/StorageAreaProxy.h',
390 'src/StorageQuotaChromium.cpp', 390 'src/StorageQuotaChromium.cpp',
391 'src/StorageNamespaceProxy.cpp', 391 'src/StorageNamespaceProxy.cpp',
392 'src/StorageNamespaceProxy.h', 392 'src/StorageNamespaceProxy.h',
393 'src/TextFieldDecoratorImpl.h', 393 'src/TextFieldDecoratorImpl.h',
394 'src/TextFieldDecoratorImpl.cpp', 394 'src/TextFieldDecoratorImpl.cpp',
395 'src/UserMediaClientImpl.h', 395 'src/UserMediaClientImpl.h',
396 'src/UserMediaClientImpl.cpp', 396 'src/UserMediaClientImpl.cpp',
397 'src/ValidationMessageClientImpl.cpp', 397 'src/ValidationMessageClientImpl.cpp',
398 'src/ValidationMessageClientImpl.h', 398 'src/ValidationMessageClientImpl.h',
399 'src/ViewportAnchor.cpp',
400 'src/ViewportAnchor.h',
399 'src/WebTextCheckingCompletionImpl.h', 401 'src/WebTextCheckingCompletionImpl.h',
400 'src/WebTextCheckingCompletionImpl.cpp', 402 'src/WebTextCheckingCompletionImpl.cpp',
401 'src/WebTextCheckingResult.cpp', 403 'src/WebTextCheckingResult.cpp',
402 'src/WebAccessibilityObject.cpp', 404 'src/WebAccessibilityObject.cpp',
403 'src/WebArrayBuffer.cpp', 405 'src/WebArrayBuffer.cpp',
404 'src/WebArrayBufferView.cpp', 406 'src/WebArrayBufferView.cpp',
405 'src/WebBindings.cpp', 407 'src/WebBindings.cpp',
406 'src/WebBlob.cpp', 408 'src/WebBlob.cpp',
407 'src/WebBlobData.cpp', 409 'src/WebBlobData.cpp',
408 'src/WebCache.cpp', 410 'src/WebCache.cpp',
(...skipping 419 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 ['clang==1', { 830 ['clang==1', {
829 'target_defaults': { 831 'target_defaults': {
830 'cflags': ['-Wglobal-constructors'], 832 'cflags': ['-Wglobal-constructors'],
831 'xcode_settings': { 833 'xcode_settings': {
832 'WARNING_CFLAGS': ['-Wglobal-constructors'], 834 'WARNING_CFLAGS': ['-Wglobal-constructors'],
833 }, 835 },
834 }, 836 },
835 }], 837 }],
836 ], # conditions 838 ], # conditions
837 } 839 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/ViewportAnchor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698