From feeb805c66b62bcc68626c9a0e47febd41ed2d8d Mon Sep 17 00:00:00 2001 From: "sgk@google.com" Date: Mon, 3 Nov 2008 19:20:15 +0000 Subject: Convert chrome/plugin to the new naming (SConscript => plugin.scons). Review URL: http://codereview.chromium.org/9049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4470 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/chrome.scons | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/chrome.scons') diff --git a/chrome/chrome.scons b/chrome/chrome.scons index 60f6e0c..42f9489 100644 --- a/chrome/chrome.scons +++ b/chrome/chrome.scons @@ -15,6 +15,7 @@ sconscript_files = [ 'test/unit/unit_tests.scons', 'common/common.scons', 'common/ipc_tests.scons', + 'plugin/plugin.scons', ] SConscript(sconscript_files, exports=['env']) -- cgit v1.1