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

Unified Diff: dart/tools/gyp/all.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/all.gypi
diff --git a/dart/tools/gyp/all.gypi b/dart/tools/gyp/all.gypi
index 2d056e889e290247cccc77c34577122eed13d2e9..1e6b31367f564fdf299974e3781a07e98b92aa39 100644
--- a/dart/tools/gyp/all.gypi
+++ b/dart/tools/gyp/all.gypi
@@ -3,14 +3,13 @@
# 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
-# Dart project (e.g. V8). This is in no way a complete list of variables being
-# defined by Chrome, but just the minimally needed subset.
+# Dart project. This is in no way a complete list of variables being defined
+# by Chrome, but just the minimally needed subset.
{
'variables': {
'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,
},
« no previous file with comments | « dart/dart.gyp ('k') | dart/tools/gyp/common.gypi » ('j') | dart/tools/gyp/configurations.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698