File chromium-6.0.406.0-system-gyp-v8.patch of Package chromium

--- chromium-6.0.406.0/src/build/all.gyp.system-v8	2010-05-17 04:02:34.000000000 -0400
+++ chromium-6.0.406.0/src/build/all.gyp	2010-05-17 10:57:36.581201019 -0400
@@ -50,7 +50,7 @@
       'conditions': [
         ['javascript_engine=="v8"', {
           'dependencies': [
-            '../v8/tools/gyp/v8.gyp:*',
+            'linux/system.gyp:v8',
           ],
         }],
         ['OS=="mac" or OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
--- chromium-6.0.406.0/src/build/linux/system.gyp.system-v8	2010-05-17 04:02:34.000000000 -0400
+++ chromium-6.0.406.0/src/build/linux/system.gyp	2010-05-17 10:56:16.230193214 -0400
@@ -255,6 +255,19 @@
           },
       }]]
     },
+    {
+      'target_name': 'v8',
+      'type': 'settings',
+      'conditions': [
+        ['_toolset=="target"', {
+          'link_settings': {
+            'libraries': [
+              '-lv8',
+              '-lvpx',
+            ],
+          },
+      }]]
+    },
     {
       'target_name': 'gnome-keyring',
       'type': 'settings',
--- chromium-6.0.406.0/src/net/net.gyp.system-v8	2010-05-17 04:01:28.000000000 -0400
+++ chromium-6.0.406.0/src/net/net.gyp	2010-05-17 10:56:16.276203644 -0400
@@ -641,7 +641,7 @@
       'conditions': [
         ['javascript_engine=="v8"', {
           'dependencies': [
-            '../v8/tools/gyp/v8.gyp:v8',
+            '../build/linux/system.gyp:v8',
           ],
         }],
         ['chromeos==1', {
--- chromium-6.0.406.0/src/third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp.system-v8	2010-05-17 04:23:54.000000000 -0400
+++ chromium-6.0.406.0/src/third_party/WebKit/WebCore/WebCore.gyp/WebCore.gyp	2010-05-17 10:56:16.281203845 -0400
@@ -769,7 +769,7 @@
       'conditions': [
         ['javascript_engine=="v8"', {
           'dependencies': [
-            '<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8',
+            '<(chromium_src_dir)/build/linux/system.gyp:v8',
           ],
           'conditions': [
             ['inside_chromium_build==1 and OS=="win" and component=="shared_library"', {
@@ -873,10 +873,10 @@
       'conditions': [
         ['javascript_engine=="v8"', {
           'dependencies': [
-            '<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8',
+            '<(chromium_src_dir)/build/linux/system.gyp:v8',
           ],
           'export_dependent_settings': [
-            '<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8',
+            '<(chromium_src_dir)/build/linux/system.gyp:v8',
           ],
           'conditions': [
             ['inside_chromium_build==1 and OS=="win" and component=="shared_library"', {
@@ -1358,10 +1358,10 @@
       'conditions': [
         ['javascript_engine=="v8"', {
           'dependencies': [
-            '<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8',
+            '<(chromium_src_dir)/build/linux/system.gyp:v8',
           ],
           'export_dependent_settings': [
-            '<(chromium_src_dir)/v8/tools/gyp/v8.gyp:v8',
+            '<(chromium_src_dir)/build/linux/system.gyp:v8',
           ],
         }],
         ['OS=="mac"', {
--- chromium/src/build/all.gyp     2010-10-27 21:09:41.485909900 +0200
+++ chromium/src/build/all.gyp     2010-10-27 21:09:41.485909900 +0200
@@ -140,60 +140,6 @@
         }],
       ],
     },
-    {
-      'target_name': 'chromium_builder_tests',
-      'type': 'none',
-      'dependencies': [
-        '../app/app.gyp:app_unittests',
-        '../base/base.gyp:base_unittests',
-        '../chrome/chrome.gyp:browser_tests',
-        '../chrome/chrome.gyp:interactive_ui_tests',
-        '../chrome/chrome.gyp:nacl_ui_tests',
-        '../chrome/chrome.gyp:nacl_sandbox_tests',
-        '../chrome/chrome.gyp:safe_browsing_tests',
-        '../chrome/chrome.gyp:sync_integration_tests',
-        '../chrome/chrome.gyp:sync_unit_tests',
-        '../chrome/chrome.gyp:ui_tests',
-        '../chrome/chrome.gyp:unit_tests',
-        '../gfx/gfx.gyp:gfx_unittests',
-        '../gpu/gpu.gyp:gpu_unittests',
-        '../ipc/ipc.gyp:ipc_tests',
-        '../jingle/jingle.gyp:notifier_unit_tests',
-        '../media/media.gyp:media_unittests',
-        '../net/net.gyp:net_unittests',
-        '../printing/printing.gyp:printing_unittests',
-        '../remoting/remoting.gyp:remoting_unittests',
-        '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidation_unittests',
-        'temp_gyp/googleurl.gyp:googleurl_unittests',
-      ],
-      'conditions': [
-        ['OS=="win"', {
-          'dependencies': [
-            '../chrome/chrome.gyp:installer_util_unittests',
-            '../chrome/chrome.gyp:mini_installer_test',
-            # mini_installer_tests depends on mini_installer. This should be
-            # defined in installer.gyp.
-            '../chrome/installer/mini_installer.gyp:mini_installer',
-            '../chrome_frame/chrome_frame.gyp:chrome_frame_net_tests',
-            '../chrome_frame/chrome_frame.gyp:chrome_frame_perftests',
-            '../chrome_frame/chrome_frame.gyp:chrome_frame_reliability_tests',
-            '../chrome_frame/chrome_frame.gyp:chrome_frame_tests',
-            '../chrome_frame/chrome_frame.gyp:chrome_frame_unittests',
-            '../chrome_frame/chrome_frame.gyp:npchrome_frame',
-            '../courgette/courgette.gyp:courgette_unittests',
-            '../sandbox/sandbox.gyp:sbox_integration_tests',
-            '../sandbox/sandbox.gyp:sbox_unittests',
-            '../sandbox/sandbox.gyp:sbox_validation_tests',
-            '../webkit/support/webkit_support.gyp:npapi_layout_test_plugin',
-            # TODO(nsylvain) ui_tests.exe depends on test_shell_common.
-            # This should:
-            # 1) not be the case. OR.
-            # 2) be expressed in the ui tests dependencies.
-            '../webkit/webkit.gyp:test_shell_common',
-           ],
-        }],
-      ],
-     }
   ],
   'conditions': [
     ['OS=="mac"', {
openSUSE Build Service is sponsored by