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

Unified Diff: Source/core/core.gyp

Issue 60633007: Remove duplicated rule from core.gyp. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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 | no next file » | no next file with comments »
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 ab9140d7d1560cc5f8e1d8b8198c6f136b68fafa..faeaecd97324223566f57dd9e6c356f34a1d1c14 100644
--- a/Source/core/core.gyp
+++ b/Source/core/core.gyp
@@ -405,9 +405,6 @@
'<(DEPTH)/gpu',
'<(DEPTH)/third_party/angle_dx11/include',
],
- 'msvs_disabled_warnings': [
- 4138, 4244, 4291, 4305, 4344, 4355, 4521, 4099,
- ],
'scons_line_length' : 1,
Nico 2013/11/06 04:10:43 Can you delete this too? We haven't used gyp's sco
'xcode_settings': {
# Some Mac-specific parts of WebKit won't compile without having this
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698