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

Side by Side Diff: webkit/webkit.gyp

Issue 149760: Introduce WebLocalizedString and queryLocalizedString methods... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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
« no previous file with comments | « webkit/tools/test_shell/test_shell_webkit_init.h ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'variables': { 6 'variables': {
7 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DATAGRID=1', 10 'ENABLE_DATAGRID=1',
(...skipping 993 matching lines...) Expand 10 before | Expand all | Expand 10 after
1004 'api/public/WebDataSource.h', 1004 'api/public/WebDataSource.h',
1005 'api/public/WebDragData.h', 1005 'api/public/WebDragData.h',
1006 'api/public/WebFindOptions.h', 1006 'api/public/WebFindOptions.h',
1007 'api/public/WebForm.h', 1007 'api/public/WebForm.h',
1008 'api/public/WebHistoryItem.h', 1008 'api/public/WebHistoryItem.h',
1009 'api/public/WebHTTPBody.h', 1009 'api/public/WebHTTPBody.h',
1010 'api/public/WebImage.h', 1010 'api/public/WebImage.h',
1011 'api/public/WebInputEvent.h', 1011 'api/public/WebInputEvent.h',
1012 'api/public/WebKit.h', 1012 'api/public/WebKit.h',
1013 'api/public/WebKitClient.h', 1013 'api/public/WebKitClient.h',
1014 'api/public/WebLocalizedString.h',
1014 'api/public/WebMediaPlayer.h', 1015 'api/public/WebMediaPlayer.h',
1015 'api/public/WebMediaPlayerClient.h', 1016 'api/public/WebMediaPlayerClient.h',
1016 'api/public/WebMimeRegistry.h', 1017 'api/public/WebMimeRegistry.h',
1017 'api/public/WebNavigationType.h', 1018 'api/public/WebNavigationType.h',
1018 'api/public/WebNonCopyable.h', 1019 'api/public/WebNonCopyable.h',
1019 'api/public/WebPluginListBuilder.h', 1020 'api/public/WebPluginListBuilder.h',
1020 'api/public/WebPoint.h', 1021 'api/public/WebPoint.h',
1021 'api/public/WebPopupMenu.h', 1022 'api/public/WebPopupMenu.h',
1022 'api/public/WebPopupMenuInfo.h', 1023 'api/public/WebPopupMenuInfo.h',
1023 'api/public/WebRect.h', 1024 'api/public/WebRect.h',
(...skipping 17 matching lines...) Expand all
1041 'api/public/win/WebScreenInfoFactory.h', 1042 'api/public/win/WebScreenInfoFactory.h',
1042 'api/src/ChromiumBridge.cpp', 1043 'api/src/ChromiumBridge.cpp',
1043 'api/src/ChromiumCurrentTime.cpp', 1044 'api/src/ChromiumCurrentTime.cpp',
1044 'api/src/ChromiumThreading.cpp', 1045 'api/src/ChromiumThreading.cpp',
1045 'api/src/gtk/WebFontInfo.cpp', 1046 'api/src/gtk/WebFontInfo.cpp',
1046 'api/src/gtk/WebFontInfo.h', 1047 'api/src/gtk/WebFontInfo.h',
1047 'api/src/gtk/WebInputEventFactory.cpp', 1048 'api/src/gtk/WebInputEventFactory.cpp',
1048 'api/src/x11/WebScreenInfoFactory.cpp', 1049 'api/src/x11/WebScreenInfoFactory.cpp',
1049 'api/src/mac/WebInputEventFactory.mm', 1050 'api/src/mac/WebInputEventFactory.mm',
1050 'api/src/mac/WebScreenInfoFactory.mm', 1051 'api/src/mac/WebScreenInfoFactory.mm',
1052 'api/src/LocalizedStrings.cpp',
1051 'api/src/MediaPlayerPrivateChromium.cpp', 1053 'api/src/MediaPlayerPrivateChromium.cpp',
1052 'api/src/ResourceHandle.cpp', 1054 'api/src/ResourceHandle.cpp',
1053 'api/src/TemporaryGlue.h', 1055 'api/src/TemporaryGlue.h',
1054 'api/src/WebCache.cpp', 1056 'api/src/WebCache.cpp',
1055 'api/src/WebCString.cpp', 1057 'api/src/WebCString.cpp',
1056 'api/src/WebCursorInfo.cpp', 1058 'api/src/WebCursorInfo.cpp',
1057 'api/src/WebData.cpp', 1059 'api/src/WebData.cpp',
1058 'api/src/WebDragData.cpp', 1060 'api/src/WebDragData.cpp',
1059 'api/src/WebForm.cpp', 1061 'api/src/WebForm.cpp',
1060 'api/src/WebHistoryItem.cpp', 1062 'api/src/WebHistoryItem.cpp',
(...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 'glue/glue_serialize.cc', 1330 'glue/glue_serialize.cc',
1329 'glue/glue_serialize.h', 1331 'glue/glue_serialize.h',
1330 'glue/glue_util.cc', 1332 'glue/glue_util.cc',
1331 'glue/glue_util.h', 1333 'glue/glue_util.h',
1332 'glue/image_decoder.cc', 1334 'glue/image_decoder.cc',
1333 'glue/image_decoder.h', 1335 'glue/image_decoder.h',
1334 'glue/image_resource_fetcher.cc', 1336 'glue/image_resource_fetcher.cc',
1335 'glue/image_resource_fetcher.h', 1337 'glue/image_resource_fetcher.h',
1336 'glue/inspector_client_impl.cc', 1338 'glue/inspector_client_impl.cc',
1337 'glue/inspector_client_impl.h', 1339 'glue/inspector_client_impl.h',
1338 'glue/localized_strings.cc',
1339 'glue/multipart_response_delegate.cc', 1340 'glue/multipart_response_delegate.cc',
1340 'glue/multipart_response_delegate.h', 1341 'glue/multipart_response_delegate.h',
1341 'glue/npruntime_util.cc', 1342 'glue/npruntime_util.cc',
1342 'glue/npruntime_util.h', 1343 'glue/npruntime_util.h',
1343 'glue/password_autocomplete_listener.cc', 1344 'glue/password_autocomplete_listener.cc',
1344 'glue/password_autocomplete_listener.h', 1345 'glue/password_autocomplete_listener.h',
1345 'glue/password_form.h', 1346 'glue/password_form.h',
1346 'glue/password_form_dom_manager.cc', 1347 'glue/password_form_dom_manager.cc',
1347 'glue/password_form_dom_manager.h', 1348 'glue/password_form_dom_manager.h',
1348 'glue/resource_fetcher.cc', 1349 'glue/resource_fetcher.cc',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1679 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png', 1680 '../third_party/WebKit/WebCore/inspector/front-end/Images/userInputP reviousIcon.png',
1680 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png', 1681 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningIco n.png',
1681 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png', 1682 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningMed iumIcon.png',
1682 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png', 1683 '../third_party/WebKit/WebCore/inspector/front-end/Images/warningsEr rors.png',
1683 ], 1684 ],
1684 }, 1685 },
1685 ], 1686 ],
1686 }, 1687 },
1687 ], 1688 ],
1688 } 1689 }
OLDNEW
« no previous file with comments | « webkit/tools/test_shell/test_shell_webkit_init.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698