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

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

Issue 2084843002: [MD History] Add history-list-container between app and history lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tim_toolbar
Patch Set: Created 4 years, 6 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
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 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
9 }, 9 },
10 { 10 {
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
66 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 66 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
67 'constants', 67 'constants',
68 'app', 68 'app',
69 '<(EXTERNS_GYP):chrome_send', 69 '<(EXTERNS_GYP):chrome_send',
70 '../history/compiled_resources2.gyp:externs', 70 '../history/compiled_resources2.gyp:externs',
71 ], 71 ],
72 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 72 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
73 }, 73 },
74 { 74 {
75 'target_name': 'list_container',
76 'dependencies': [
77 'grouped_list',
78 'history_list',
79 '<(EXTERNS_GYP):chrome_send',
80 '../history/compiled_resources2.gyp:externs',
81 ],
82 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
83 },
84 {
75 'target_name': 'app', 85 'target_name': 'app',
76 'dependencies': [ 86 'dependencies': [
77 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 87 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
78 'constants', 88 'constants',
79 'history_list',
80 'history_toolbar', 89 'history_toolbar',
90 'list_container',
81 'side_bar', 91 'side_bar',
82 'synced_device_card', 92 'synced_device_card',
83 'synced_device_manager', 93 'synced_device_manager',
84 '<(EXTERNS_GYP):chrome_send',
85 '../history/compiled_resources2.gyp:externs', 94 '../history/compiled_resources2.gyp:externs',
86 ], 95 ],
87 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 96 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
88 }, 97 },
89 { 98 {
90 'target_name': 'side_bar', 99 'target_name': 'side_bar',
91 'dependencies': [ 100 'dependencies': [
92 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/app-layout/app-dr awer/compiled_resources2.gyp:app-drawer-extracted', 101 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/app-layout/app-dr awer/compiled_resources2.gyp:app-drawer-extracted',
93 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com piled_resources2.gyp:iron-selector-extracted', 102 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/com piled_resources2.gyp:iron-selector-extracted',
94 ], 103 ],
95 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 104 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
96 }, 105 },
97 { 106 {
98 'target_name': 'synced_device_card', 107 'target_name': 'synced_device_card',
99 'dependencies': [ 108 'dependencies': [
100 '../history/compiled_resources2.gyp:externs', 109 '../history/compiled_resources2.gyp:externs',
101 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 110 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
102 ], 111 ],
103 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 112 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
104 }, 113 },
105 { 114 {
106 'target_name': 'synced_device_manager', 115 'target_name': 'synced_device_manager',
107 'dependencies': [ 116 'dependencies': [
108 'synced_device_card', 117 'synced_device_card',
109 ], 118 ],
110 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 119 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
111 }, 120 },
112 ], 121 ],
113 } 122 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698