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

Side by Side Diff: chrome/browser/resources/md_history/compiled_resources2.gyp

Issue 2122103002: MD History: Resize iron-list after it is attached to the document (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Closure Created 4 years, 5 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_list.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 'target_name': 'constants', 7 'target_name': 'constants',
8 'dependencies': [ 8 'dependencies': [
9 '../history/compiled_resources2.gyp:externs', 9 '../history/compiled_resources2.gyp:externs',
10 ], 10 ],
(...skipping 25 matching lines...) Expand all
36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 36 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
37 'constants', 37 'constants',
38 'browser_service', 38 'browser_service',
39 '../history/compiled_resources2.gyp:externs', 39 '../history/compiled_resources2.gyp:externs',
40 ], 40 ],
41 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 41 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
42 }, 42 },
43 { 43 {
44 'target_name': 'history_list', 44 'target_name': 'history_list',
45 'dependencies': [ 45 'dependencies': [
46 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-list/compile d_resources2.gyp:iron-list-extracted',
46 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres hold/compiled_resources2.gyp:iron-scroll-threshold-extracted', 47 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres hold/compiled_resources2.gyp:iron-scroll-threshold-extracted',
47 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu', 48 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu',
48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
50 'constants', 51 'constants',
51 'browser_service', 52 'browser_service',
52 'history_item', 53 'history_item',
53 '../history/compiled_resources2.gyp:externs', 54 '../history/compiled_resources2.gyp:externs',
54 ], 55 ],
55 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 }, 119 },
119 { 120 {
120 'target_name': 'synced_device_manager', 121 'target_name': 'synced_device_manager',
121 'dependencies': [ 122 'dependencies': [
122 'synced_device_card', 123 'synced_device_card',
123 ], 124 ],
124 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 125 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
125 }, 126 },
126 ], 127 ],
127 } 128 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/md_history/history_list.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698