Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / third_party / instrumented_libraries / standard_instrumented_library_target.gypi
index 2bc2de2..87f8585 100644 (file)
@@ -12,7 +12,9 @@
     {
       'action_name': '<(_library_name)',
       'inputs': [
-        'download_build_install.py',
+        # TODO(earthdok): reintroduce some sort of dependency
+        # See http://crbug.com/343515
+        #'download_build_install.py',
       ],
       'outputs': [
         '<(PRODUCT_DIR)/instrumented_libraries/<(_sanitizer_type)/<(_library_name).txt',
@@ -28,8 +30,8 @@
         '--custom-linker-flags=<(_custom_linker_flags)',
         '--run-before-build=<(_run_before_build)',
         '<(_verbose_libraries_build_flag)',
-        '--c-compiler=<!(cd <(DEPTH) && pwd -P)/<(make_clang_dir)/bin/clang',
-        '--cxx-compiler=<!(cd <(DEPTH) && pwd -P)/<(make_clang_dir)/bin/clang++',
+        '--c-compiler=<(_cc)',
+        '--cxx-compiler=<(_cxx)',
       ],
     },
   ],