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

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

Issue 2830983005: Remove old webui History page on desktop and mobile (Closed)
Patch Set: axe more android stuff Created 3 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
(Empty)
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
3 # found in the LICENSE file.
4 {
5 'targets': [
6 {
7 'target_name': 'externs',
8 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'],
9 },
10 {
11 'target_name': 'history_focus_manager',
12 'dependencies': [
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
14 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
15 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_mana ger',
16 ],
17 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
18 },
19 {
20 'target_name': 'history',
21 'dependencies': [
22 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:action_link',
23 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
24 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
25 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:event_tracker',
26 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:icon',
27 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
28 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util',
29 '<(DEPTH)/ui/webui/resources/js/cr/compiled_resources2.gyp:ui',
30 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:alert_over lay',
31 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:command',
32 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_grid ',
33 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_outl ine_manager',
34 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_row' ,
35 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu',
36 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu_butto n',
37 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:menu_item' ,
38 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:overlay',
39 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:position_u til',
40 'history_focus_manager',
41 '<(EXTERNS_GYP):chrome_send',
42 'externs',
43 ],
44 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
45 },
46 ],
47 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698