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

Unified Diff: sky/engine/BUILD.gn

Issue 875103002: Add a build-time flag for enabling Dart in Sky (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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
« no previous file with comments | « no previous file | sky/engine/config.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/BUILD.gn
diff --git a/sky/engine/BUILD.gn b/sky/engine/BUILD.gn
index be7585e9992cd8ad0cb8efd1a876d3ced2e76208..cc9d406304492fad8ce19a457190659f61c78cca 100644
--- a/sky/engine/BUILD.gn
+++ b/sky/engine/BUILD.gn
@@ -55,13 +55,6 @@ config("config") {
if (is_posix && gcc_version >= 49) {
cflags += [ "-Wno-unused-but-set-variable" ]
}
-
- if (is_clang) {
- if (sky_gc_plugin && clang_use_chrome_plugins) {
- # TODO(GYP)
- #'cflags': ['<!@(../../tools/clang/scripts/blink_gc_plugin_flags.sh enable-oilpan=<(sky_enable_oilpan) dump-graph=<(sky_gc_plugin_dump_graph))'],
- }
- }
}
# The follow configs apply to all targets except for unit tests, which rely on
« no previous file with comments | « no previous file | sky/engine/config.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698