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

Unified Diff: public/blink_skia_config.gypi

Issue 671323002: Begin converting blink_skia_config from gyp to gypi. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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 | « public/blink_skia_config.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/blink_skia_config.gypi
diff --git a/public/blink_skia_config.gypi b/public/blink_skia_config.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..4fe5dcde28a1018a178f642da4e0e84bff748c9f
--- /dev/null
+++ b/public/blink_skia_config.gypi
@@ -0,0 +1,15 @@
+# Copyright 2014 The Chromium Authors. All rights reserved.
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+{
+ 'variables': {
+
+ # Place defines here that require significant Blink rebaselining, or that
+ # are otherwise best removed in Blink and then rolled into Chromium.
+ # Defines should be in single quotes and a comma must appear after every one.
+ # DO NOT remove the define until you are ready to rebaseline, and
+ # AFTER the flag has been removed from skia.gyp in Chromium.
+ 'blink_skia_defines': [
+ ],
+ },
+}
« no previous file with comments | « public/blink_skia_config.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698