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

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

Issue 1729263005: MD History: Display synced tabs history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mdh_shared_styles
Patch Set: rebase Created 4 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 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 # Closure compiler definition for MD History. 5 # Closure compiler definition for MD History.
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'history', 9 'target_name': 'history',
10 10
11 'variables': { 11 'variables': {
12 'depends': [ 12 'depends': [
13 '../../../../third_party/polymer/v1_0/components-chromium/iron-a11y-ke ys-behavior/iron-a11y-keys-behavior-extracted.js', 13 '../../../../third_party/polymer/v1_0/components-chromium/iron-a11y-ke ys-behavior/iron-a11y-keys-behavior-extracted.js',
14 '../../../../third_party/polymer/v1_0/components-chromium/iron-list/ir on-list-extracted.js', 14 '../../../../third_party/polymer/v1_0/components-chromium/iron-list/ir on-list-extracted.js',
15 '../../../../third_party/polymer/v1_0/components-chromium/iron-resizab le-behavior/iron-resizable-behavior-extracted.js', 15 '../../../../third_party/polymer/v1_0/components-chromium/iron-resizab le-behavior/iron-resizable-behavior-extracted.js',
16 '../../../../third_party/polymer/v1_0/components-chromium/iron-scroll- target-behavior/iron-scroll-target-behavior-extracted.js', 16 '../../../../third_party/polymer/v1_0/components-chromium/iron-scroll- target-behavior/iron-scroll-target-behavior-extracted.js',
17 '../../../../ui/webui/resources/cr_elements/cr_search_field/cr_search_ field.js', 17 '../../../../ui/webui/resources/cr_elements/cr_search_field/cr_search_ field.js',
18 '../../../../ui/webui/resources/cr_elements/cr_shared_menu/compiled_re sources.gyp:cr_shared_menu', 18 '../../../../ui/webui/resources/cr_elements/cr_shared_menu/compiled_re sources.gyp:cr_shared_menu',
19 '../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_da ta', 19 '../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_da ta',
20 '../../../../ui/webui/resources/js/load_time_data.js', 20 '../../../../ui/webui/resources/js/load_time_data.js',
21 '../../../../ui/webui/resources/js/promise_resolver.js', 21 '../../../../ui/webui/resources/js/promise_resolver.js',
22 '../../../../ui/webui/resources/js/util.js', 22 '../../../../ui/webui/resources/js/util.js',
23 'history.js', 23 'history.js',
24 'history_item.js', 24 'history_item.js',
25 'history_list.js', 25 'history_list.js',
26 'history_toolbar.js', 26 'history_toolbar.js',
27 'side_bar.js',
28 'synced_device_card.js',
29 'synced_device_manager.js',
27 ], 30 ],
28 'externs': [ 31 'externs': [
29 '<(EXTERNS_DIR)/chrome_send.js', 32 '<(EXTERNS_DIR)/chrome_send.js',
30 '../history/externs.js', 33 '../history/externs.js',
31 ], 34 ],
32 }, 35 },
33 36
34 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], 37 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'],
35 }, 38 },
36 ], 39 ],
37 } 40 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698