This file contains 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="../notification-elements/notification-alert.html"> | |
<link rel="import" href="../topeka-elements/theme.html"> | |
<link rel="import" href="../topeka-elements/topeka-resources.html"> | |
<link rel="import" href="../topeka-elements/topeka-app.html"> | |
<link rel="import" href="../topeka-elements/topeka-datasource.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-icons/core-icons.html"> | |
<link rel="import" href="../core-icon/core-icon.html"> | |
<polymer-element name="my-element"> |
This file contains 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-pages/core-pages.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; |
This file contains 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
// This is generated file. Do not modify directly. | |
#include "content/common/gpu/media/va_stubs.h" | |
#include <stdlib.h> // For NULL. | |
#include <dlfcn.h> // For dysym, dlopen. | |
#include <map> | |
#include <vector> |
This file contains 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
Name:nacl-toolchain | |
Summary: Nacl toolchain | |
Version: 0.1 | |
Release: 1 | |
Source: nacl-toolchain.tar.gz | |
Url:http://www.chromium.org/nativeclient/how-tos/building-and-testing-gcc-and-gnu-binutils | |
Group: System/Libraries | |
License: GNU Public License | |
# Now that not all the dependencies are installed on Tizen, we just install the nacl, complete the dependencies in the future |
This file contains 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
%define tex_texinfo %{_datadir}/texmf/tex/texinfo | |
# | |
# Example spec file for cdplayer app... | |
# | |
Summary: Tools needed to create Texinfo format documentation files | |
Name: texinfo | |
Version: 5.1 | |
Release: 1 | |
Source: http://ftp.gnu.org/gnu/texinfo/texinfo-5.1.tar.gz | |
URL: http://www.gnu.org/software/texinfo/ |