Grepping the gyp files for en-US.pak reveals the "chrome_strings"
target in chrome.gyp, which lists the sources involved.  You could
probably touch one:

     'sources': [
        # Localizable resources.
        'app/resources/locale_settings.grd',
        'app/chromium_strings.grd',
        'app/generated_resources.grd',
        'app/google_chrome_strings.grd',
      ],

On Fri, Jul 24, 2009 at 11:42 AM, Paweł Hajdan
Jr.<[email protected]> wrote:
> How do I force scons to build all language .paks, like locales/en-US.pak ? I
> don't want to build everything. I want to build chrome and all .paks.
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to