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 236 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
247 'inspector', | 247 'inspector', |
248 'svg', | 248 'svg', |
249 ], | 249 ], |
250 'sources': [ | 250 'sources': [ |
251 # These files include all the .cpp files generated from the .idl files | 251 # These files include all the .cpp files generated from the .idl files |
252 # in webcore_files. | 252 # in webcore_files. |
253 '<@(derived_sources_aggregate_files)', | 253 '<@(derived_sources_aggregate_files)', |
254 '<@(bindings_files)', | 254 '<@(bindings_files)', |
255 | 255 |
256 # Additional .cpp files for HashTools.h | 256 # Additional .cpp files for HashTools.h |
257 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorData.cpp', | |
258 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp', | 257 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSPropertyNames.cpp', |
259 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp', | 258 '<(SHARED_INTERMEDIATE_DIR)/blink/CSSValueKeywords.cpp', |
260 | 259 |
261 # Additional .cpp files from make_core_derived_sources actions. | 260 # Additional .cpp files from make_core_derived_sources actions. |
262 '<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPicker.cpp', | 261 '<(SHARED_INTERMEDIATE_DIR)/blink/CalendarPicker.cpp', |
263 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggestionPicker.cpp', | 262 '<(SHARED_INTERMEDIATE_DIR)/blink/ColorSuggestionPicker.cpp', |
264 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp', | 263 '<(SHARED_INTERMEDIATE_DIR)/blink/Event.cpp', |
265 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h', | 264 '<(SHARED_INTERMEDIATE_DIR)/blink/EventHeaders.h', |
266 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h', | 265 '<(SHARED_INTERMEDIATE_DIR)/blink/EventInterfaces.h', |
267 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.cpp', | 266 '<(SHARED_INTERMEDIATE_DIR)/blink/EventNames.cpp', |
(...skipping 806 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1074 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', | 1073 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', |
1075 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', | 1074 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', |
1076 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', | 1075 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', |
1077 ], | 1076 ], |
1078 'sources/': [ | 1077 'sources/': [ |
1079 ['exclude', 'testing/js'], | 1078 ['exclude', 'testing/js'], |
1080 ], | 1079 ], |
1081 }, | 1080 }, |
1082 ], # targets | 1081 ], # targets |
1083 } | 1082 } |
OLD | NEW |