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

Unified Diff: Source/platform/blink_platform.gypi

Issue 1301693002: Fix the mechanism by which Blink determines OSX version number. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add a missing return; to a unit test. Created 5 years, 4 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 | Source/platform/mac/ThemeMac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gypi
diff --git a/Source/platform/blink_platform.gypi b/Source/platform/blink_platform.gypi
index c9ac258406bae9a9cfc7cd1f5b138502a08eaf12..6c742ca082c303fc6e6dec10436b7d1bf5686598 100644
--- a/Source/platform/blink_platform.gypi
+++ b/Source/platform/blink_platform.gypi
@@ -981,6 +981,7 @@
'graphics/paint/DisplayItemTransformTreeBuilderTest.cpp',
'image-decoders/FastSharedBufferReaderTest.cpp',
'image-decoders/ImageDecoderTest.cpp',
+ 'mac/VersionUtilMacTest.mm',
Nico 2015/08/18 00:11:27 This file is read by gn too, yes?
erikchen 2015/08/18 00:14:03 That's right. https://code.google.com/p/chromium/c
'network/FormDataTest.cpp',
'network/HTTPParsersTest.cpp',
'network/ResourceRequestTest.cpp',
« no previous file with comments | « no previous file | Source/platform/mac/ThemeMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698