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

Unified Diff: third_party/WebKit/Source/core/DEPS

Issue 2152783002: Enable precompiled headers for Blink on Windows (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 months 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
Index: third_party/WebKit/Source/core/DEPS
diff --git a/third_party/WebKit/Source/core/DEPS b/third_party/WebKit/Source/core/DEPS
index c34e54faa87eca91436160e3a49dd476cf3fea46..14af7ccdb98568bd90ad5117111c2809709a6729 100644
--- a/third_party/WebKit/Source/core/DEPS
+++ b/third_party/WebKit/Source/core/DEPS
@@ -1,13 +1,14 @@
-include_rules = [
- "+bindings/core",
- "-bindings/modules",
- "+core",
- "-inspector/v8",
- "+inspector/v8/public",
- "-modules",
- "+platform",
- "+public/platform",
- "-public/web",
- "+third_party/skia/include",
- "-web",
-]
+include_rules = [
+ "+bindings/core",
+ "-bindings/modules",
+ "+build/win",
+ "+core",
+ "-inspector/v8",
+ "+inspector/v8/public",
+ "-modules",
+ "+platform",
+ "+public/platform",
+ "-public/web",
+ "+third_party/skia/include",
+ "-web",
+]

Powered by Google App Engine
This is Rietveld 408576698