OLD | NEW |
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 Loading... |
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', |
| 108 'public/WebDOMResourceProgressEvent.h', |
107 'public/WebDataSource.h', | 109 'public/WebDataSource.h', |
108 'public/WebDatabase.h', | 110 'public/WebDatabase.h', |
109 'public/WebDatabaseObserver.h', | 111 'public/WebDatabaseObserver.h', |
110 'public/WebDateTimeInputType.h', | 112 'public/WebDateTimeInputType.h', |
111 'public/WebDateTimeChooserCompletion.h', | 113 'public/WebDateTimeChooserCompletion.h', |
112 'public/WebDateTimeChooserParams.h', | 114 'public/WebDateTimeChooserParams.h', |
113 'public/WebDevToolsAgent.h', | 115 'public/WebDevToolsAgent.h', |
114 'public/WebDevToolsAgentClient.h', | 116 'public/WebDevToolsAgentClient.h', |
115 'public/WebDevToolsFrontend.h', | 117 'public/WebDevToolsFrontend.h', |
116 'public/WebDevToolsFrontendClient.h', | 118 'public/WebDevToolsFrontendClient.h', |
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
410 'src/WebCrossOriginPreflightResultCache.cpp', | 412 'src/WebCrossOriginPreflightResultCache.cpp', |
411 'src/WebDOMActivityLogger.cpp', | 413 'src/WebDOMActivityLogger.cpp', |
412 'src/WebDOMCustomEvent.cpp', | 414 'src/WebDOMCustomEvent.cpp', |
413 'src/WebDOMEvent.cpp', | 415 'src/WebDOMEvent.cpp', |
414 'src/WebDOMEventListener.cpp', | 416 'src/WebDOMEventListener.cpp', |
415 'src/WebDOMEventListenerPrivate.cpp', | 417 'src/WebDOMEventListenerPrivate.cpp', |
416 'src/WebDOMEventListenerPrivate.h', | 418 'src/WebDOMEventListenerPrivate.h', |
417 'src/WebDOMMessageEvent.cpp', | 419 'src/WebDOMMessageEvent.cpp', |
418 'src/WebDOMMouseEvent.cpp', | 420 'src/WebDOMMouseEvent.cpp', |
419 'src/WebDOMMutationEvent.cpp', | 421 'src/WebDOMMutationEvent.cpp', |
| 422 'src/WebDOMProgressEvent.cpp', |
| 423 'src/WebDOMResourceProgressEvent.cpp', |
420 'src/WebDatabase.cpp', | 424 'src/WebDatabase.cpp', |
421 'src/WebDataSourceImpl.cpp', | 425 'src/WebDataSourceImpl.cpp', |
422 'src/WebDataSourceImpl.h', | 426 'src/WebDataSourceImpl.h', |
423 'src/WebDevToolsAgentImpl.cpp', | 427 'src/WebDevToolsAgentImpl.cpp', |
424 'src/WebDevToolsAgentImpl.h', | 428 'src/WebDevToolsAgentImpl.h', |
425 'src/WebDevToolsFrontendImpl.cpp', | 429 'src/WebDevToolsFrontendImpl.cpp', |
426 'src/WebDevToolsFrontendImpl.h', | 430 'src/WebDevToolsFrontendImpl.h', |
427 'src/WebDeviceOrientation.cpp', | 431 'src/WebDeviceOrientation.cpp', |
428 'src/WebDeviceOrientationClientMock.cpp', | 432 'src/WebDeviceOrientationClientMock.cpp', |
429 'src/WebDeviceOrientationController.cpp', | 433 'src/WebDeviceOrientationController.cpp', |
(...skipping 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
823 ['clang==1', { | 827 ['clang==1', { |
824 'target_defaults': { | 828 'target_defaults': { |
825 'cflags': ['-Wglobal-constructors'], | 829 'cflags': ['-Wglobal-constructors'], |
826 'xcode_settings': { | 830 'xcode_settings': { |
827 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 831 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
828 }, | 832 }, |
829 }, | 833 }, |
830 }], | 834 }], |
831 ], # conditions | 835 ], # conditions |
832 } | 836 } |
OLD | NEW |