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

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

Issue 14813025: Refactor viewport initialization logic out of WebViewImpl. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Address code review comments 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
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 550 matching lines...) Expand 10 before | Expand all | Expand 10 after
561 'src/WorkerAsyncFileWriterChromium.cpp', 561 'src/WorkerAsyncFileWriterChromium.cpp',
562 'src/WorkerAsyncFileWriterChromium.h', 562 'src/WorkerAsyncFileWriterChromium.h',
563 'src/WorkerFileSystemCallbacksBridge.cpp', 563 'src/WorkerFileSystemCallbacksBridge.cpp',
564 'src/WorkerFileSystemCallbacksBridge.h', 564 'src/WorkerFileSystemCallbacksBridge.h',
565 'src/WorkerFileWriterCallbacksBridge.cpp', 565 'src/WorkerFileWriterCallbacksBridge.cpp',
566 'src/WorkerFileWriterCallbacksBridge.h', 566 'src/WorkerFileWriterCallbacksBridge.h',
567 'src/WorkerStorageQuotaCallbacksBridge.cpp', 567 'src/WorkerStorageQuotaCallbacksBridge.cpp',
568 'src/WorkerStorageQuotaCallbacksBridge.h', 568 'src/WorkerStorageQuotaCallbacksBridge.h',
569 'src/win/WebInputEventFactory.cpp', 569 'src/win/WebInputEventFactory.cpp',
570 'src/win/WebScreenInfoFactory.cpp', 570 'src/win/WebScreenInfoFactory.cpp',
571 'src/ViewportAttributesManager.cpp',
572 'src/ViewportAttributesManager.h',
571 ], 573 ],
572 'conditions': [ 574 'conditions': [
573 ['component=="shared_library"', { 575 ['component=="shared_library"', {
574 'defines': [ 576 'defines': [
575 'WEBKIT_DLL', 577 'WEBKIT_DLL',
576 'WEBKIT_IMPLEMENTATION=1', 578 'WEBKIT_IMPLEMENTATION=1',
577 ], 579 ],
578 'dependencies': [ 580 'dependencies': [
579 '../../core/core.gyp/core.gyp:webcore_derived', 581 '../../core/core.gyp/core.gyp:webcore_derived',
580 '../../core/core.gyp/core.gyp:webcore_test_support', 582 '../../core/core.gyp/core.gyp:webcore_test_support',
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 ['clang==1', { 828 ['clang==1', {
827 'target_defaults': { 829 'target_defaults': {
828 'cflags': ['-Wglobal-constructors'], 830 'cflags': ['-Wglobal-constructors'],
829 'xcode_settings': { 831 'xcode_settings': {
830 'WARNING_CFLAGS': ['-Wglobal-constructors'], 832 'WARNING_CFLAGS': ['-Wglobal-constructors'],
831 }, 833 },
832 }, 834 },
833 }], 835 }],
834 ], # conditions 836 ], # conditions
835 } 837 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebView.h » ('j') | Source/WebKit/chromium/src/WebViewImpl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698