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

Unified Diff: cc/cc.gyp

Issue 148243013: Add shared bitmap managers for browser and renderer processes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 9217418966f624d982e29d3fb3b1b2aed572ddb8..5f0fd8125d7c3141d5d19af5ff2063582e8933a6 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -13,6 +13,7 @@
'dependencies': [
'<(DEPTH)/base/base.gyp:base',
'<(DEPTH)/base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotations',
+ '<(DEPTH)/crypto/crypto.gyp:crypto',
danakj 2014/02/14 20:16:48 This might change based on https://codereview.chro
jbauman 2014/02/18 19:31:35 Looks like I should change this back to use base::
'<(DEPTH)/gpu/gpu.gyp:gpu',
'<(DEPTH)/media/media.gyp:media',
'<(DEPTH)/skia/skia.gyp:skia',

Powered by Google App Engine
This is Rietveld 408576698