| 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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 55 'exported/WebCString.cpp', | 55 'exported/WebCString.cpp', |
| 56 'exported/WebString.cpp', | 56 'exported/WebString.cpp', |
| 57 'exported/WebCommon.cpp', | 57 'exported/WebCommon.cpp', |
| 58 ], | 58 ], |
| 59 }, { | 59 }, { |
| 60 'target_name': 'blink_platform', | 60 'target_name': 'blink_platform', |
| 61 'type': '<(component)', | 61 'type': '<(component)', |
| 62 'dependencies': [ | 62 'dependencies': [ |
| 63 '../config.gyp:config', | 63 '../config.gyp:config', |
| 64 '../wtf/wtf.gyp:wtf', | 64 '../wtf/wtf.gyp:wtf', |
| 65 '../weborigin/weborigin.gyp:weborigin', | |
| 66 '<(DEPTH)/skia/skia.gyp:skia', | 65 '<(DEPTH)/skia/skia.gyp:skia', |
| 67 # FIXME: This dependency exists for CSS Custom Filters, via the file ANGLE
PlatformBridge | 66 # FIXME: This dependency exists for CSS Custom Filters, via the file ANGLE
PlatformBridge |
| 68 # The code touching ANGLE should really be moved into the ANGLE directory. | 67 # The code touching ANGLE should really be moved into the ANGLE directory. |
| 69 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator', | 68 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator', |
| 70 '<(DEPTH)/url/url.gyp:url_lib', | |
| 71 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', | 69 '<(DEPTH)/third_party/icu/icu.gyp:icui18n', |
| 72 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', | 70 '<(DEPTH)/third_party/icu/icu.gyp:icuuc', |
| 71 '<(DEPTH)/url/url.gyp:url_lib', |
| 73 'platform_derived_sources.gyp:make_platform_derived_sources', | 72 'platform_derived_sources.gyp:make_platform_derived_sources', |
| 74 'blink_common', | 73 'blink_common', |
| 75 ], | 74 ], |
| 76 'export_dependent_settings': [ | 75 'export_dependent_settings': [ |
| 77 # FIXME: This dependency exists for CSS Custom Filters, via the file ANGLE
PlatformBridge | 76 # FIXME: This dependency exists for CSS Custom Filters, via the file ANGLE
PlatformBridge |
| 78 # The code touching ANGLE should really be moved into the ANGLE directory. | 77 # The code touching ANGLE should really be moved into the ANGLE directory. |
| 79 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator', | 78 '<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator', |
| 79 '<(DEPTH)/url/url.gyp:url_lib', |
| 80 ], | 80 ], |
| 81 'defines': [ | 81 'defines': [ |
| 82 'BLINK_PLATFORM_IMPLEMENTATION=1', | 82 'BLINK_PLATFORM_IMPLEMENTATION=1', |
| 83 'INSIDE_BLINK', | 83 'INSIDE_BLINK', |
| 84 ], | 84 ], |
| 85 'include_dirs': [ | 85 'include_dirs': [ |
| 86 '<(DEPTH)/third_party/angle_dx11/include', | 86 '<(DEPTH)/third_party/angle_dx11/include', |
| 87 '<(SHARED_INTERMEDIATE_DIR)/blink', | 87 '<(SHARED_INTERMEDIATE_DIR)/blink', |
| 88 ], | 88 ], |
| 89 'sources': [ | 89 'sources': [ |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 'include_dirs': [ | 147 'include_dirs': [ |
| 148 '<(DEPTH)/third_party/openmax_dl', | 148 '<(DEPTH)/third_party/openmax_dl', |
| 149 ], | 149 ], |
| 150 'dependencies': [ | 150 'dependencies': [ |
| 151 '<(DEPTH)/third_party/openmax_dl/dl/dl.gyp:openmax_dl', | 151 '<(DEPTH)/third_party/openmax_dl/dl/dl.gyp:openmax_dl', |
| 152 ], | 152 ], |
| 153 }], | 153 }], |
| 154 ], | 154 ], |
| 155 }], | 155 }], |
| 156 } | 156 } |
| OLD | NEW |