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

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

Issue 2097003002: MD History: Remove bookmark when clicking bookmark star (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: minor change Created 4 years, 5 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 14 matching lines...) Expand all
25 ], 25 ],
26 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 26 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
27 }, 27 },
28 { 28 {
29 'target_name': 'history_item', 29 'target_name': 'history_item',
30 'dependencies': [ 30 'dependencies': [
31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon', 31 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 32 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', 33 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
34 'constants', 34 'constants',
35 'browser_service',
35 '../history/compiled_resources2.gyp:externs', 36 '../history/compiled_resources2.gyp:externs',
36 ], 37 ],
37 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 38 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
38 }, 39 },
39 { 40 {
40 'target_name': 'history_list', 41 'target_name': 'history_list',
41 'dependencies': [ 42 'dependencies': [
42 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres hold/compiled_resources2.gyp:iron-scroll-threshold-extracted', 43 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-scroll-thres hold/compiled_resources2.gyp:iron-scroll-threshold-extracted',
43 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu', 44 '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resourc es2.gyp:cr_shared_menu',
44 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 45 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 }, 106 },
106 { 107 {
107 'target_name': 'synced_device_manager', 108 'target_name': 'synced_device_manager',
108 'dependencies': [ 109 'dependencies': [
109 'synced_device_card', 110 'synced_device_card',
110 ], 111 ],
111 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 112 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
112 }, 113 },
113 ], 114 ],
114 } 115 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/md_history/browser_service.js ('k') | chrome/browser/resources/md_history/history_item.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698