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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 'public/WebContextMenuData.h', | 94 'public/WebContextMenuData.h', |
95 'public/WebCrossOriginPreflightResultCache.h', | 95 'public/WebCrossOriginPreflightResultCache.h', |
96 'public/WebCursorInfo.h', | 96 'public/WebCursorInfo.h', |
97 'public/WebDOMActivityLogger.h', | 97 'public/WebDOMActivityLogger.h', |
98 'public/WebDOMCustomEvent.h', | 98 'public/WebDOMCustomEvent.h', |
99 'public/WebDOMEvent.h', | 99 'public/WebDOMEvent.h', |
100 'public/WebDOMEventListener.h', | 100 'public/WebDOMEventListener.h', |
101 'public/WebDOMMessageEvent.h', | 101 'public/WebDOMMessageEvent.h', |
102 'public/WebDOMMouseEvent.h', | 102 'public/WebDOMMouseEvent.h', |
103 'public/WebDOMMutationEvent.h', | 103 'public/WebDOMMutationEvent.h', |
| 104 'public/WebDOMProgressEvent.h', |
| 105 'public/WebDOMResourceProgressEvent.h', |
104 'public/WebDataSource.h', | 106 'public/WebDataSource.h', |
105 'public/WebDatabase.h', | 107 'public/WebDatabase.h', |
106 'public/WebDatabaseObserver.h', | 108 'public/WebDatabaseObserver.h', |
107 'public/WebDateTimeInputType.h', | 109 'public/WebDateTimeInputType.h', |
108 'public/WebDateTimeChooserCompletion.h', | 110 'public/WebDateTimeChooserCompletion.h', |
109 'public/WebDateTimeChooserParams.h', | 111 'public/WebDateTimeChooserParams.h', |
110 'public/WebDevToolsAgent.h', | 112 'public/WebDevToolsAgent.h', |
111 'public/WebDevToolsAgentClient.h', | 113 'public/WebDevToolsAgentClient.h', |
112 'public/WebDevToolsFrontend.h', | 114 'public/WebDevToolsFrontend.h', |
113 'public/WebDevToolsFrontendClient.h', | 115 'public/WebDevToolsFrontendClient.h', |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
409 'src/WebCrossOriginPreflightResultCache.cpp', | 411 'src/WebCrossOriginPreflightResultCache.cpp', |
410 'src/WebDOMActivityLogger.cpp', | 412 'src/WebDOMActivityLogger.cpp', |
411 'src/WebDOMCustomEvent.cpp', | 413 'src/WebDOMCustomEvent.cpp', |
412 'src/WebDOMEvent.cpp', | 414 'src/WebDOMEvent.cpp', |
413 'src/WebDOMEventListener.cpp', | 415 'src/WebDOMEventListener.cpp', |
414 'src/WebDOMEventListenerPrivate.cpp', | 416 'src/WebDOMEventListenerPrivate.cpp', |
415 'src/WebDOMEventListenerPrivate.h', | 417 'src/WebDOMEventListenerPrivate.h', |
416 'src/WebDOMMessageEvent.cpp', | 418 'src/WebDOMMessageEvent.cpp', |
417 'src/WebDOMMouseEvent.cpp', | 419 'src/WebDOMMouseEvent.cpp', |
418 'src/WebDOMMutationEvent.cpp', | 420 'src/WebDOMMutationEvent.cpp', |
| 421 'src/WebDOMProgressEvent.cpp', |
| 422 'src/WebDOMResourceProgressEvent.cpp', |
419 'src/WebDatabase.cpp', | 423 'src/WebDatabase.cpp', |
420 'src/WebDataSourceImpl.cpp', | 424 'src/WebDataSourceImpl.cpp', |
421 'src/WebDataSourceImpl.h', | 425 'src/WebDataSourceImpl.h', |
422 'src/WebDevToolsAgentImpl.cpp', | 426 'src/WebDevToolsAgentImpl.cpp', |
423 'src/WebDevToolsAgentImpl.h', | 427 'src/WebDevToolsAgentImpl.h', |
424 'src/WebDevToolsFrontendImpl.cpp', | 428 'src/WebDevToolsFrontendImpl.cpp', |
425 'src/WebDevToolsFrontendImpl.h', | 429 'src/WebDevToolsFrontendImpl.h', |
426 'src/WebDeviceOrientation.cpp', | 430 'src/WebDeviceOrientation.cpp', |
427 'src/WebDeviceOrientationClientMock.cpp', | 431 'src/WebDeviceOrientationClientMock.cpp', |
428 'src/WebDeviceOrientationController.cpp', | 432 'src/WebDeviceOrientationController.cpp', |
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
799 ['clang==1', { | 803 ['clang==1', { |
800 'target_defaults': { | 804 'target_defaults': { |
801 'cflags': ['-Wglobal-constructors'], | 805 'cflags': ['-Wglobal-constructors'], |
802 'xcode_settings': { | 806 'xcode_settings': { |
803 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 807 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
804 }, | 808 }, |
805 }, | 809 }, |
806 }], | 810 }], |
807 ], # conditions | 811 ], # conditions |
808 } | 812 } |
OLD | NEW |