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

Unified Diff: gyp/everything.gyp

Issue 22839016: Skeleton of DM (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: one last sync Created 7 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 | « gyp/dm.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/everything.gyp
diff --git a/gyp/everything.gyp b/gyp/everything.gyp
index dc5d91c033776103fc5b9721a2e71a7e582ab3e6..09c9c3a030dd6e475cd453817f516ef7ff45495d 100644
--- a/gyp/everything.gyp
+++ b/gyp/everything.gyp
@@ -12,7 +12,10 @@
{
'target_name': 'everything',
'type': 'none',
- 'dependencies': ['most.gyp:most'],
+ 'dependencies': [
+ 'most.gyp:most',
+ 'dm.gyp:dm',
+ ],
'conditions': [
['skia_os in ("ios", "android", "chromeos") or (skia_os == "mac" and skia_arch_width == 32)', {
# debugger is not supported on this platform
« no previous file with comments | « gyp/dm.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698