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

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

Issue 8895026: Revert 96912 - Always call setActive() in WebViewImpl::setFocus(), (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/963/
Patch Set: Created 9 years 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/WebKit.gypi » ('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 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
722 # These tests depend on webkit_support and 722 # These tests depend on webkit_support and
723 # functions defined only in !WEBKIT_IMPLEMENTATI ON. 723 # functions defined only in !WEBKIT_IMPLEMENTATI ON.
724 'tests/AssociatedURLLoaderTest.cpp', 724 'tests/AssociatedURLLoaderTest.cpp',
725 'tests/CCLayerTreeHostTest.cpp', 725 'tests/CCLayerTreeHostTest.cpp',
726 'tests/FrameTestHelpers.cpp', 726 'tests/FrameTestHelpers.cpp',
727 'tests/PopupMenuTest.cpp', 727 'tests/PopupMenuTest.cpp',
728 'tests/RenderTableCellTest.cpp', 728 'tests/RenderTableCellTest.cpp',
729 'tests/WebFrameTest.cpp', 729 'tests/WebFrameTest.cpp',
730 'tests/WebPageNewSerializerTest.cpp', 730 'tests/WebPageNewSerializerTest.cpp',
731 'tests/WebPageSerializerTest.cpp', 731 'tests/WebPageSerializerTest.cpp',
732 'tests/WebViewTest.cpp',
733 ], 732 ],
734 'conditions': [ 733 'conditions': [
735 ['OS=="win" or OS=="mac"', { 734 ['OS=="win" or OS=="mac"', {
736 'dependencies': [ 735 'dependencies': [
737 '<(chromium_src_dir)/third_party/nss/nss .gyp:*', 736 '<(chromium_src_dir)/third_party/nss/nss .gyp:*',
738 ], 737 ],
739 }], 738 }],
740 ], 739 ],
741 'msvs_settings': { 740 'msvs_settings': {
742 'VCLinkerTool': { 741 'VCLinkerTool': {
(...skipping 786 matching lines...) Expand 10 before | Expand all | Expand 10 after
1529 ], 1528 ],
1530 }], 1529 }],
1531 ], # conditions 1530 ], # conditions
1532 } 1531 }
1533 1532
1534 # Local Variables: 1533 # Local Variables:
1535 # tab-width:2 1534 # tab-width:2
1536 # indent-tabs-mode:nil 1535 # indent-tabs-mode:nil
1537 # End: 1536 # End:
1538 # vim: set expandtab tabstop=2 shiftwidth=2: 1537 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/WebKit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698