From 7f6608ed105ada5e78c2222bd856129eed6b8f51 Mon Sep 17 00:00:00 2001 From: "maruel@chromium.org" Date: Fri, 20 Feb 2009 18:10:05 +0000 Subject: Add printing in chrome/DEPS. Fix printing_unittests dependencies to include gtest. Review URL: http://codereview.chromium.org/20540 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10106 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/DEPS | 1 + chrome/chrome.sln | 1 + chrome/chrome_kjs.sln | 1 + 3 files changed, 3 insertions(+) (limited to 'chrome') diff --git a/chrome/DEPS b/chrome/DEPS index 83639d6..0f6969f 100644 --- a/chrome/DEPS +++ b/chrome/DEPS @@ -1,5 +1,6 @@ include_rules = [ "+net", + "+printing", # The subdirectories in chrome/ will manually allow their own include # directories in chrome/ so we disallow all of them. diff --git a/chrome/chrome.sln b/chrome/chrome.sln index 2648eed..ba7062e 100644 --- a/chrome/chrome.sln +++ b/chrome/chrome.sln @@ -2008,6 +2008,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "printing_unittests", "..\pr ProjectSection(ProjectDependencies) = postProject {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B536-69A699B3E165} {9E5416B9-B91B-4029-93F4-102C1AD5CAF4} = {9E5416B9-B91B-4029-93F4-102C1AD5CAF4} + {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} = {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} EndProjectSection EndProject Global diff --git a/chrome/chrome_kjs.sln b/chrome/chrome_kjs.sln index 7731f7a..54f97fb 100644 --- a/chrome/chrome_kjs.sln +++ b/chrome/chrome_kjs.sln @@ -1753,6 +1753,7 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "printing_unittests", "..\pr ProjectSection(ProjectDependencies) = postProject {1832A374-8A74-4F9E-B536-69A699B3E165} = {1832A374-8A74-4F9E-B536-69A699B3E165} {9E5416B9-B91B-4029-93F4-102C1AD5CAF4} = {9E5416B9-B91B-4029-93F4-102C1AD5CAF4} + {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} = {BFE8E2A7-3B3B-43B0-A994-3058B852DB8B} EndProjectSection EndProject Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "printing", "..\printing\printing.vcproj", "{9E5416B9-B91B-4029-93F4-102C1AD5CAF4}" -- cgit v1.1