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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 'src/ScrollbarGroup.h', | 467 'src/ScrollbarGroup.h', |
468 'src/SharedWorkerRepository.cpp', | 468 'src/SharedWorkerRepository.cpp', |
469 'src/SocketStreamHandle.cpp', | 469 'src/SocketStreamHandle.cpp', |
470 'src/SocketStreamHandleInternal.h', | 470 'src/SocketStreamHandleInternal.h', |
471 'src/SpeechInputClientImpl.cpp', | 471 'src/SpeechInputClientImpl.cpp', |
472 'src/SpeechInputClientImpl.h', | 472 'src/SpeechInputClientImpl.h', |
473 'src/SpeechRecognitionClientProxy.cpp', | 473 'src/SpeechRecognitionClientProxy.cpp', |
474 'src/SpeechRecognitionClientProxy.h', | 474 'src/SpeechRecognitionClientProxy.h', |
475 'src/StorageAreaProxy.cpp', | 475 'src/StorageAreaProxy.cpp', |
476 'src/StorageAreaProxy.h', | 476 'src/StorageAreaProxy.h', |
477 'src/StorageEventDispatcherChromium.cpp', | |
478 'src/StorageEventDispatcherImpl.cpp', | 477 'src/StorageEventDispatcherImpl.cpp', |
479 'src/StorageEventDispatcherImpl.h', | 478 'src/StorageEventDispatcherImpl.h', |
480 'src/StorageInfoChromium.cpp', | 479 'src/StorageInfoChromium.cpp', |
481 'src/StorageNamespaceProxy.cpp', | 480 'src/StorageNamespaceProxy.cpp', |
482 'src/StorageNamespaceProxy.h', | 481 'src/StorageNamespaceProxy.h', |
483 'src/TextFieldDecoratorImpl.h', | 482 'src/TextFieldDecoratorImpl.h', |
484 'src/TextFieldDecoratorImpl.cpp', | 483 'src/TextFieldDecoratorImpl.cpp', |
485 'src/UserMediaClientImpl.h', | 484 'src/UserMediaClientImpl.h', |
486 'src/UserMediaClientImpl.cpp', | 485 'src/UserMediaClientImpl.cpp', |
487 'src/WebTextCheckingCompletionImpl.h', | 486 'src/WebTextCheckingCompletionImpl.h', |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
650 'src/WebSharedWorkerImpl.h', | 649 'src/WebSharedWorkerImpl.h', |
651 'src/WebSocket.cpp', | 650 'src/WebSocket.cpp', |
652 'src/WebSocketImpl.cpp', | 651 'src/WebSocketImpl.cpp', |
653 'src/WebSocketImpl.h', | 652 'src/WebSocketImpl.h', |
654 'src/WebSolidColorLayer.cpp', | 653 'src/WebSolidColorLayer.cpp', |
655 'src/WebSolidColorLayerImpl.cpp', | 654 'src/WebSolidColorLayerImpl.cpp', |
656 'src/WebSpeechGrammar.cpp', | 655 'src/WebSpeechGrammar.cpp', |
657 'src/WebSpeechInputResult.cpp', | 656 'src/WebSpeechInputResult.cpp', |
658 'src/WebSpeechRecognitionHandle.cpp', | 657 'src/WebSpeechRecognitionHandle.cpp', |
659 'src/WebSpeechRecognitionResult.cpp', | 658 'src/WebSpeechRecognitionResult.cpp', |
660 'src/WebStorageAreaImpl.cpp', | |
661 'src/WebStorageAreaImpl.h', | |
662 'src/WebStorageEventDispatcherImpl.cpp', | 659 'src/WebStorageEventDispatcherImpl.cpp', |
663 'src/WebStorageEventDispatcherImpl.h', | 660 'src/WebStorageEventDispatcherImpl.h', |
664 'src/WebStorageNamespaceImpl.cpp', | |
665 'src/WebStorageNamespaceImpl.h', | |
666 'src/WebStorageQuotaCallbacksImpl.cpp', | 661 'src/WebStorageQuotaCallbacksImpl.cpp', |
667 'src/WebStorageQuotaCallbacksImpl.h', | 662 'src/WebStorageQuotaCallbacksImpl.h', |
668 'src/WebTextRun.cpp', | 663 'src/WebTextRun.cpp', |
669 'src/WebURLLoadTiming.cpp', | 664 'src/WebURLLoadTiming.cpp', |
670 'src/WebScopedUserGesture.cpp', | 665 'src/WebScopedUserGesture.cpp', |
671 'src/WebUserMediaRequest.cpp', | 666 'src/WebUserMediaRequest.cpp', |
672 'src/WebViewImpl.cpp', | 667 'src/WebViewImpl.cpp', |
673 'src/WebViewImpl.h', | 668 'src/WebViewImpl.h', |
674 'src/WebWorkerBase.cpp', | 669 'src/WebWorkerBase.cpp', |
675 'src/WebWorkerBase.h', | 670 'src/WebWorkerBase.h', |
(...skipping 479 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1155 'destination': '<(PRODUCT_DIR)/resources/inspector', | 1150 'destination': '<(PRODUCT_DIR)/resources/inspector', |
1156 'files': [ | 1151 'files': [ |
1157 '<@(webinspector_standalone_css_files)', | 1152 '<@(webinspector_standalone_css_files)', |
1158 ], | 1153 ], |
1159 }], | 1154 }], |
1160 }, | 1155 }, |
1161 ], | 1156 ], |
1162 }], | 1157 }], |
1163 ], # conditions | 1158 ], # conditions |
1164 } | 1159 } |
OLD | NEW |