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

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

Issue 14773025: Create ResourceProgressEvent, expose as Chromium API (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: 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
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 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 'public/WebContextMenuData.h', 97 'public/WebContextMenuData.h',
98 'public/WebCrossOriginPreflightResultCache.h', 98 'public/WebCrossOriginPreflightResultCache.h',
99 'public/WebCursorInfo.h', 99 'public/WebCursorInfo.h',
100 'public/WebDOMActivityLogger.h', 100 'public/WebDOMActivityLogger.h',
101 'public/WebDOMCustomEvent.h', 101 'public/WebDOMCustomEvent.h',
102 'public/WebDOMEvent.h', 102 'public/WebDOMEvent.h',
103 'public/WebDOMEventListener.h', 103 'public/WebDOMEventListener.h',
104 'public/WebDOMMessageEvent.h', 104 'public/WebDOMMessageEvent.h',
105 'public/WebDOMMouseEvent.h', 105 'public/WebDOMMouseEvent.h',
106 'public/WebDOMMutationEvent.h', 106 'public/WebDOMMutationEvent.h',
107 'public/WebDOMProgressEvent.h',
107 'public/WebDataSource.h', 108 'public/WebDataSource.h',
108 'public/WebDatabase.h', 109 'public/WebDatabase.h',
109 'public/WebDatabaseObserver.h', 110 'public/WebDatabaseObserver.h',
110 'public/WebDateTimeInputType.h', 111 'public/WebDateTimeInputType.h',
111 'public/WebDateTimeChooserCompletion.h', 112 'public/WebDateTimeChooserCompletion.h',
112 'public/WebDateTimeChooserParams.h', 113 'public/WebDateTimeChooserParams.h',
113 'public/WebDevToolsAgent.h', 114 'public/WebDevToolsAgent.h',
114 'public/WebDevToolsAgentClient.h', 115 'public/WebDevToolsAgentClient.h',
115 'public/WebDevToolsFrontend.h', 116 'public/WebDevToolsFrontend.h',
116 'public/WebDevToolsFrontendClient.h', 117 'public/WebDevToolsFrontendClient.h',
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
411 'src/WebCursorInfo.cpp', 412 'src/WebCursorInfo.cpp',
412 'src/WebDOMActivityLogger.cpp', 413 'src/WebDOMActivityLogger.cpp',
413 'src/WebDOMCustomEvent.cpp', 414 'src/WebDOMCustomEvent.cpp',
414 'src/WebDOMEvent.cpp', 415 'src/WebDOMEvent.cpp',
415 'src/WebDOMEventListener.cpp', 416 'src/WebDOMEventListener.cpp',
416 'src/WebDOMEventListenerPrivate.cpp', 417 'src/WebDOMEventListenerPrivate.cpp',
417 'src/WebDOMEventListenerPrivate.h', 418 'src/WebDOMEventListenerPrivate.h',
418 'src/WebDOMMessageEvent.cpp', 419 'src/WebDOMMessageEvent.cpp',
419 'src/WebDOMMouseEvent.cpp', 420 'src/WebDOMMouseEvent.cpp',
420 'src/WebDOMMutationEvent.cpp', 421 'src/WebDOMMutationEvent.cpp',
422 'src/WebDOMProgressEvent.cpp',
421 'src/WebDatabase.cpp', 423 'src/WebDatabase.cpp',
422 'src/WebDataSourceImpl.cpp', 424 'src/WebDataSourceImpl.cpp',
423 'src/WebDataSourceImpl.h', 425 'src/WebDataSourceImpl.h',
424 'src/WebDevToolsAgentImpl.cpp', 426 'src/WebDevToolsAgentImpl.cpp',
425 'src/WebDevToolsAgentImpl.h', 427 'src/WebDevToolsAgentImpl.h',
426 'src/WebDevToolsFrontendImpl.cpp', 428 'src/WebDevToolsFrontendImpl.cpp',
427 'src/WebDevToolsFrontendImpl.h', 429 'src/WebDevToolsFrontendImpl.h',
428 'src/WebDeviceOrientation.cpp', 430 'src/WebDeviceOrientation.cpp',
429 'src/WebDeviceOrientationClientMock.cpp', 431 'src/WebDeviceOrientationClientMock.cpp',
430 'src/WebDeviceOrientationController.cpp', 432 'src/WebDeviceOrientationController.cpp',
(...skipping 395 matching lines...) Expand 10 before | Expand all | Expand 10 after
826 ['clang==1', { 828 ['clang==1', {
827 'target_defaults': { 829 'target_defaults': {
828 'cflags': ['-Wglobal-constructors'], 830 'cflags': ['-Wglobal-constructors'],
829 'xcode_settings': { 831 'xcode_settings': {
830 'WARNING_CFLAGS': ['-Wglobal-constructors'], 832 'WARNING_CFLAGS': ['-Wglobal-constructors'],
831 }, 833 },
832 }, 834 },
833 }], 835 }],
834 ], # conditions 836 ], # conditions
835 } 837 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698