| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2009 Google Inc. All rights reserved. | 2 # Copyright (C) 2009 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp', | 220 '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp', |
| 221 '<(blink_core_output_dir)/HTMLElementFactory.cpp', | 221 '<(blink_core_output_dir)/HTMLElementFactory.cpp', |
| 222 '<(blink_core_output_dir)/HTMLElementFactory.h', | 222 '<(blink_core_output_dir)/HTMLElementFactory.h', |
| 223 '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp', | 223 '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp', |
| 224 '<(blink_core_output_dir)/HTMLElementLookupTrie.h', | 224 '<(blink_core_output_dir)/HTMLElementLookupTrie.h', |
| 225 '<(blink_core_output_dir)/HTMLNames.cpp', | 225 '<(blink_core_output_dir)/HTMLNames.cpp', |
| 226 '<(blink_core_output_dir)/HTMLTokenizerNames.cpp', | 226 '<(blink_core_output_dir)/HTMLTokenizerNames.cpp', |
| 227 '<(blink_core_output_dir)/InputTypeNames.cpp', | 227 '<(blink_core_output_dir)/InputTypeNames.cpp', |
| 228 '<(blink_core_output_dir)/MathMLNames.cpp', | 228 '<(blink_core_output_dir)/MathMLNames.cpp', |
| 229 '<(blink_core_output_dir)/SVGNames.cpp', | 229 '<(blink_core_output_dir)/SVGNames.cpp', |
| 230 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp', | |
| 231 '<(blink_core_output_dir)/V8HTMLElementWrapperFactory.cpp', | 230 '<(blink_core_output_dir)/V8HTMLElementWrapperFactory.cpp', |
| 232 '<(blink_core_output_dir)/XLinkNames.cpp', | 231 '<(blink_core_output_dir)/XLinkNames.cpp', |
| 233 '<(blink_core_output_dir)/XMLNSNames.cpp', | 232 '<(blink_core_output_dir)/XMLNSNames.cpp', |
| 234 '<(blink_core_output_dir)/XMLNames.cpp', | 233 '<(blink_core_output_dir)/XMLNames.cpp', |
| 235 | 234 |
| 236 # Generated from HTMLEntityNames.in | 235 # Generated from HTMLEntityNames.in |
| 237 '<(blink_core_output_dir)/HTMLEntityTable.cpp', | 236 '<(blink_core_output_dir)/HTMLEntityTable.cpp', |
| 238 | 237 |
| 239 # Generated from MediaFeatureNames.in | 238 # Generated from MediaFeatureNames.in |
| 240 '<(blink_core_output_dir)/MediaFeatureNames.cpp', | 239 '<(blink_core_output_dir)/MediaFeatureNames.cpp', |
| (...skipping 536 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 777 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', | 776 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', |
| 778 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp', | 777 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp', |
| 779 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', | 778 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', |
| 780 ], | 779 ], |
| 781 'sources/': [ | 780 'sources/': [ |
| 782 ['exclude', 'testing/js'], | 781 ['exclude', 'testing/js'], |
| 783 ], | 782 ], |
| 784 }, | 783 }, |
| 785 ], # targets | 784 ], # targets |
| 786 } | 785 } |
| OLD | NEW |