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

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: Logic cleanup 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
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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'src/StorageAreaProxy.h', 388 'src/StorageAreaProxy.h',
389 'src/StorageQuotaChromium.cpp', 389 'src/StorageQuotaChromium.cpp',
390 'src/StorageNamespaceProxy.cpp', 390 'src/StorageNamespaceProxy.cpp',
391 'src/StorageNamespaceProxy.h', 391 'src/StorageNamespaceProxy.h',
392 'src/TextFieldDecoratorImpl.h', 392 'src/TextFieldDecoratorImpl.h',
393 'src/TextFieldDecoratorImpl.cpp', 393 'src/TextFieldDecoratorImpl.cpp',
394 'src/UserMediaClientImpl.h', 394 'src/UserMediaClientImpl.h',
395 'src/UserMediaClientImpl.cpp', 395 'src/UserMediaClientImpl.cpp',
396 'src/ValidationMessageClientImpl.cpp', 396 'src/ValidationMessageClientImpl.cpp',
397 'src/ValidationMessageClientImpl.h', 397 'src/ValidationMessageClientImpl.h',
398 'src/ViewportAnchor.cpp',
399 'src/ViewportAnchor.h',
398 'src/WebTextCheckingCompletionImpl.h', 400 'src/WebTextCheckingCompletionImpl.h',
399 'src/WebTextCheckingCompletionImpl.cpp', 401 'src/WebTextCheckingCompletionImpl.cpp',
400 'src/WebTextCheckingResult.cpp', 402 'src/WebTextCheckingResult.cpp',
401 'src/WebAccessibilityObject.cpp', 403 'src/WebAccessibilityObject.cpp',
402 'src/WebArrayBuffer.cpp', 404 'src/WebArrayBuffer.cpp',
403 'src/WebArrayBufferView.cpp', 405 'src/WebArrayBufferView.cpp',
404 'src/WebBindings.cpp', 406 'src/WebBindings.cpp',
405 'src/WebBlob.cpp', 407 'src/WebBlob.cpp',
406 'src/WebBlobData.cpp', 408 'src/WebBlobData.cpp',
407 'src/WebCache.cpp', 409 'src/WebCache.cpp',
(...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 ['clang==1', { 836 ['clang==1', {
835 'target_defaults': { 837 'target_defaults': {
836 'cflags': ['-Wglobal-constructors'], 838 'cflags': ['-Wglobal-constructors'],
837 'xcode_settings': { 839 'xcode_settings': {
838 'WARNING_CFLAGS': ['-Wglobal-constructors'], 840 'WARNING_CFLAGS': ['-Wglobal-constructors'],
839 }, 841 },
840 }, 842 },
841 }], 843 }],
842 ], # conditions 844 ], # conditions
843 } 845 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/src/ViewportAnchor.h » ('j') | Source/WebKit/chromium/src/WebViewImpl.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698