| 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 'public/WebDataSource.h', | 124 'public/WebDataSource.h', |
| 125 'public/WebDatabase.h', | 125 'public/WebDatabase.h', |
| 126 'public/WebDatabaseObserver.h', | 126 'public/WebDatabaseObserver.h', |
| 127 'public/WebDateTimeInputType.h', | 127 'public/WebDateTimeInputType.h', |
| 128 'public/WebDateTimeChooserCompletion.h', | 128 'public/WebDateTimeChooserCompletion.h', |
| 129 'public/WebDateTimeChooserParams.h', | 129 'public/WebDateTimeChooserParams.h', |
| 130 'public/WebDevToolsAgent.h', | 130 'public/WebDevToolsAgent.h', |
| 131 'public/WebDevToolsAgentClient.h', | 131 'public/WebDevToolsAgentClient.h', |
| 132 'public/WebDevToolsFrontend.h', | 132 'public/WebDevToolsFrontend.h', |
| 133 'public/WebDevToolsFrontendClient.h', | 133 'public/WebDevToolsFrontendClient.h', |
| 134 'public/WebDeviceMotionReader.h', |
| 134 'public/WebDeviceOrientation.h', | 135 'public/WebDeviceOrientation.h', |
| 135 'public/WebDeviceOrientationClient.h', | 136 'public/WebDeviceOrientationClient.h', |
| 136 'public/WebDeviceOrientationClientMock.h', | 137 'public/WebDeviceOrientationClientMock.h', |
| 137 'public/WebDeviceOrientationController.h', | 138 'public/WebDeviceOrientationController.h', |
| 138 'public/WebDocument.h', | 139 'public/WebDocument.h', |
| 139 'public/WebDocumentType.h', | 140 'public/WebDocumentType.h', |
| 140 'public/WebEditingAction.h', | 141 'public/WebEditingAction.h', |
| 141 'public/WebElement.h', | 142 'public/WebElement.h', |
| 142 'public/WebExceptionCode.h', | 143 'public/WebExceptionCode.h', |
| 143 'public/WebExternalPopupMenu.h', | 144 'public/WebExternalPopupMenu.h', |
| (...skipping 1117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1261 ['clang==1', { | 1262 ['clang==1', { |
| 1262 'target_defaults': { | 1263 'target_defaults': { |
| 1263 'cflags': ['-Wglobal-constructors'], | 1264 'cflags': ['-Wglobal-constructors'], |
| 1264 'xcode_settings': { | 1265 'xcode_settings': { |
| 1265 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 1266 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
| 1266 }, | 1267 }, |
| 1267 }, | 1268 }, |
| 1268 }], | 1269 }], |
| 1269 ], # conditions | 1270 ], # conditions |
| 1270 } | 1271 } |
| OLD | NEW |