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

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

Issue 2733463002: MD Bookmarks: Add basic page features to new data-flow system (Closed)
Patch Set: calamity@ review Created 3 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 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 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': 'actions',
8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
10 '<(EXTERNS_GYP):chrome_extensions',
11 'util',
12 'types',
13 ],
14 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
15 },
16 {
7 'target_name': 'app', 17 'target_name': 'app',
8 'dependencies': [ 18 'dependencies': [
9 '<(EXTERNS_GYP):chrome_extensions', 19 '<(EXTERNS_GYP):chrome_extensions',
10 'store', 20 'store',
11 ], 21 ],
12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 22 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
13 }, 23 },
14 { 24 {
15 'target_name': 'bookmarks_store', 25 'target_name': 'bookmarks_store',
16 'dependencies': [ 26 'dependencies': [
(...skipping 28 matching lines...) Expand all
45 '<(EXTERNS_GYP):bookmark_manager_private', 55 '<(EXTERNS_GYP):bookmark_manager_private',
46 '<(EXTERNS_GYP):chrome_extensions', 56 '<(EXTERNS_GYP):chrome_extensions',
47 'item', 57 'item',
48 ], 58 ],
49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
50 }, 60 },
51 { 61 {
52 'target_name': 'reducers', 62 'target_name': 'reducers',
53 'dependencies': [ 63 'dependencies': [
54 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 64 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
65 'actions',
55 'types', 66 'types',
56 ], 67 ],
57 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 68 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
58 }, 69 },
59 { 70 {
60 'target_name': 'router', 71 'target_name': 'router',
61 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 72 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
62 }, 73 },
63 { 74 {
64 'target_name': 'sidebar', 75 'target_name': 'sidebar',
(...skipping 25 matching lines...) Expand all
90 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 101 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
91 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar', 102 '<(DEPTH)/ui/webui/resources/cr_elements/cr_toolbar/compiled_resources2. gyp:cr_toolbar',
92 '<(EXTERNS_GYP):chrome_extensions', 103 '<(EXTERNS_GYP):chrome_extensions',
93 ], 104 ],
94 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 105 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
95 }, 106 },
96 { 107 {
97 'target_name': 'types', 108 'target_name': 'types',
98 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'] 109 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
99 }, 110 },
111 {
112 'target_name': 'util',
113 'dependencies': [
114 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
115 '<(EXTERNS_GYP):chrome_extensions',
116 'types',
117 ],
118 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi']
119 }
100 ] 120 ]
101 } 121 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698