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

Unified Diff: appengine/chromium_rietveld/new_static/components/cr-try-dialog.html

Issue 1001723003: Create a common directory of widgets and css. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Created 5 years, 9 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: appengine/chromium_rietveld/new_static/components/cr-try-dialog.html
diff --git a/appengine/chromium_rietveld/new_static/components/cr-try-dialog.html b/appengine/chromium_rietveld/new_static/components/cr-try-dialog.html
index 9901bf94c26cfba1ac244eb26a7cc0a673b541c8..940b0386be5b58d1033c213be60018b760b419e2 100644
--- a/appengine/chromium_rietveld/new_static/components/cr-try-dialog.html
+++ b/appengine/chromium_rietveld/new_static/components/cr-try-dialog.html
@@ -2,15 +2,15 @@
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file. -->
-<link rel="import" href="cr-butterbar.html">
-<link rel="import" href="cr-button.html">
-<link rel="import" href="cr-dialog.html">
-<link rel="import" href="cr-toolbar.html">
+<link rel="import" href="../common/cr-butterbar.html">
+<link rel="import" href="../common/cr-button.html">
+<link rel="import" href="../common/cr-dialog.html">
+<link rel="import" href="../common/cr-toolbar.html">
<polymer-element name="cr-try-dialog" attributes="issue">
<template>
- <link rel="stylesheet" href="common.css">
- <link rel="stylesheet" href="forms.css">
+ <link rel="stylesheet" href="../common/common.css">
+ <link rel="stylesheet" href="../common/forms.css">
<style>
#servers {
height: 500px;

Powered by Google App Engine
This is Rietveld 408576698