| 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 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 408 'INSIDE_BLINK', | 408 'INSIDE_BLINK', |
| 409 ], | 409 ], |
| 410 'include_dirs': [ | 410 'include_dirs': [ |
| 411 '<@(webcore_include_dirs)', | 411 '<@(webcore_include_dirs)', |
| 412 '<(DEPTH)/gpu', | 412 '<(DEPTH)/gpu', |
| 413 '<(angle_path)/include', | 413 '<(angle_path)/include', |
| 414 ], | 414 ], |
| 415 'xcode_settings': { | 415 'xcode_settings': { |
| 416 # Some Mac-specific parts of WebKit won't compile without having this | 416 # Some Mac-specific parts of WebKit won't compile without having this |
| 417 # prefix header injected. | 417 # prefix header injected. |
| 418 # FIXME: make this a first-class setting. | 418 'GCC_PREFIX_HEADER': '<(DEPTH)/third_party/WebKit/Source/build/mac/Pre
fix.h', |
| 419 'GCC_PREFIX_HEADER': 'WebCorePrefixMac.h', | |
| 420 }, | 419 }, |
| 421 }, | 420 }, |
| 422 'conditions': [ | 421 'conditions': [ |
| 423 ['OS=="win" and component=="shared_library"', { | 422 ['OS=="win" and component=="shared_library"', { |
| 424 'direct_dependent_settings': { | 423 'direct_dependent_settings': { |
| 425 'defines': [ | 424 'defines': [ |
| 426 'USING_V8_SHARED', | 425 'USING_V8_SHARED', |
| 427 ], | 426 ], |
| 428 }, | 427 }, |
| 429 }], | 428 }], |
| (...skipping 392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 822 '<(bindings_core_v8_output_dir)/V8LayerRect.h', | 821 '<(bindings_core_v8_output_dir)/V8LayerRect.h', |
| 823 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', | 822 '<(bindings_core_v8_output_dir)/V8LayerRectList.cpp', |
| 824 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', | 823 '<(bindings_core_v8_output_dir)/V8LayerRectList.h', |
| 825 ], | 824 ], |
| 826 'sources/': [ | 825 'sources/': [ |
| 827 ['exclude', 'testing/js'], | 826 ['exclude', 'testing/js'], |
| 828 ], | 827 ], |
| 829 }, | 828 }, |
| 830 ], # targets | 829 ], # targets |
| 831 } | 830 } |
| OLD | NEW |