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

Side by Side Diff: chrome/browser/resources/settings/bluetooth_page/compiled_resources2.gyp

Issue 2655043005: MD Settings: Bluetooth: Move device list to subpage (Closed)
Patch Set: Fix clang, ES6 Created 3 years, 10 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': 'bluetooth_page', 7 'target_name': 'bluetooth_page',
8 'dependencies': [ 8 'dependencies': [
9 '../compiled_resources2.gyp:route',
10 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
13 '<(EXTERNS_GYP):bluetooth',
14 '<(EXTERNS_GYP):bluetooth_private',
15 '<(INTERFACES_GYP):bluetooth_interface',
16 '<(INTERFACES_GYP):bluetooth_private_interface',
17 ],
18 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
19 },
20 {
21 'target_name': 'bluetooth_subpage',
22 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:cr_scro llable_behavior', 23 '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:cr_scro llable_behavior',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 24 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 25 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
12 '<(EXTERNS_GYP):bluetooth', 26 '<(EXTERNS_GYP):bluetooth',
13 '<(EXTERNS_GYP):bluetooth_private', 27 '<(EXTERNS_GYP):bluetooth_private',
14 '<(INTERFACES_GYP):bluetooth_interface', 28 '<(INTERFACES_GYP):bluetooth_interface',
15 '<(INTERFACES_GYP):bluetooth_private_interface', 29 '<(INTERFACES_GYP):bluetooth_private_interface',
16 ], 30 ],
17 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 31 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
18 }, 32 },
19 { 33 {
20 'target_name': 'bluetooth_device_dialog', 34 'target_name': 'bluetooth_device_dialog',
21 'dependencies': [ 35 'dependencies': [
22 '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:cr_scro llable_behavior', 36 '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:cr_scro llable_behavior',
23 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog', 37 '<(DEPTH)/ui/webui/resources/cr_elements/cr_dialog/compiled_resources2.g yp:cr_dialog',
24 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 38 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
25 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 39 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
26 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 40 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
27 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be havior/compiled_resources2.gyp:iron-resizable-behavior-extracted', 41 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-resizable-be havior/compiled_resources2.gyp:iron-resizable-behavior-extracted',
28 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted', 42 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-input/compi led_resources2.gyp:paper-input-extracted',
29 '<(EXTERNS_GYP):bluetooth', 43 '<(EXTERNS_GYP):bluetooth',
30 '<(EXTERNS_GYP):bluetooth_private', 44 '<(EXTERNS_GYP):bluetooth_private',
45 '<(INTERFACES_GYP):bluetooth_private_interface',
31 ], 46 ],
32 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 47 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
33 }, 48 },
34 { 49 {
35 'target_name': 'bluetooth_device_list_item', 50 'target_name': 'bluetooth_device_list_item',
36 'dependencies': [ 51 'dependencies': [
37 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', 52 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
38 '<(EXTERNS_GYP):bluetooth', 53 '<(EXTERNS_GYP):bluetooth',
39 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu', 54 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc es2.gyp:cr_action_menu',
40 ], 55 ],
41 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 56 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
42 }, 57 },
43 ], 58 ],
44 } 59 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/bluetooth_page/bluetooth_subpage.js ('k') | chrome/browser/resources/settings/route.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698