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

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

Issue 1729263005: MD History: Display synced tabs history. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mdh_shared_styles
Patch Set: address_comments 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 '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 25 matching lines...) Expand all
36 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 36 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
37 }, 37 },
38 { 38 {
39 'target_name': 'history', 39 'target_name': 'history',
40 'dependencies': [ 40 'dependencies': [
41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 41 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
43 'constants', 43 'constants',
44 'history_list', 44 'history_list',
45 'history_toolbar', 45 'history_toolbar',
46 'side_bar',
47 'synced_device_card',
48 'synced_device_manager',
46 '<(EXTERNS_GYP):chrome_send', 49 '<(EXTERNS_GYP):chrome_send',
47 '../history/compiled_resources2.gyp:externs', 50 '../history/compiled_resources2.gyp:externs',
48 ], 51 ],
49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 52 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
50 }, 53 },
54 {
55 'target_name': 'side_bar',
56 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
57 },
58 {
59 'target_name': 'synced_device_card',
60 'dependencies': [
61 '../history/compiled_resources2.gyp:externs',
62 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
63 ],
64 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
65 },
66 {
67 'target_name': 'synced_device_manager',
68 'dependencies': [
69 'synced_device_card',
70 ],
71 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
72 },
51 ], 73 ],
52 } 74 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/history/externs.js ('k') | chrome/browser/resources/md_history/history.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698