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

Unified Diff: third_party/instrumented_libraries/instrumented_libraries.gyp

Issue 905703003: Instrumented libraries: drop liboverlay-scrollbar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build deps Created 5 years, 10 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
Index: third_party/instrumented_libraries/instrumented_libraries.gyp
diff --git a/third_party/instrumented_libraries/instrumented_libraries.gyp b/third_party/instrumented_libraries/instrumented_libraries.gyp
index e30c36bbab307f111c5c547ce4a90007b7badaa6..7aac24bf563ab624fb369588243de170f411e1d3 100644
--- a/third_party/instrumented_libraries/instrumented_libraries.gyp
+++ b/third_party/instrumented_libraries/instrumented_libraries.gyp
@@ -131,7 +131,6 @@
'<(_sanitizer_type)-libgdk-pixbuf2.0-0',
'<(_sanitizer_type)-libpci3',
'<(_sanitizer_type)-libdbusmenu-glib4',
- '<(_sanitizer_type)-overlay-scrollbar',
'<(_sanitizer_type)-libgconf-2-4',
'<(_sanitizer_type)-libappindicator1',
'<(_sanitizer_type)-libdbusmenu',
@@ -658,16 +657,6 @@
'includes': ['standard_instrumented_package_target.gypi'],
},
{
- 'package_name': 'overlay-scrollbar',
- 'extra_configure_flags': [
- '--disable-static',
- '--with-gtk=2',
- ],
- 'dependencies=': [],
- 'run_before_build': 'scripts/autogen.sh',
- 'includes': ['standard_instrumented_package_target.gypi'],
- },
- {
'package_name': 'libgconf-2-4',
'extra_configure_flags': [
'--disable-static',

Powered by Google App Engine
This is Rietveld 408576698