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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 398 'direct_dependent_settings': { | 398 'direct_dependent_settings': { |
| 399 'defines': [ | 399 'defines': [ |
| 400 'BLINK_IMPLEMENTATION=1', | 400 'BLINK_IMPLEMENTATION=1', |
| 401 'INSIDE_BLINK', | 401 'INSIDE_BLINK', |
| 402 ], | 402 ], |
| 403 'include_dirs': [ | 403 'include_dirs': [ |
| 404 '<@(webcore_include_dirs)', | 404 '<@(webcore_include_dirs)', |
| 405 '<(DEPTH)/gpu', | 405 '<(DEPTH)/gpu', |
| 406 '<(DEPTH)/third_party/angle_dx11/include', | 406 '<(DEPTH)/third_party/angle_dx11/include', |
| 407 ], | 407 ], |
| 408 'msvs_disabled_warnings': [ | |
| 409 4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099, | |
| 410 ], | |
| 411 'scons_line_length' : 1, | 408 'scons_line_length' : 1, |
|
Nico
2013/11/06 04:10:43
Can you delete this too? We haven't used gyp's sco
| |
| 412 'xcode_settings': { | 409 'xcode_settings': { |
| 413 # Some Mac-specific parts of WebKit won't compile without having this | 410 # Some Mac-specific parts of WebKit won't compile without having this |
| 414 # prefix header injected. | 411 # prefix header injected. |
| 415 # FIXME: make this a first-class setting. | 412 # FIXME: make this a first-class setting. |
| 416 'GCC_PREFIX_HEADER': 'WebCorePrefixMac.h', | 413 'GCC_PREFIX_HEADER': 'WebCorePrefixMac.h', |
| 417 }, | 414 }, |
| 418 }, | 415 }, |
| 419 'conditions': [ | 416 'conditions': [ |
| 420 ['OS=="win" and component=="shared_library"', { | 417 ['OS=="win" and component=="shared_library"', { |
| 421 'direct_dependent_settings': { | 418 'direct_dependent_settings': { |
| (...skipping 666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1088 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', | 1085 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRect.h', |
| 1089 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', | 1086 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.cpp', |
| 1090 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', | 1087 '<(SHARED_INTERMEDIATE_DIR)/blink/bindings/V8LayerRectList.h', |
| 1091 ], | 1088 ], |
| 1092 'sources/': [ | 1089 'sources/': [ |
| 1093 ['exclude', 'testing/js'], | 1090 ['exclude', 'testing/js'], |
| 1094 ], | 1091 ], |
| 1095 }, | 1092 }, |
| 1096 ], # targets | 1093 ], # targets |
| 1097 } | 1094 } |
| OLD | NEW |