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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.cpp', | 283 '<(SHARED_INTERMEDIATE_DIR)/blink/XLinkNames.cpp', |
284 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.cpp', | 284 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNSNames.cpp', |
285 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.cpp', | 285 '<(SHARED_INTERMEDIATE_DIR)/blink/XMLNames.cpp', |
286 | 286 |
287 # Generated from HTMLEntityNames.in | 287 # Generated from HTMLEntityNames.in |
288 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLEntityTable.cpp', | 288 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLEntityTable.cpp', |
289 | 289 |
290 # Generated from CSSTokenizer-in.cpp | 290 # Generated from CSSTokenizer-in.cpp |
291 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSTokenizer.cpp', | 291 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSTokenizer.cpp', |
292 | 292 |
293 # Generated from CSSParser-in.cpp | 293 # Generated from BisonCSSParser-in.cpp |
294 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSParser.cpp', | 294 '<(SHARED_INTERMEDIATE_DIR)/blink/BisonCSSParser.cpp', |
295 | 295 |
296 # Generated from HTMLMetaElement-in.cpp | 296 # Generated from HTMLMetaElement-in.cpp |
297 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp', | 297 '<(SHARED_INTERMEDIATE_DIR)/blink/HTMLMetaElement.cpp', |
298 | 298 |
299 # Additional .cpp files from the make_core_derived_sources rules. | 299 # Additional .cpp files from the make_core_derived_sources rules. |
300 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSGrammar.cpp', | 300 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSGrammar.cpp', |
301 '<(SHARED_INTERMEDIATE_DIR)/blink/XPathGrammar.cpp', | 301 '<(SHARED_INTERMEDIATE_DIR)/blink/XPathGrammar.cpp', |
302 | 302 |
303 # Additional .cpp files from the inspector_protocol_sources list. | 303 # Additional .cpp files from the inspector_protocol_sources list. |
304 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp', | 304 '<(SHARED_INTERMEDIATE_DIR)/blink/InspectorFrontend.cpp', |
(...skipping 595 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
900 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', | 900 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', |
901 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', | 901 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', |
902 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', | 902 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', |
903 ], | 903 ], |
904 'sources/': [ | 904 'sources/': [ |
905 ['exclude', 'testing/js'], | 905 ['exclude', 'testing/js'], |
906 ], | 906 ], |
907 }, | 907 }, |
908 ], # targets | 908 ], # targets |
909 } | 909 } |
OLD | NEW |