| OLD | NEW |
| 1 # | 1 # |
| 2 # Copyright (C) 2013 Google Inc. All rights reserved. | 2 # Copyright (C) 2013 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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 # FIXME: This dependency exists for CSS Custom Filters, via the file ANGLE
PlatformBridge | 79 # FIXME: This dependency exists for CSS Custom Filters, via the file ANGLE
PlatformBridge |
| 80 # The code touching ANGLE should really be moved into the ANGLE directory. | 80 # The code touching ANGLE should really be moved into the ANGLE directory. |
| 81 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator', | 81 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator', |
| 82 ], | 82 ], |
| 83 'defines': [ | 83 'defines': [ |
| 84 'BLINK_PLATFORM_IMPLEMENTATION=1', | 84 'BLINK_PLATFORM_IMPLEMENTATION=1', |
| 85 'INSIDE_BLINK', | 85 'INSIDE_BLINK', |
| 86 ], | 86 ], |
| 87 'include_dirs': [ | 87 'include_dirs': [ |
| 88 '<(DEPTH)/third_party/angle_dx11/include', | 88 '<(DEPTH)/third_party/angle_dx11/include', |
| 89 '<(SHARED_INTERMEDIATE_DIR)/blink', |
| 89 ], | 90 ], |
| 90 'sources': [ | 91 'sources': [ |
| 91 '<@(platform_files)', | 92 '<@(platform_files)', |
| 92 | 93 |
| 93 # Additional .cpp files from platform_derived_sources.gyp:make_platform_de
rived_sources actions. | 94 # Additional .cpp files from platform_derived_sources.gyp:make_platform_de
rived_sources actions. |
| 94 '<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.cpp', | 95 '<(SHARED_INTERMEDIATE_DIR)/blink/FontFamilyNames.cpp', |
| 95 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp', | 96 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.cpp', |
| 96 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h', | 97 '<(SHARED_INTERMEDIATE_DIR)/blink/RuntimeEnabledFeatures.h', |
| 97 ], | 98 ], |
| 98 # Disable c4267 warnings until we fix size_t to int truncations. | 99 # Disable c4267 warnings until we fix size_t to int truncations. |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 140 'include_dirs': [ | 141 'include_dirs': [ |
| 141 '<(DEPTH)/third_party/openmax_dl', | 142 '<(DEPTH)/third_party/openmax_dl', |
| 142 ], | 143 ], |
| 143 'dependencies': [ | 144 'dependencies': [ |
| 144 '<(DEPTH)/third_party/openmax_dl/dl/dl.gyp:openmax_dl', | 145 '<(DEPTH)/third_party/openmax_dl/dl/dl.gyp:openmax_dl', |
| 145 ], | 146 ], |
| 146 }], | 147 }], |
| 147 ], | 148 ], |
| 148 }], | 149 }], |
| 149 } | 150 } |
| OLD | NEW |