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

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

Issue 1993613002: [MD History] Implement grouped history UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@privatize
Patch Set: address comments 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 {
11 'target_name': 'browser_service', 11 'target_name': 'browser_service',
12 'dependencies': [ 12 'dependencies': [
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
14 '../history/compiled_resources2.gyp:externs', 14 '../history/compiled_resources2.gyp:externs',
15 ], 15 ],
16 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 16 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
17 }, 17 },
18 { 18 {
19 'target_name': 'grouped_list',
20 'dependencies': [
21 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-collapse/com piled_resources2.gyp:iron-collapse-extracted',
22 'constants',
23 'history_item',
24 '../history/compiled_resources2.gyp:externs',
25 ],
26 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
27 },
28 {
19 'target_name': 'history_item', 29 'target_name': 'history_item',
20 'dependencies': [ 30 'dependencies': [
21 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
34 'constants',
24 '../history/compiled_resources2.gyp:externs', 35 '../history/compiled_resources2.gyp:externs',
25 ], 36 ],
26 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 37 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
27 }, 38 },
28 { 39 {
29 'target_name': 'history_list', 40 'target_name': 'history_list',
30 'dependencies': [ 41 'dependencies': [
31 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres hold/compiled_resources2.gyp:iron-scroll-threshold-extracted', 42 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres hold/compiled_resources2.gyp:iron-scroll-threshold-extracted',
32 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu', 43 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu',
33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
89 }, 100 },
90 { 101 {
91 'target_name': 'synced_device_manager', 102 'target_name': 'synced_device_manager',
92 'dependencies': [ 103 'dependencies': [
93 'synced_device_card', 104 'synced_device_card',
94 ], 105 ],
95 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 106 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
96 }, 107 },
97 ], 108 ],
98 } 109 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/app.js ('k') | chrome/browser/resources/md_history/constants.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698