Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / angle / src / libEGL.gypi
index cf571fa..c83393f 100644 (file)
                 {
                     'target_name': 'libEGL',
                     'type': 'shared_library',
-                    'dependencies': [ 'libGLESv2' ],
+                    'dependencies': [ 'libGLESv2', 'commit_id' ],
                     'include_dirs':
                     [
                         '.',
                         '../include',
                         'libGLESv2',
+                        '<(SHARED_INTERMEDIATE_DIR)',
                     ],
                     'sources': [ '<!@(python enumerate_files.py common libEGL -types *.cpp *.h *.def libEGL.rc)' ],
                     'msvs_disabled_warnings': [ 4267 ],
                             ],
                         },
                     },
+                    'configurations':
+                    {
+                        'Debug':
+                        {
+                            'defines':
+                            [
+                                'ANGLE_ENABLE_PERF',
+                            ],
+                        },
+                    },
                 },
             ],
         },