summaryrefslogtreecommitdiffstats
path: root/chrome/chrome.scons
diff options
context:
space:
mode:
authorsgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-03 19:20:15 +0000
committersgk@google.com <sgk@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-03 19:20:15 +0000
commitfeeb805c66b62bcc68626c9a0e47febd41ed2d8d (patch)
treed54f6880925625d39259041eb8013bfef6a3064b /chrome/chrome.scons
parente7d404600b64f80d38a0bfaf1cae4f9c8c928f6c (diff)
downloadchromium_src-feeb805c66b62bcc68626c9a0e47febd41ed2d8d.zip
chromium_src-feeb805c66b62bcc68626c9a0e47febd41ed2d8d.tar.gz
chromium_src-feeb805c66b62bcc68626c9a0e47febd41ed2d8d.tar.bz2
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
Diffstat (limited to 'chrome/chrome.scons')
-rw-r--r--chrome/chrome.scons1
1 files changed, 1 insertions, 0 deletions
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'])