This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
</style> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/build/common.gypi b/build/common.gypi | |
index 03ec5df..2b4c302 100644 | |
--- a/build/common.gypi | |
+++ b/build/common.gypi | |
@@ -3109,7 +3109,7 @@ | |
}], | |
# http://gcc.gnu.org/wiki/DebugFission | |
# Requires gold and gcc >= 4.8 or clang. | |
- ['linux_use_gold_flags==1 and (clang==1 or gcc_version>=48) and binutils_version>=223', { | |
+ ['linux_use_gold_flags==1 and (clang==1 or gcc_version>=49) and binutils_version>=223', { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/content/browser/vibration/vibration_message_filter.cc b/content/browser/vibration/vibration_message_filter.cc | |
index 3855aca..4ba86fc 100644 | |
--- a/content/browser/vibration/vibration_message_filter.cc | |
+++ b/content/browser/vibration/vibration_message_filter.cc | |
@@ -60,10 +60,8 @@ void VibrationMessageFilter::OnCancelVibration() { | |
provider_->CancelVibration(); | |
} | |
-#if !defined(OS_ANDROID) && !defined(OS_TIZEN_MOBILE) | |
// static |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
execve("/usr/bin/wrt-installer", ["wrt-installer", "-i", "./Calculator_0.0.1_2013-09-03_17"...], [/* 20 vars */]) = 0 | |
brk(0) = 0x9988000 | |
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory) | |
mmap2(NULL, 8192, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb77a8000 | |
access("/etc/ld.so.preload", R_OK) = 0 | |
open("/etc/ld.so.preload", O_RDONLY) = 3 | |
fstat64(3, {st_mode=S_IFREG|0644, st_size=26, ...}) = 0 | |
mmap2(NULL, 26, PROT_READ|PROT_WRITE, MAP_PRIVATE, 3, 0) = 0xb77a7000 | |
close(3) = 0 | |
open("/usr/lib/libsys-assert.so", O_RDONLY) = 3 |
NewerOlder