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

Unified Diff: build/standalone.gypi

Issue 149413010: A64: Synchronize with r16024. (Closed) Base URL: https://v8.googlecode.com/svn/branches/experimental/a64
Patch Set: Created 6 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 | « PRESUBMIT.py ('k') | build/toolchain.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/standalone.gypi
diff --git a/build/standalone.gypi b/build/standalone.gypi
index 696b21dc4935e7af6898fa9aff4baaf3ac8d1c0e..2a44c201e5c61e74bda85caa25300822875c8051 100644
--- a/build/standalone.gypi
+++ b/build/standalone.gypi
@@ -125,6 +125,9 @@
},
'target_conditions': [
['v8_code == 0', {
+ 'defines!': [
+ 'DEBUG',
+ ],
'conditions': [
['os_posix == 1 and OS != "mac"', {
'cflags!': [
@@ -137,9 +140,6 @@
},
}],
['OS == "win"', {
- 'defines!': [
- 'DEBUG',
- ],
'msvs_settings': {
'VCCLCompilerTool': {
'WarnAsError': 'false',
« no previous file with comments | « PRESUBMIT.py ('k') | build/toolchain.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698