[M41] Exclude RenderThemeChromiumLinux.cpp from the build
authorSeungSeop Park <sns.park@samsung.com>
Thu, 11 Dec 2014 13:53:27 +0000 (22:53 +0900)
committerYoungsoo Choi <kenshin.choi@samsung.com>
Tue, 10 Jul 2018 06:57:09 +0000 (06:57 +0000)
This is necessary for M41, where RenderThemeChromiumLinux.cpp is newly added.
Patch fixes a linking error for desktop build by excluding it.

Note that this patch can be landed into M40, because it's fine to exclude an
non-existing file in gyp.

Bug: http://107.108.218.239/bugzilla/show_bug.cgi?id=9758
Reviewed by: Antonio Gomes, Piotr Tworek

Change-Id: Iabc4cc31cb8c052d7121246fa55a499e39a654a6
Signed-off-by: SeungSeop Park <sns.park@samsung.com>
tizen_src/impl/chromium-efl.gypi

index 2005ec5..62d7dd4 100644 (file)
@@ -39,6 +39,7 @@
           # Have to exclude under target_conditions here because of multiple
           # includes/excludes in core.gyp
           ['exclude', 'rendering/RenderThemeChromiumDefault\\.cpp$'],
+          ['exclude', 'rendering/RenderThemeChromiumLinux\\.cpp$'],
         ],
       }],
     ],