From owner-freebsd-chromium@FreeBSD.ORG Sun Oct 6 07:46:32 2013 Return-Path: Delivered-To: chromium@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 4D23189D for ; Sun, 6 Oct 2013 07:46:32 +0000 (UTC) (envelope-from walkerindarkness@gmail.com) Received: from mail-we0-x236.google.com (mail-we0-x236.google.com [IPv6:2a00:1450:400c:c03::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E072C2CCE for ; Sun, 6 Oct 2013 07:46:31 +0000 (UTC) Received: by mail-we0-f182.google.com with SMTP id t61so5522670wes.27 for ; Sun, 06 Oct 2013 00:46:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=0OKYPBJhNDtoEW4BZ2MgDdBCJmOO2KVbzJY7O8yhkDc=; b=R2RdXc2mMeq3Hi/PTr59hQC0d4TW3lrzNoW6xZxxXDaBsATIy0z7qzLlA57F0IUmWi NJ7BS3tm/U34V3guisD42Qv9tqwsPG17PG19TeE4qfHT0PKd0KLXyO0qaKaV7wUfzBal ghq6B64OjFUlxQcb6YUKuleDLOva2gWZAjqjRxNTeEV8/wHtaK1ybSgCEpLlZTUDPvX7 CEIfaVXRhOLpk7wKTV1vvEw0n8xvguFQC6Ub+T40k8vNH+A8XyxjkU84a5Gu1UTs9beh J888QI2BlhGwZWIAcXmPueQPndNsGPtfQEWzSzS4NvTAQhFXJq7HsmYu2w3kbjalbCRr rJrg== MIME-Version: 1.0 X-Received: by 10.194.122.99 with SMTP id lr3mr18767500wjb.21.1381045590368; Sun, 06 Oct 2013 00:46:30 -0700 (PDT) Received: by 10.194.250.1 with HTTP; Sun, 6 Oct 2013 00:46:30 -0700 (PDT) Date: Sun, 6 Oct 2013 15:46:30 +0800 Message-ID: Subject: FreeBSD Port: www/chromium From: Fervent Dissent To: chromium@FreeBSD.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-chromium@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: FreeBSD-specific Chromium issues List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Oct 2013 07:46:32 -0000 I just came across this, thought it might help reduce download and build times. I was wandering if this is already in use and if not can it be put into the make file? http://www.chromium.org/developers/how-tos/get-the-code#TOC-Reducing-the-size-of-your-checkout Jason