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

Unified Diff: tools/deep_memory_profiler/visualizer/index.css

Issue 23777005: Modified directory preparing for app engine for dmprof visualizer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove index.js Created 7 years, 3 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: tools/deep_memory_profiler/visualizer/index.css
diff --git a/tools/deep_memory_profiler/visualizer/index.css b/tools/deep_memory_profiler/visualizer/index.css
deleted file mode 100644
index e807d31798d49792ac4e0c690909e1c0335acd39..0000000000000000000000000000000000000000
--- a/tools/deep_memory_profiler/visualizer/index.css
+++ /dev/null
@@ -1,30 +0,0 @@
-/* Copyright 2013 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-#graph-div {
- width: 1024px;
- height: 600px;
- margin-top: 30px;
- margin-left: 50px;
- float: left;
-}
-
-#info-div {
- width: 240px;
- height: 600px;
- margin-top: 35px;
- margin-left: 50px;
- float: left;
- box-shadow: 0 4px 16px rgba(0,0,0,0.2);
- outline: 1px solid rgba(0,0,0,0.2);
- overflow: auto;
-}
-
-#category-menu {
- padding-left: 15px;
-}
-
-#subs-dropdown {
- padding-left: 15px;
-}
« no previous file with comments | « tools/deep_memory_profiler/visualizer/graph-view_unittest.js ('k') | tools/deep_memory_profiler/visualizer/index.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698