Skip to content

Instantly share code, notes, and snippets.

View ds-hwang's full-sized avatar

Dongseong Hwang ds-hwang

View GitHub Profile
<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>
@ds-hwang
ds-hwang / gist:9638319
Created March 19, 2014 09:23
icecc gcc
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', {
@ds-hwang
ds-hwang / gist:8439180
Created January 15, 2014 16:18
fix for component build
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
@ds-hwang
ds-hwang / gist:6424868
Created September 3, 2013 14:42
strace wrt-install -i 000.wgt
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