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

Unified Diff: dart/tools/gyp/common.gypi

Issue 14769009: Remove v8 source dependency, enable more compiler warnings (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 8 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: dart/tools/gyp/common.gypi
diff --git a/dart/tools/gyp/common.gypi b/dart/tools/gyp/common.gypi
index 3988dfbabf8a61d2f1b3c40e0a7c3682512eb19d..e7ac207957dd8c74bc3d6cf854b92629e91d431c 100644
--- a/dart/tools/gyp/common.gypi
+++ b/dart/tools/gyp/common.gypi
@@ -3,8 +3,8 @@
# BSD-style license that can be found in the LICENSE file.
# A set of variables needed to build some of the Chrome based subparts of the
-# Dash project (e.g. V8). This is in no way a complete list of variables being
-# defined by Chrome, but just the minimally needed subset.
+# Dash project. This is in no way a complete list of variables being defined
+# by Chrome, but just the minimally needed subset.
# Note: this file is similar to all.gypi, but is used when running gyp
# from subproject directories. This is deprecated, but still supported.
@@ -13,7 +13,6 @@
'library': 'static_library',
'component': 'static_library',
'target_arch': 'ia32',
- 'v8_location': '<(DEPTH)/../third_party/v8',
# Flag that tells us whether to build native support for dart:io.
'dart_io_support': 1,
},

Powered by Google App Engine
This is Rietveld 408576698