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

Unified Diff: third_party/jscre/jscre.gypi

Issue 9701054: - Proper inclusion of gypi files, so that they do not override (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/runtime/
Patch Set: Created 8 years, 9 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 | « third_party/double-conversion/src/double-conversion.gypi ('k') | vm/dart_api_impl_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/jscre/jscre.gypi
===================================================================
--- third_party/jscre/jscre.gypi (revision 5503)
+++ third_party/jscre/jscre.gypi (working copy)
@@ -1,18 +1,6 @@
# Copyright 2010 Google Inc. All Rights Reserved.
{
- # Needed for compilation with g++ 4.5.
- 'conditions': [
- [ 'OS=="linux"', { 'variables' : {
- 'common_gcc_warning_flags': [ '-Wno-conversion-null', ], }, } ],
- [ 'OS=="mac"', { 'variables' : {
- 'common_gcc_warning_flags': [ '-w', ], }, } ],
- ],
- 'includes': [
- '../../../tools/gyp/xcode.gypi',
- '../../../tools/gyp/configurations.gypi',
- '../../../tools/gyp/source_filter.gypi',
- ],
'targets': [
{
'target_name': 'libjscre',
« no previous file with comments | « third_party/double-conversion/src/double-conversion.gypi ('k') | vm/dart_api_impl_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698