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: build/common.gypi

Issue 24246009: Begin renaming the WebKit namespace to blink (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index c69e342232aaa92c8ae51e959f0c61ff8cc99166..1605a797611de7abf6f060a0565b86352d5bf530 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1937,6 +1937,10 @@
# Set this to use the new DX11 version of ANGLE.
# TODO(apatrick): Remove this when the transition is complete.
'ANGLE_DX11',
+ # We're in the process of renaming the WebKit namespace to blink.
+ # TODO(abarth): Remove this define when we've updated the code.
+ # See https://code.google.com/p/chromium/issues/detail?id=295096
+ 'WebKit=blink',
],
'conditions': [
['(OS=="mac" or OS=="ios") and asan==1', {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698