| 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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 '<@(webcore_platform_support_files)', | 69 '<@(webcore_platform_support_files)', |
| 70 'public/WebAccessibilityNotification.h', | 70 'public/WebAccessibilityNotification.h', |
| 71 'public/WebAccessibilityObject.h', | 71 'public/WebAccessibilityObject.h', |
| 72 'public/WebAccessibilityRole.h', | 72 'public/WebAccessibilityRole.h', |
| 73 'public/WebApplicationCacheHostClient.h', | 73 'public/WebApplicationCacheHostClient.h', |
| 74 'public/WebArrayBuffer.h', | 74 'public/WebArrayBuffer.h', |
| 75 'public/WebArrayBufferView.h', | 75 'public/WebArrayBufferView.h', |
| 76 'public/WebAudioSourceProvider.h', | 76 'public/WebAudioSourceProvider.h', |
| 77 'public/WebAudioSourceProviderClient.h', | 77 'public/WebAudioSourceProviderClient.h', |
| 78 'public/WebAutofillClient.h', | 78 'public/WebAutofillClient.h', |
| 79 'public/WebBatteryStatus.h', | |
| 80 'public/WebBatteryStatusClient.h', | |
| 81 'public/WebBindings.h', | 79 'public/WebBindings.h', |
| 82 'public/WebBlob.h', | 80 'public/WebBlob.h', |
| 83 'public/WebCache.h', | 81 'public/WebCache.h', |
| 84 'public/WebCachedURLRequest.h', | 82 'public/WebCachedURLRequest.h', |
| 85 'public/WebColorChooser.h', | 83 'public/WebColorChooser.h', |
| 86 'public/WebColorChooserClient.h', | 84 'public/WebColorChooserClient.h', |
| 87 'public/WebColorName.h', | 85 'public/WebColorName.h', |
| 88 'public/WebCommonWorkerClient.h', | 86 'public/WebCommonWorkerClient.h', |
| 89 'public/WebCompositionUnderline.h', | 87 'public/WebCompositionUnderline.h', |
| 90 'public/WebConsoleMessage.h', | 88 'public/WebConsoleMessage.h', |
| (...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 'src/AssociatedURLLoader.cpp', | 265 'src/AssociatedURLLoader.cpp', |
| 268 'src/AssociatedURLLoader.h', | 266 'src/AssociatedURLLoader.h', |
| 269 'src/AsyncFileSystemChromium.cpp', | 267 'src/AsyncFileSystemChromium.cpp', |
| 270 'src/AsyncFileSystemChromium.h', | 268 'src/AsyncFileSystemChromium.h', |
| 271 'src/AsyncFileWriterChromium.cpp', | 269 'src/AsyncFileWriterChromium.cpp', |
| 272 'src/AsyncFileWriterChromium.h', | 270 'src/AsyncFileWriterChromium.h', |
| 273 'src/AutofillPopupMenuClient.cpp', | 271 'src/AutofillPopupMenuClient.cpp', |
| 274 'src/AutofillPopupMenuClient.h', | 272 'src/AutofillPopupMenuClient.h', |
| 275 'src/BackForwardClientImpl.cpp', | 273 'src/BackForwardClientImpl.cpp', |
| 276 'src/BackForwardClientImpl.h', | 274 'src/BackForwardClientImpl.h', |
| 277 'src/BatteryClientImpl.cpp', | |
| 278 'src/BatteryClientImpl.h', | |
| 279 'src/DateTimeChooserImpl.cpp', | 275 'src/DateTimeChooserImpl.cpp', |
| 280 'src/DateTimeChooserImpl.h', | 276 'src/DateTimeChooserImpl.h', |
| 281 'src/ChromeClientImpl.cpp', | 277 'src/ChromeClientImpl.cpp', |
| 282 'src/ChromeClientImpl.h', | 278 'src/ChromeClientImpl.h', |
| 283 'src/ColorChooserPopupUIController.cpp', | 279 'src/ColorChooserPopupUIController.cpp', |
| 284 'src/ColorChooserPopupUIController.h', | 280 'src/ColorChooserPopupUIController.h', |
| 285 'src/ColorChooserUIController.cpp', | 281 'src/ColorChooserUIController.cpp', |
| 286 'src/ColorChooserUIController.h', | 282 'src/ColorChooserUIController.h', |
| 287 'src/CompositionUnderlineBuilder.h', | 283 'src/CompositionUnderlineBuilder.h', |
| 288 'src/CompositionUnderlineVectorBuilder.cpp', | 284 'src/CompositionUnderlineVectorBuilder.cpp', |
| (...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 775 ['clang==1', { | 771 ['clang==1', { |
| 776 'target_defaults': { | 772 'target_defaults': { |
| 777 'cflags': ['-Wglobal-constructors'], | 773 'cflags': ['-Wglobal-constructors'], |
| 778 'xcode_settings': { | 774 'xcode_settings': { |
| 779 'WARNING_CFLAGS': ['-Wglobal-constructors'], | 775 'WARNING_CFLAGS': ['-Wglobal-constructors'], |
| 780 }, | 776 }, |
| 781 }, | 777 }, |
| 782 }], | 778 }], |
| 783 ], # conditions | 779 ], # conditions |
| 784 } | 780 } |
| OLD | NEW |