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

Unified Diff: build/common.gypi

Issue 16737007: Make it possible to switch between two different versions of ANGLE. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 6 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 | « build/all.gyp ('k') | content/DEPS » ('j') | content/DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
===================================================================
--- build/common.gypi (revision 205645)
+++ build/common.gypi (working copy)
@@ -1700,6 +1700,12 @@
}],
],
+
+ # The path to the ANGLE library. TODO(apatrick): This is to help
+ # transition to a new version of ANGLE at a new location. After the
+ # transition is complete, this can be removed.
+ 'angle_path': '<(DEPTH)/third_party/angle',
+
# List of default apps to install in new profiles. The first list contains
# the source files as found in svn. The second list, used only for linux,
# contains the destination location for each of the files. When a crx
@@ -1811,6 +1817,11 @@
}],
],
},
+ 'defines': [
+ # Set this to use the new DX11 version of ANGLE.
+ # TODO(apatrick): Remove this when the transition is complete.
+ #'ANGLE_DX11',
+ ],
'conditions': [
['(OS=="mac" or OS=="ios") and asan==1', {
'dependencies': [
« no previous file with comments | « build/all.gyp ('k') | content/DEPS » ('j') | content/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698