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

Side by Side Diff: webkit/webkit.gyp

Issue 330021: Move glue/EditorClientImpl.h/cpp to webkit/api/src (Closed)
Patch Set: Patch 5 Created 11 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
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'includes': [ 6 'includes': [
7 '../third_party/WebKit/WebKit/chromium/features.gypi', 7 '../third_party/WebKit/WebKit/chromium/features.gypi',
8 '../third_party/WebKit/WebCore/WebCore.gypi', 8 '../third_party/WebKit/WebCore/WebCore.gypi',
9 ], 9 ],
10 'variables': { 10 'variables': {
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'api/public/win/WebSandboxSupport.h', 167 'api/public/win/WebSandboxSupport.h',
168 'api/public/win/WebScreenInfoFactory.h', 168 'api/public/win/WebScreenInfoFactory.h',
169 'api/public/win/WebScreenInfoFactory.h', 169 'api/public/win/WebScreenInfoFactory.h',
170 'api/src/ApplicationCacheHost.cpp', 170 'api/src/ApplicationCacheHost.cpp',
171 'api/src/AssertMatchingEnums.cpp', 171 'api/src/AssertMatchingEnums.cpp',
172 'api/src/ChromiumBridge.cpp', 172 'api/src/ChromiumBridge.cpp',
173 'api/src/ChromiumCurrentTime.cpp', 173 'api/src/ChromiumCurrentTime.cpp',
174 'api/src/ChromiumThreading.cpp', 174 'api/src/ChromiumThreading.cpp',
175 'api/src/DOMUtilitiesPrivate.cpp', 175 'api/src/DOMUtilitiesPrivate.cpp',
176 'api/src/DOMUtilitiesPrivate.h', 176 'api/src/DOMUtilitiesPrivate.h',
177 'api/src/EditorClientImpl.cpp',
178 'api/src/EditorClientImpl.h',
177 'api/src/gtk/WebFontInfo.cpp', 179 'api/src/gtk/WebFontInfo.cpp',
178 'api/src/gtk/WebFontInfo.h', 180 'api/src/gtk/WebFontInfo.h',
179 'api/src/gtk/WebInputEventFactory.cpp', 181 'api/src/gtk/WebInputEventFactory.cpp',
180 'api/src/linux/WebFontRendering.cpp', 182 'api/src/linux/WebFontRendering.cpp',
181 'api/src/x11/WebScreenInfoFactory.cpp', 183 'api/src/x11/WebScreenInfoFactory.cpp',
182 'api/src/mac/WebInputEventFactory.mm', 184 'api/src/mac/WebInputEventFactory.mm',
183 'api/src/mac/WebScreenInfoFactory.mm', 185 'api/src/mac/WebScreenInfoFactory.mm',
184 'api/src/LocalizedStrings.cpp', 186 'api/src/LocalizedStrings.cpp',
185 'api/src/MediaPlayerPrivateChromium.cpp', 187 'api/src/MediaPlayerPrivateChromium.cpp',
186 'api/src/NotificationPresenterImpl.h', 188 'api/src/NotificationPresenterImpl.h',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 'glue/cpp_variant.cc', 570 'glue/cpp_variant.cc',
569 'glue/cpp_variant.h', 571 'glue/cpp_variant.h',
570 'glue/dom_operations.cc', 572 'glue/dom_operations.cc',
571 'glue/dom_operations.h', 573 'glue/dom_operations.h',
572 'glue/dom_operations_private.h', 574 'glue/dom_operations_private.h',
573 'glue/dom_serializer.cc', 575 'glue/dom_serializer.cc',
574 'glue/dom_serializer.h', 576 'glue/dom_serializer.h',
575 'glue/dom_serializer_delegate.h', 577 'glue/dom_serializer_delegate.h',
576 'glue/dragclient_impl.cc', 578 'glue/dragclient_impl.cc',
577 'glue/dragclient_impl.h', 579 'glue/dragclient_impl.h',
578 'glue/editor_client_impl.cc',
579 'glue/editor_client_impl.h',
580 'glue/entity_map.cc', 580 'glue/entity_map.cc',
581 'glue/entity_map.h', 581 'glue/entity_map.h',
582 'glue/form_data.h', 582 'glue/form_data.h',
583 'glue/form_field.cc', 583 'glue/form_field.cc',
584 'glue/form_field.h', 584 'glue/form_field.h',
585 'glue/form_field_values.cc', 585 'glue/form_field_values.cc',
586 'glue/form_field_values.h', 586 'glue/form_field_values.h',
587 'glue/ftp_directory_listing_response_delegate.cc', 587 'glue/ftp_directory_listing_response_delegate.cc',
588 'glue/ftp_directory_listing_response_delegate.h', 588 'glue/ftp_directory_listing_response_delegate.h',
589 'glue/glue_accessibility_object.cc', 589 'glue/glue_accessibility_object.cc',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
808 ], 808 ],
809 } 809 }
810 ], # targets 810 ], # targets
811 } 811 }
812 812
813 # Local Variables: 813 # Local Variables:
814 # tab-width:2 814 # tab-width:2
815 # indent-tabs-mode:nil 815 # indent-tabs-mode:nil
816 # End: 816 # End:
817 # vim: set expandtab tabstop=2 shiftwidth=2: 817 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« webkit/api/src/EditorClientImpl.cpp ('K') | « webkit/glue/webview_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698