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

Unified Diff: build/common.gypi

Issue 9310050: [cros] Error bubble on login is displayed to the left of Gaia frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: New bubble style. Created 8 years, 10 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: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 8fcb3045ba156f68db5439926ec2d5ee749513b3..f30ca5900f2bdcf502305590c77bd574858d52e3 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -378,9 +378,8 @@
}],
# Set to 0 to not use third_party/gold as the linker.
- # On by default for x64 Linux. Off for ChromeOS as cross-compiling
- # makes things complicated.
- ['chromeos==0 and host_arch=="x64"', {
+ # On by default for x64 Linux.
+ ['host_arch=="x64"', {
xiyuan 2012/02/07 17:51:40 Is this change a result of rebase/merge?
Ivan Korotkov 2012/02/07 17:57:28 Yep, thanks.
'linux_use_gold_binary%': 1,
}, {
'linux_use_gold_binary%': 0,
« no previous file with comments | « no previous file | chrome/browser/resources/chromeos/login/bubble.css » ('j') | chrome/browser/resources/chromeos/login/bubble.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698