Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(318)

Unified Diff: Source/core/core.gyp

Issue 738113003: Refactor RenderThemeChromiumDefault (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix license and android Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | Source/core/rendering/RenderThemeChromiumLinux.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gyp
diff --git a/Source/core/core.gyp b/Source/core/core.gyp
index bf643567ae4b5b81eddf2a9aea016e931ae8a357..51f28acc204bb01a5482a1c7e8f588199c9df692 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -562,6 +562,7 @@
['OS=="win"', {
'sources/': [
['exclude', 'Posix\\.cpp$'],
+ ['include', 'rendering/RenderThemeChromiumDefault\\.cpp$'],
tkent 2014/11/21 01:22:37 I think this is unnecessary. core.gypi contains R
],
},{ # OS!="win"
'sources/': [
@@ -589,7 +590,11 @@
# Due to a bug in gcc 4.6 in android NDK, we get warnings about uninitialized variable.
'cflags': ['-Wno-uninitialized'],
}],
- ['OS != "linux"', {
+ ['OS == "linux"', {
+ 'sources/': [
+ ['include', 'rendering/RenderThemeChromiumDefault\\.cpp$'],
tkent 2014/11/21 01:22:37 Ditto.
+ ],
+ },{ # OS!="linux"
'sources/': [
['exclude', 'Linux\\.cpp$'],
],
« no previous file with comments | « no previous file | Source/core/core.gypi » ('j') | Source/core/rendering/RenderThemeChromiumLinux.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698