Chromium Code Reviews| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 271 # Additional .cpp files for SVG. | 271 # Additional .cpp files for SVG. |
| 272 '<(blink_core_output_dir)/SVGElementFactory.cpp', | 272 '<(blink_core_output_dir)/SVGElementFactory.cpp', |
| 273 '<(blink_core_output_dir)/V8SVGElementWrapperFactory.cpp', | 273 '<(blink_core_output_dir)/V8SVGElementWrapperFactory.cpp', |
| 274 | 274 |
| 275 # Generated from make_style_shorthands.py | 275 # Generated from make_style_shorthands.py |
| 276 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', | 276 '<(blink_core_output_dir)/StylePropertyShorthand.cpp', |
| 277 | 277 |
| 278 # Generated from make_style_builder.py | 278 # Generated from make_style_builder.py |
| 279 '<(blink_core_output_dir)/StyleBuilder.cpp', | 279 '<(blink_core_output_dir)/StyleBuilder.cpp', |
| 280 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', | 280 '<(blink_core_output_dir)/StyleBuilderFunctions.cpp', |
| 281 | |
| 282 # Generated by the IDL compiler (for IDL dictionaries) | |
| 283 '<(blink_core_output_dir)/css/FontFaceDescriptors.cpp', | |
| 284 '<(blink_core_output_dir)/css/FontFaceDescriptors.h', | |
|
bashi
2014/07/30 11:32:26
Want to remove this.
haraken
2014/07/30 19:57:36
I'm not sure if we can remove this. As long as we
bashi
2014/07/31 02:34:05
Yes. We don't use aggregate build for dictionaries
| |
| 281 ], | 285 ], |
| 282 'conditions': [ | 286 'conditions': [ |
| 283 ['OS=="win" and component=="shared_library"', { | 287 ['OS=="win" and component=="shared_library"', { |
| 284 'defines': [ | 288 'defines': [ |
| 285 'USING_V8_SHARED', | 289 'USING_V8_SHARED', |
| 286 ], | 290 ], |
| 287 }], | 291 }], |
| 288 ['OS=="win"', { | 292 ['OS=="win"', { |
| 289 # In generated bindings code: 'switch contains default but no case'. | 293 # In generated bindings code: 'switch contains default but no case'. |
| 290 # Disable c4267 warnings until we fix size_t to int truncations. | 294 # Disable c4267 warnings until we fix size_t to int truncations. |
| (...skipping 486 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 777 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', | 781 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', |
| 778 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp', | 782 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.cpp', |
| 779 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', | 783 '<(bindings_core_v8_output_dir)/V8RefCountedScriptWrappable.h', |
| 780 ], | 784 ], |
| 781 'sources/': [ | 785 'sources/': [ |
| 782 ['exclude', 'testing/js'], | 786 ['exclude', 'testing/js'], |
| 783 ], | 787 ], |
| 784 }, | 788 }, |
| 785 ], # targets | 789 ], # targets |
| 786 } | 790 } |
| OLD | NEW |