fixup! Merge efl-port POC code into tizen_src
authorPiotr Tworek <p.tworek@samsung.com>
Fri, 6 Mar 2015 11:34:18 +0000 (20:34 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
It seems the previous patch for tizen stylesheet generation issue did
not really take care of the problem. The problem was still reproducible
on build server with 80 cores. The root cause seems to be in a fact that
in generic blink we do actually have 2 targets for the autogenerated
files. One generates it, while the other is supposed to build it. Lets
follow that approach.

Change-Id: I35b391ba2674829a4e36e46d6084ef6dc9fd6c5a
Signed-off-by: Piotr Tworek <p.tworek@samsung.com>
tizen_src/chromium_impl/content/content_efl.gypi
tizen_src/chromium_impl/third_party/WebKit/Source/core/core_efl.gypi

index 275e8c4..bfe8721 100644 (file)
@@ -22,7 +22,6 @@
     ],
     'external_content_renderer_deps': [
       '<(DEPTH)/tizen_src/build/system.gyp:tts',
-      '<(DEPTH)/third_party/WebKit/Source/core/core.gyp:webcore_generated',
     ],
     'external_content_gpu_deps': [
       '<(DEPTH)/tizen_src/build/system.gyp:evas',
index 8a2fa51..075d400 100644 (file)
@@ -22,6 +22,9 @@
           '<(SHARED_INTERMEDIATE_DIR)/TizenUserAgentStyleSheets.h',
           '<(SHARED_INTERMEDIATE_DIR)/TizenUserAgentStyleSheetsData.cpp',
         ],
+      }], # webcore_generated
+
+      ['_target_name=="make_core_generated"', {
         'actions': [
           {
             'action_name': 'TizenUserAgentStyleSheets',