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

Unified Diff: app/app.gyp

Issue 279004: Made sync code build and pass unit tests on OS X. (Closed)
Patch Set: Fixed uninitialized var error. Created 11 years, 2 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 | app/gfx/font_util.h » ('j') | chrome/chrome.gyp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app.gyp
diff --git a/app/app.gyp b/app/app.gyp
index c7ef0c76304272d3c7c53cfb193855b9fa6ee47f..329eb04fba14c5f3012e8b3f42f79a0b4220607a 100644
--- a/app/app.gyp
+++ b/app/app.gyp
@@ -92,14 +92,16 @@
'gfx/codec/jpeg_codec.h',
'gfx/codec/png_codec.cc',
'gfx/codec/png_codec.h',
+ 'gfx/color_utils.cc',
+ 'gfx/color_utils.h',
+ 'gfx/favicon_size.h',
'gfx/font.h',
'gfx/font_gtk.cc',
'gfx/font_mac.mm',
'gfx/font_skia.cc',
+ 'gfx/font_util.h',
+ 'gfx/font_util.cc',
'gfx/font_win.cc',
- 'gfx/color_utils.cc',
- 'gfx/color_utils.h',
- 'gfx/favicon_size.h',
'gfx/gdi_util.cc',
'gfx/gdi_util.h',
'gfx/gtk_util.cc',
« no previous file with comments | « no previous file | app/gfx/font_util.h » ('j') | chrome/chrome.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698