Hi

The patch below should fix it (there are arguably other perhaps better
ways to tackle the debugger dependency etc.).

With that patch, the linux shared make build compiles and links all
targets for me.

--Craig

diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp
index 3fa1905..c0caeb6 100755
--- a/chrome/chrome.gyp
+++ b/chrome/chrome.gyp
@@ -741,6 +741,7 @@
         'common',
         'chrome_resources',
         'chrome_strings',
+        'debugger',
         'theme_resources',
         '../app/app.gyp:app_resources',
         '../app/app.gyp:app_strings',
@@ -3024,6 +3025,7 @@
         '../third_party/npapi/npapi.gyp:npapi',
         '../webkit/webkit.gyp:glue',
         
'../native_client/src/trusted/plugin/plugin_chrome.gyp:npGoogleNaClPluginChrome',
+        
'../native_client/src/trusted/service_runtime/service_runtime.gyp:expiration',
         '../native_client/src/trusted/service_runtime/service_runtime.gyp:sel',
         
'../native_client/src/trusted/validator_x86/validator_x86.gyp:ncvalidate',
         
'../native_client/src/trusted/platform_qualify/platform_qualify.gyp:platform_qual_lib',



On Tue, Oct 13, 2009 at 3:35 AM, Jacob Mandelson <[email protected]> wrote:
> On Mon, Oct 12, 2009 at 06:29:02PM -0700, Lei Zhang wrote:
>> Maybe you need to clobber? The shared build bot on the FYI waterfall
>> is working: 
>> http://build.chromium.org/buildbot/waterfall.fyi/builders/Chromium%20Linux%20Builder%20(dbg-shlib)/builds/1069
>>
>
> gclient runhooks  regenerated a bunch of .mk's, but I'm still getting
> the same link error.
>
>     -- Jacob
>

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

Reply via email to