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

Unified Diff: gyp/debugger.gyp

Issue 128573002: Small tweaks to be able to build everything target: (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 6 years, 11 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
« experimental/PdfViewer/SkPdfFont.h ('K') | « experimental/PdfViewer/SkPdfFont.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/debugger.gyp
diff --git a/gyp/debugger.gyp b/gyp/debugger.gyp
index 8c857362aeb60d63bbce6950af00b0e275e3f306..84f03972df504a36f39f6598ef6f6aeb951d27b5 100644
--- a/gyp/debugger.gyp
+++ b/gyp/debugger.gyp
@@ -143,6 +143,10 @@
'<(moc_gen_dir)/moc_SkImageWidget.cpp',
'<(moc_gen_dir)/moc_SkGLWidget.cpp',
],
+ 'cflags': [
+ # Clang gets confused by QWeakPointer, see http://llvm.org/bugs/show_bug.cgi?id=13127
bungeman-skia 2014/01/08 16:41:35 Eck, wish this could be scoped a bit tighter. Ah w
mtklein 2014/01/08 16:53:23 Yeah, me too. Sadly it's all headers down from he
+ '-Wno-uninitialized',
+ ],
'dependencies': [
'debugger_qt_mocs',
],
« experimental/PdfViewer/SkPdfFont.h ('K') | « experimental/PdfViewer/SkPdfFont.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698