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

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: incorporate aaron's comments Created 7 years, 8 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
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 144 matching lines...) Expand 10 before | Expand all | Expand 10 after
155 'public/WebIDBDatabaseError.h', 155 'public/WebIDBDatabaseError.h',
156 'public/WebIDBDatabaseException.h', 156 'public/WebIDBDatabaseException.h',
157 'public/WebIDBFactory.h', 157 'public/WebIDBFactory.h',
158 'public/WebIDBKey.h', 158 'public/WebIDBKey.h',
159 'public/WebIDBKeyPath.h', 159 'public/WebIDBKeyPath.h',
160 'public/WebIDBKeyRange.h', 160 'public/WebIDBKeyRange.h',
161 'public/WebIDBMetadata.h', 161 'public/WebIDBMetadata.h',
162 'public/WebIconLoadingCompletion.h', 162 'public/WebIconLoadingCompletion.h',
163 'public/WebIconURL.h', 163 'public/WebIconURL.h',
164 'public/WebImageDecoder.h', 164 'public/WebImageDecoder.h',
165 'public/WebInbandTextTrack.h',
166 'public/WebInbandTextTrackClient.h',
165 'public/WebInputElement.h', 167 'public/WebInputElement.h',
166 'public/WebInputEvent.h', 168 'public/WebInputEvent.h',
167 'public/WebKit.h', 169 'public/WebKit.h',
168 'public/WebLabelElement.h', 170 'public/WebLabelElement.h',
169 'public/WebMediaPlayer.h', 171 'public/WebMediaPlayer.h',
170 'public/WebMediaPlayerAction.h', 172 'public/WebMediaPlayerAction.h',
171 'public/WebMediaPlayerClient.h', 173 'public/WebMediaPlayerClient.h',
172 'public/WebMediaSource.h', 174 'public/WebMediaSource.h',
173 'public/WebMediaSourceClient.h', 175 'public/WebMediaSourceClient.h',
174 'public/WebMediaStreamRegistry.h', 176 'public/WebMediaStreamRegistry.h',
(...skipping 159 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 'src/IDBCallbacksProxy.cpp', 336 'src/IDBCallbacksProxy.cpp',
335 'src/IDBCallbacksProxy.h', 337 'src/IDBCallbacksProxy.h',
336 'src/IDBCursorBackendProxy.cpp', 338 'src/IDBCursorBackendProxy.cpp',
337 'src/IDBCursorBackendProxy.h', 339 'src/IDBCursorBackendProxy.h',
338 'src/IDBDatabaseCallbacksProxy.cpp', 340 'src/IDBDatabaseCallbacksProxy.cpp',
339 'src/IDBDatabaseCallbacksProxy.h', 341 'src/IDBDatabaseCallbacksProxy.h',
340 'src/IDBDatabaseBackendProxy.cpp', 342 'src/IDBDatabaseBackendProxy.cpp',
341 'src/IDBDatabaseBackendProxy.h', 343 'src/IDBDatabaseBackendProxy.h',
342 'src/IDBFactoryBackendProxy.cpp', 344 'src/IDBFactoryBackendProxy.cpp',
343 'src/IDBFactoryBackendProxy.h', 345 'src/IDBFactoryBackendProxy.h',
346 'src/InbandTextTrackPrivateImpl.cpp',
347 'src/InbandTextTrackPrivateImpl.h',
344 'src/InspectorClientImpl.cpp', 348 'src/InspectorClientImpl.cpp',
345 'src/InspectorClientImpl.h', 349 'src/InspectorClientImpl.h',
346 'src/InspectorFrontendClientImpl.cpp', 350 'src/InspectorFrontendClientImpl.cpp',
347 'src/InspectorFrontendClientImpl.h', 351 'src/InspectorFrontendClientImpl.h',
348 'src/LinkHighlight.cpp', 352 'src/LinkHighlight.cpp',
349 'src/LinkHighlight.h', 353 'src/LinkHighlight.h',
350 'src/NonCompositedContentHost.cpp', 354 'src/NonCompositedContentHost.cpp',
351 'src/NonCompositedContentHost.h', 355 'src/NonCompositedContentHost.h',
352 'src/PrerendererClientImpl.h', 356 'src/PrerendererClientImpl.h',
353 'src/PrerendererClientImpl.cpp', 357 'src/PrerendererClientImpl.cpp',
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
472 'src/WebIDBDatabaseImpl.cpp', 476 'src/WebIDBDatabaseImpl.cpp',
473 'src/WebIDBDatabaseImpl.h', 477 'src/WebIDBDatabaseImpl.h',
474 'src/WebIDBFactoryImpl.cpp', 478 'src/WebIDBFactoryImpl.cpp',
475 'src/WebIDBFactoryImpl.h', 479 'src/WebIDBFactoryImpl.h',
476 'src/WebIDBKey.cpp', 480 'src/WebIDBKey.cpp',
477 'src/WebIDBKeyPath.cpp', 481 'src/WebIDBKeyPath.cpp',
478 'src/WebIDBKeyRange.cpp', 482 'src/WebIDBKeyRange.cpp',
479 'src/WebIDBMetadata.cpp', 483 'src/WebIDBMetadata.cpp',
480 'src/WebImageDecoder.cpp', 484 'src/WebImageDecoder.cpp',
481 'src/WebImageSkia.cpp', 485 'src/WebImageSkia.cpp',
486 'src/WebInbandTextTrackClientImpl.cpp',
487 'src/WebInbandTextTrackClientImpl.h',
482 'src/WebInputElement.cpp', 488 'src/WebInputElement.cpp',
483 'src/WebInputEvent.cpp', 489 'src/WebInputEvent.cpp',
484 'src/WebInputEventConversion.cpp', 490 'src/WebInputEventConversion.cpp',
485 'src/WebInputEventConversion.h', 491 'src/WebInputEventConversion.h',
486 'src/WebKit.cpp', 492 'src/WebKit.cpp',
487 'src/WebLabelElement.cpp', 493 'src/WebLabelElement.cpp',
488 'src/WebMediaPlayerClientImpl.cpp', 494 'src/WebMediaPlayerClientImpl.cpp',
489 'src/WebMediaPlayerClientImpl.h', 495 'src/WebMediaPlayerClientImpl.h',
490 'src/WebMediaSourceImpl.cpp', 496 'src/WebMediaSourceImpl.cpp',
491 'src/WebMediaSourceImpl.h', 497 'src/WebMediaSourceImpl.h',
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
819 ['clang==1', { 825 ['clang==1', {
820 'target_defaults': { 826 'target_defaults': {
821 'cflags': ['-Wglobal-constructors'], 827 'cflags': ['-Wglobal-constructors'],
822 'xcode_settings': { 828 'xcode_settings': {
823 'WARNING_CFLAGS': ['-Wglobal-constructors'], 829 'WARNING_CFLAGS': ['-Wglobal-constructors'],
824 }, 830 },
825 }, 831 },
826 }], 832 }],
827 ], # conditions 833 ], # conditions
828 } 834 }
OLDNEW
« no previous file with comments | « no previous file | Source/WebKit/chromium/public/WebInbandTextTrack.h » ('j') | Source/WebKit/chromium/public/WebInbandTextTrack.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698