| 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 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 219 '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp', | 219 '<(blink_core_output_dir)/FetchInitiatorTypeNames.cpp', |
| 220 '<(blink_core_output_dir)/HTMLElementFactory.cpp', | 220 '<(blink_core_output_dir)/HTMLElementFactory.cpp', |
| 221 '<(blink_core_output_dir)/HTMLElementFactory.h', | 221 '<(blink_core_output_dir)/HTMLElementFactory.h', |
| 222 '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp', | 222 '<(blink_core_output_dir)/HTMLElementLookupTrie.cpp', |
| 223 '<(blink_core_output_dir)/HTMLElementLookupTrie.h', | 223 '<(blink_core_output_dir)/HTMLElementLookupTrie.h', |
| 224 '<(blink_core_output_dir)/HTMLNames.cpp', | 224 '<(blink_core_output_dir)/HTMLNames.cpp', |
| 225 '<(blink_core_output_dir)/HTMLTokenizerNames.cpp', | 225 '<(blink_core_output_dir)/HTMLTokenizerNames.cpp', |
| 226 '<(blink_core_output_dir)/InputTypeNames.cpp', | 226 '<(blink_core_output_dir)/InputTypeNames.cpp', |
| 227 '<(blink_core_output_dir)/MathMLNames.cpp', | 227 '<(blink_core_output_dir)/MathMLNames.cpp', |
| 228 '<(blink_core_output_dir)/SVGNames.cpp', | 228 '<(blink_core_output_dir)/SVGNames.cpp', |
| 229 '<(blink_core_output_dir)/UserAgentStyleSheetsData.cpp', |
| 229 '<(blink_core_output_dir)/XLinkNames.cpp', | 230 '<(blink_core_output_dir)/XLinkNames.cpp', |
| 230 '<(blink_core_output_dir)/XMLNSNames.cpp', | 231 '<(blink_core_output_dir)/XMLNSNames.cpp', |
| 231 '<(blink_core_output_dir)/XMLNames.cpp', | 232 '<(blink_core_output_dir)/XMLNames.cpp', |
| 232 | 233 |
| 233 # Generated from HTMLEntityNames.in | 234 # Generated from HTMLEntityNames.in |
| 234 '<(blink_core_output_dir)/HTMLEntityTable.cpp', | 235 '<(blink_core_output_dir)/HTMLEntityTable.cpp', |
| 235 | 236 |
| 236 # Generated from MediaFeatureNames.in | 237 # Generated from MediaFeatureNames.in |
| 237 '<(blink_core_output_dir)/MediaFeatureNames.cpp', | 238 '<(blink_core_output_dir)/MediaFeatureNames.cpp', |
| 238 | 239 |
| (...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 788 '<(bindings_core_v8_output_dir)/V8InternalDictionaryDerived.h', | 789 '<(bindings_core_v8_output_dir)/V8InternalDictionaryDerived.h', |
| 789 '<(bindings_core_v8_output_dir)/V8PluginPlaceholderOptions.cpp', | 790 '<(bindings_core_v8_output_dir)/V8PluginPlaceholderOptions.cpp', |
| 790 '<(bindings_core_v8_output_dir)/V8PluginPlaceholderOptions.h', | 791 '<(bindings_core_v8_output_dir)/V8PluginPlaceholderOptions.h', |
| 791 ], | 792 ], |
| 792 'sources/': [ | 793 'sources/': [ |
| 793 ['exclude', 'testing/js'], | 794 ['exclude', 'testing/js'], |
| 794 ], | 795 ], |
| 795 }, | 796 }, |
| 796 ], # targets | 797 ], # targets |
| 797 } | 798 } |
| OLD | NEW |