summaryrefslogtreecommitdiffstats
path: root/third_party/instrumented_libraries/instrumented_libraries.gyp
diff options
context:
space:
mode:
authoralextaran@chromium.org <alextaran@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-24 23:07:11 +0000
committeralextaran@chromium.org <alextaran@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-24 23:07:11 +0000
commit7c90213a5118cebbadd8474e28fa4f59307cf193 (patch)
tree4295d946d09cf9210eaab8a8c2921220afe8ee3f /third_party/instrumented_libraries/instrumented_libraries.gyp
parentfd51f1d441e73be4eae3ef7f990c7b5e73699daa (diff)
downloadchromium_src-7c90213a5118cebbadd8474e28fa4f59307cf193.zip
chromium_src-7c90213a5118cebbadd8474e28fa4f59307cf193.tar.gz
chromium_src-7c90213a5118cebbadd8474e28fa4f59307cf193.tar.bz2
Add custom compiler flags to instrumented libraries build script.
Needed for gtk and potentially other libs. BUG=313751 R=glider@chromium.org Review URL: https://codereview.chromium.org/103783006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242460 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/instrumented_libraries/instrumented_libraries.gyp')
-rw-r--r--third_party/instrumented_libraries/instrumented_libraries.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index a8dea99..335ca0f 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -5,6 +5,8 @@
{
# Default value for all libraries.
'custom_configure_flags': '',
+ 'custom_c_compiler_flags': '',
+ 'custom_cxx_compiler_flags': '',
'custom_linker_flags': '',
'run_before_build': '',