Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1703)

Unified Diff: android_webview/tools/known_issues.py

Issue 1147773002: [Android WebView] Remove code for generating list of incompatible dirs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | android_webview/tools/webview_licenses.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/tools/known_issues.py
diff --git a/android_webview/tools/known_issues.py b/android_webview/tools/known_issues.py
index ae203fd2bed9e0b119d3978cfe1247e603e9e907..ebd000450bc194dafb094cc17bc854ffc65790b7 100644
--- a/android_webview/tools/known_issues.py
+++ b/android_webview/tools/known_issues.py
@@ -56,7 +56,7 @@ KNOWN_INCOMPATIBLE = {
# Code we don't want to build/include by accident from the main chromium
# src/ directory.
- 'third_party/libjpeg/*.[ch]',
+ 'third_party/libjpeg/',
],
'third_party/icu': [
# Incompatible code from ICU's repository.
« no previous file with comments | « no previous file | android_webview/tools/webview_licenses.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698