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

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

Issue 13968007: Create WebInbandTextTrack and WebInbandTextTrackClient (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebInbandTextTrack.h » ('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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'public/WebGeolocationPermissionRequest.h', 144 'public/WebGeolocationPermissionRequest.h',
145 'public/WebGeolocationPermissionRequestManager.h', 145 'public/WebGeolocationPermissionRequestManager.h',
146 'public/WebGeolocationPosition.h', 146 'public/WebGeolocationPosition.h',
147 'public/WebGlyphCache.h', 147 'public/WebGlyphCache.h',
148 'public/WebHelperPlugin.h', 148 'public/WebHelperPlugin.h',
149 'public/WebHistoryItem.h', 149 'public/WebHistoryItem.h',
150 'public/WebHitTestResult.h', 150 'public/WebHitTestResult.h',
151 'public/WebIconLoadingCompletion.h', 151 'public/WebIconLoadingCompletion.h',
152 'public/WebIconURL.h', 152 'public/WebIconURL.h',
153 'public/WebImageDecoder.h', 153 'public/WebImageDecoder.h',
154 'public/WebInbandTextTrack.h',
155 'public/WebInbandTextTrackClient.h',
154 'public/WebInputElement.h', 156 'public/WebInputElement.h',
155 'public/WebInputEvent.h', 157 'public/WebInputEvent.h',
156 'public/WebKit.h', 158 'public/WebKit.h',
157 'public/WebLabelElement.h', 159 'public/WebLabelElement.h',
158 'public/WebMediaPlayer.h', 160 'public/WebMediaPlayer.h',
159 'public/WebMediaPlayerAction.h', 161 'public/WebMediaPlayerAction.h',
160 'public/WebMediaPlayerClient.h', 162 'public/WebMediaPlayerClient.h',
161 'public/WebMediaSource.h', 163 'public/WebMediaSource.h',
162 'public/WebMediaSourceClient.h', 164 'public/WebMediaSourceClient.h',
163 'public/WebMediaStreamRegistry.h', 165 'public/WebMediaStreamRegistry.h',
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 'src/IDBCallbacksProxy.cpp', 326 'src/IDBCallbacksProxy.cpp',
325 'src/IDBCallbacksProxy.h', 327 'src/IDBCallbacksProxy.h',
326 'src/IDBCursorBackendProxy.cpp', 328 'src/IDBCursorBackendProxy.cpp',
327 'src/IDBCursorBackendProxy.h', 329 'src/IDBCursorBackendProxy.h',
328 'src/IDBDatabaseCallbacksProxy.cpp', 330 'src/IDBDatabaseCallbacksProxy.cpp',
329 'src/IDBDatabaseCallbacksProxy.h', 331 'src/IDBDatabaseCallbacksProxy.h',
330 'src/IDBDatabaseBackendProxy.cpp', 332 'src/IDBDatabaseBackendProxy.cpp',
331 'src/IDBDatabaseBackendProxy.h', 333 'src/IDBDatabaseBackendProxy.h',
332 'src/IDBFactoryBackendProxy.cpp', 334 'src/IDBFactoryBackendProxy.cpp',
333 'src/IDBFactoryBackendProxy.h', 335 'src/IDBFactoryBackendProxy.h',
336 'src/InbandTextTrackPrivateImpl.cpp',
337 'src/InbandTextTrackPrivateImpl.h',
334 'src/InspectorClientImpl.cpp', 338 'src/InspectorClientImpl.cpp',
335 'src/InspectorClientImpl.h', 339 'src/InspectorClientImpl.h',
336 'src/InspectorFrontendClientImpl.cpp', 340 'src/InspectorFrontendClientImpl.cpp',
337 'src/InspectorFrontendClientImpl.h', 341 'src/InspectorFrontendClientImpl.h',
338 'src/LinkHighlight.cpp', 342 'src/LinkHighlight.cpp',
339 'src/LinkHighlight.h', 343 'src/LinkHighlight.h',
340 'src/NonCompositedContentHost.cpp', 344 'src/NonCompositedContentHost.cpp',
341 'src/NonCompositedContentHost.h', 345 'src/NonCompositedContentHost.h',
342 'src/PrerendererClientImpl.h', 346 'src/PrerendererClientImpl.h',
343 'src/PrerendererClientImpl.cpp', 347 'src/PrerendererClientImpl.cpp',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 ['clang==1', { 825 ['clang==1', {
822 'target_defaults': { 826 'target_defaults': {
823 'cflags': ['-Wglobal-constructors'], 827 'cflags': ['-Wglobal-constructors'],
824 'xcode_settings': { 828 'xcode_settings': {
825 'WARNING_CFLAGS': ['-Wglobal-constructors'], 829 'WARNING_CFLAGS': ['-Wglobal-constructors'],
826 }, 830 },
827 }, 831 },
828 }], 832 }],
829 ], # conditions 833 ], # conditions
830 } 834 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebInbandTextTrack.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698