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

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

Issue 1932413003: [MD History] Refactor history.html into a history-app element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit Created 4 years, 7 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 24 matching lines...) Expand all
35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 35 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
36 ], 36 ],
37 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 37 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
38 }, 38 },
39 { 39 {
40 'target_name': 'history', 40 'target_name': 'history',
41 'dependencies': [ 41 'dependencies': [
42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 43 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
44 'constants', 44 'constants',
45 'app',
46 '<(EXTERNS_GYP):chrome_send',
47 '../history/compiled_resources2.gyp:externs',
48 ],
49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
50 },
51 {
52 'target_name': 'app',
53 'dependencies': [
54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
55 'constants',
45 'history_list', 56 'history_list',
46 'history_toolbar', 57 'history_toolbar',
47 'side_bar', 58 'side_bar',
48 'synced_device_card', 59 'synced_device_card',
49 'synced_device_manager', 60 'synced_device_manager',
50 '<(EXTERNS_GYP):chrome_send', 61 '<(EXTERNS_GYP):chrome_send',
51 '../history/compiled_resources2.gyp:externs', 62 '../history/compiled_resources2.gyp:externs',
52 ], 63 ],
53 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 64 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
54 }, 65 },
(...skipping 11 matching lines...) Expand all
66 }, 77 },
67 { 78 {
68 'target_name': 'synced_device_manager', 79 'target_name': 'synced_device_manager',
69 'dependencies': [ 80 'dependencies': [
70 'synced_device_card', 81 'synced_device_card',
71 ], 82 ],
72 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 83 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
73 }, 84 },
74 ], 85 ],
75 } 86 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/app.js ('k') | chrome/browser/resources/md_history/elements.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698