| OLD | NEW |
| (Empty) |
| 1 # Copyright 2014 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': 'options_bundle', | |
| 8 'variables': { | |
| 9 'depends': [ | |
| 10 '../../../../third_party/jstemplate/compiled_resources.gyp:jstemplate'
, | |
| 11 '../../../../ui/webui/resources/cr_elements/network/cr_onc_types.js', | |
| 12 '../../../../ui/webui/resources/js/action_link.js', | |
| 13 '../../../../ui/webui/resources/js/cr.js', | |
| 14 '../../../../ui/webui/resources/js/cr/event_target.js', | |
| 15 '../../../../ui/webui/resources/js/cr/ui.js', | |
| 16 '../../../../ui/webui/resources/js/cr/ui/array_data_model.js', | |
| 17 '../../../../ui/webui/resources/js/cr/ui/autocomplete_list.js', | |
| 18 '../../../../ui/webui/resources/js/cr/ui/bubble.js', | |
| 19 '../../../../ui/webui/resources/js/cr/ui/bubble_button.js', | |
| 20 '../../../../ui/webui/resources/js/cr/ui/command.js', | |
| 21 '../../../../ui/webui/resources/js/cr/ui/controlled_indicator.js', | |
| 22 '../../../../ui/webui/resources/js/cr/ui/focus_manager.js', | |
| 23 '../../../../ui/webui/resources/js/cr/ui/focus_outline_manager.js', | |
| 24 '../../../../ui/webui/resources/js/cr/ui/focus_without_ink.js', | |
| 25 '../../../../ui/webui/resources/js/cr/ui/grid.js', | |
| 26 '../../../../ui/webui/resources/js/cr/ui/list.js', | |
| 27 '../../../../ui/webui/resources/js/cr/ui/list_item.js', | |
| 28 '../../../../ui/webui/resources/js/cr/ui/list_selection_controller.js'
, | |
| 29 '../../../../ui/webui/resources/js/cr/ui/list_selection_model.js', | |
| 30 '../../../../ui/webui/resources/js/cr/ui/list_single_selection_model.j
s', | |
| 31 '../../../../ui/webui/resources/js/cr/ui/menu.js', | |
| 32 '../../../../ui/webui/resources/js/cr/ui/menu_item.js', | |
| 33 '../../../../ui/webui/resources/js/cr/ui/overlay.js', | |
| 34 '../../../../ui/webui/resources/js/cr/ui/position_util.js', | |
| 35 '../../../../ui/webui/resources/js/cr/ui/page_manager/page.js', | |
| 36 '../../../../ui/webui/resources/js/cr/ui/page_manager/page_manager.js'
, | |
| 37 '../../../../ui/webui/resources/js/cr/ui/repeating_button.js', | |
| 38 '../../../../ui/webui/resources/js/cr/ui/touch_handler.js', | |
| 39 '../../../../ui/webui/resources/js/cr/ui/tree.js', | |
| 40 '../../../../ui/webui/resources/js/event_tracker.js', | |
| 41 '../../../../ui/webui/resources/js/icon.js', | |
| 42 '../../../../ui/webui/resources/js/load_time_data.js', | |
| 43 '../../../../ui/webui/resources/js/parse_html_subset.js', | |
| 44 '../../../../ui/webui/resources/js/promise_resolver.js', | |
| 45 '../../../../ui/webui/resources/js/util.js', | |
| 46 '../../../../chrome/browser/resources/chromeos/keyboard/keyboard_utils
.js', | |
| 47 '../../../../ui/webui/resources/js/compiled_resources2.gyp:i18n_behavi
or', | |
| 48 '../../../../ui/webui/resources/js/compiled_resources2.gyp:web_ui_list
ener_behavior', | |
| 49 '../settings/compiled_resources2.gyp:route', | |
| 50 '../settings/people_page/compiled_resources2.gyp:easy_unlock_browser_p
roxy', | |
| 51 '../settings/people_page/compiled_resources2.gyp:fingerprint_browser_p
roxy', | |
| 52 '../settings/people_page/compiled_resources2.gyp:lock_screen_constants
', | |
| 53 '../settings/people_page/compiled_resources2.gyp:lock_state_behavior', | |
| 54 '../settings/people_page/compiled_resources2.gyp:password_prompt_dialo
g', | |
| 55 '../settings/people_page/compiled_resources2.gyp:lock_screen', | |
| 56 ], | |
| 57 # options_bundle is included as a complex dependency. Currently there is | |
| 58 # no possibility to use gyp variable expansion to it, so we don't use | |
| 59 # <(CLOSURE_DIR) in the "externs" line. | |
| 60 'externs': [ | |
| 61 '../../../../third_party/closure_compiler/externs/bluetooth.js', | |
| 62 '../../../../third_party/closure_compiler/externs/bluetooth_private.js
', | |
| 63 '../../../../third_party/closure_compiler/externs/management.js', | |
| 64 '../../../../third_party/closure_compiler/externs/metrics_private.js', | |
| 65 '../../../../third_party/closure_compiler/externs/networking_private.j
s', | |
| 66 '../../../../third_party/closure_compiler/externs/chrome_send.js', | |
| 67 '../../../../third_party/closure_compiler/externs/quick_unlock_private
.js', | |
| 68 '../../../../third_party/closure_compiler/externs/web_animations.js', | |
| 69 '../../../../ui/webui/resources/cr_elements/network/cr_network_icon_ex
terns.js', | |
| 70 ], | |
| 71 }, | |
| 72 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], | |
| 73 } | |
| 74 ], | |
| 75 } | |
| OLD | NEW |