Commit 9705f8af authored by earthdok@chromium.org's avatar earthdok@chromium.org

Fix build error caused by r251365.

BUG=337426
TBR=glider@chromium.org

Review URL: https://codereview.chromium.org/166373005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251388 0039d316-1c4b-4281-b951-d872f2087c98
parent fee9eca0
......@@ -65,6 +65,8 @@
['_type!="none"', {
'include_dirs': [
'trunk/include',
# TODO(earthdok): remove when http://crbug.com/337426 is fixed
'../llvm-build/Release+Asserts/lib/clang/3.5/include/'
],
'cflags_cc': [
'-nostdinc++',
......@@ -73,10 +75,6 @@
'-stdlib=libc++',
'-L<(PRODUCT_DIR)/lib/',
],
'include_dirs': [
# TODO(earthdok): remove when http://crbug.com/337426 is fixed
'../llvm-build/Release+Asserts/lib/clang/3.5/include/'
],
}],
],
},
......
......@@ -61,6 +61,8 @@
['_type!="none"', {
'include_dirs': [
'trunk/include',
# TODO(earthdok): remove when http://crbug.com/337426 is fixed
'../llvm-build/Release+Asserts/lib/clang/3.5/include/'
],
'cflags_cc': [
'-nostdinc++',
......@@ -68,10 +70,6 @@
'ldflags': [
'-L<(PRODUCT_DIR)/lib/',
],
'include_dirs': [
# TODO(earthdok): remove when http://crbug.com/337426 is fixed
'../llvm-build/Release+Asserts/lib/clang/3.5/include/'
],
}],
],
},
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment