If you're getting errors like
  NameError: name 'javascript_engine'
Then you need to adjust how you build.

1) You can't pass flags to gyp anymore.  Instead
export GYP_GENERATORS='make'
export GYP_DEFINES='target_arch=x64'

2) You must run this other gyp_chromium from exactly the directory
above chrome/src:
  python ./src/build/gyp_chromium

Some of these may be bugs, dunno, but that will at least get you working again.

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

Reply via email to