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

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

Issue 8378004: Revert 96912 - Always call setActive() in WebViewImpl::setFocus(), (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/912/
Patch Set: Created 9 years, 1 month 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 676 matching lines...) Expand 10 before | Expand all | Expand 10 after
687 'tests/CCThreadTest.cpp', 687 'tests/CCThreadTest.cpp',
688 # These tests depend on webkit_support and 688 # These tests depend on webkit_support and
689 # functions defined only in !WEBKIT_IMPLEMENTATI ON. 689 # functions defined only in !WEBKIT_IMPLEMENTATI ON.
690 'tests/AssociatedURLLoaderTest.cpp', 690 'tests/AssociatedURLLoaderTest.cpp',
691 'tests/CCLayerTreeHostTest.cpp', 691 'tests/CCLayerTreeHostTest.cpp',
692 'tests/FrameTestHelpers.cpp', 692 'tests/FrameTestHelpers.cpp',
693 'tests/PopupMenuTest.cpp', 693 'tests/PopupMenuTest.cpp',
694 'tests/WebFrameTest.cpp', 694 'tests/WebFrameTest.cpp',
695 'tests/WebPageNewSerializerTest.cpp', 695 'tests/WebPageNewSerializerTest.cpp',
696 'tests/WebPageSerializerTest.cpp', 696 'tests/WebPageSerializerTest.cpp',
697 'tests/WebViewTest.cpp',
698 ], 697 ],
699 'conditions': [ 698 'conditions': [
700 ['OS=="win" or OS=="mac"', { 699 ['OS=="win" or OS=="mac"', {
701 'dependencies': [ 700 'dependencies': [
702 '<(chromium_src_dir)/third_party/nss/nss .gyp:*', 701 '<(chromium_src_dir)/third_party/nss/nss .gyp:*',
703 ], 702 ],
704 }], 703 }],
705 ], 704 ],
706 'msvs_settings': { 705 'msvs_settings': {
707 'VCLinkerTool': { 706 'VCLinkerTool': {
(...skipping 772 matching lines...) Expand 10 before | Expand all | Expand 10 after
1480 ], 1479 ],
1481 }], 1480 }],
1482 ], # conditions 1481 ], # conditions
1483 } 1482 }
1484 1483
1485 # Local Variables: 1484 # Local Variables:
1486 # tab-width:2 1485 # tab-width:2
1487 # indent-tabs-mode:nil 1486 # indent-tabs-mode:nil
1488 # End: 1487 # End:
1489 # vim: set expandtab tabstop=2 shiftwidth=2: 1488 # 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