Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / angle / src / libGLESv2.gypi
index d67e50d..f5d97b5 100644 (file)
@@ -7,8 +7,6 @@
     {
         'defines':
         [
-          'ANGLE_DISABLE_TRACE',
-          'ANGLE_COMPILE_OPTIMIZATION_LEVEL=D3DCOMPILE_OPTIMIZATION_LEVEL1',
           'ANGLE_PRELOADED_D3DCOMPILER_MODULE_NAMES={ TEXT("d3dcompiler_46.dll"), TEXT("d3dcompiler_43.dll") }',
         ],
     },
                 {
                     'target_name': 'libGLESv2',
                     'type': 'shared_library',
-                    'dependencies': [ 'translator', 'copy_compiler_dll' ],
+                    'dependencies': [ 'translator', 'commit_id', 'copy_compiler_dll' ],
                     'include_dirs':
                     [
                         '.',
                         '../include',
                         'libGLESv2',
+                        '<(SHARED_INTERMEDIATE_DIR)',
                     ],
                     'sources': [ '<!@(python enumerate_files.py common libGLESv2 third_party/murmurhash -types *.cpp *.h *.hlsl *.vs *.ps *.bat *.def libGLESv2.rc)' ],
                     'msvs_disabled_warnings': [ 4267 ],
                             ]
                         }
                     },
+                    'configurations':
+                    {
+                        'Debug':
+                        {
+                            'defines':
+                            [
+                                'ANGLE_ENABLE_PERF',
+                            ],
+                        },
+                    },
                 },
             ],
         },