| OLD | NEW |
| 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': 'options_bundle', | 7 'target_name': 'options_bundle', |
| 8 'variables': { | 8 'variables': { |
| 9 'extra_inputs': [ | 9 'extra_inputs': [ |
| 10 '<!@(python <(CLOSURE_DIR)/build/get_includes.py options_bundle.js)', | 10 '<!@(python <(CLOSURE_DIR)/build/get_includes.py options_bundle.js)', |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 '<(DEPTH)/ui/webui/resources/js/cr/ui/tree.js', | 50 '<(DEPTH)/ui/webui/resources/js/cr/ui/tree.js', |
| 51 '<(DEPTH)/ui/webui/resources/js/event_tracker.js', | 51 '<(DEPTH)/ui/webui/resources/js/event_tracker.js', |
| 52 '<(DEPTH)/ui/webui/resources/js/icon.js', | 52 '<(DEPTH)/ui/webui/resources/js/icon.js', |
| 53 '<(DEPTH)/ui/webui/resources/js/load_time_data.js', | 53 '<(DEPTH)/ui/webui/resources/js/load_time_data.js', |
| 54 '<(DEPTH)/ui/webui/resources/js/parse_html_subset.js', | 54 '<(DEPTH)/ui/webui/resources/js/parse_html_subset.js', |
| 55 '<(DEPTH)/ui/webui/resources/js/promise_resolver.js', | 55 '<(DEPTH)/ui/webui/resources/js/promise_resolver.js', |
| 56 '<(DEPTH)/ui/webui/resources/js/util.js', | 56 '<(DEPTH)/ui/webui/resources/js/util.js', |
| 57 '../chromeos/keyboard/keyboard_utils.js', | 57 '../chromeos/keyboard/keyboard_utils.js', |
| 58 '<(DEPTH)/ui/webui/resources/js/i18n_behavior.js', | 58 '<(DEPTH)/ui/webui/resources/js/i18n_behavior.js', |
| 59 '<(DEPTH)/ui/webui/resources/js/web_ui_listener_behavior.js', | 59 '<(DEPTH)/ui/webui/resources/js/web_ui_listener_behavior.js', |
| 60 '../settings/page_visibility.js', |
| 60 '../settings/route.js', | 61 '../settings/route.js', |
| 61 '../settings/people_page/easy_unlock_browser_proxy.js', | 62 '../settings/people_page/easy_unlock_browser_proxy.js', |
| 62 '../settings/people_page/fingerprint_browser_proxy.js', | 63 '../settings/people_page/fingerprint_browser_proxy.js', |
| 63 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-
behavior/iron-a11y-keys-behavior-extracted.js', | 64 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-
behavior/iron-a11y-keys-behavior-extracted.js', |
| 64 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/i
ron-selection-extracted.js', | 65 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/i
ron-selection-extracted.js', |
| 65 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/i
ron-selectable-extracted.js', | 66 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/i
ron-selectable-extracted.js', |
| 66 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/i
ron-multi-selectable-extracted.js', | 67 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-selector/i
ron-multi-selectable-extracted.js', |
| 67 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-menu-behav
ior/iron-menu-behavior-extracted.js', | 68 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-menu-behav
ior/iron-menu-behavior-extracted.js', |
| 68 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-menu-behav
ior/iron-menubar-behavior-extracted.js', | 69 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-menu-behav
ior/iron-menubar-behavior-extracted.js', |
| 69 '<(DEPTH)/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr
_profile_avatar_selector_grid.js', | 70 '<(DEPTH)/ui/webui/resources/cr_elements/cr_profile_avatar_selector/cr
_profile_avatar_selector_grid.js', |
| (...skipping 21 matching lines...) Expand all Loading... |
| 91 '<(DEPTH)/third_party/closure_compiler/externs/chrome_send.js', | 92 '<(DEPTH)/third_party/closure_compiler/externs/chrome_send.js', |
| 92 '<(DEPTH)/third_party/closure_compiler/externs/web_animations.js', | 93 '<(DEPTH)/third_party/closure_compiler/externs/web_animations.js', |
| 93 '<(DEPTH)/ui/webui/resources/cr_elements/chromeos/network/cr_network_i
con_externs.js', | 94 '<(DEPTH)/ui/webui/resources/cr_elements/chromeos/network/cr_network_i
con_externs.js', |
| 94 'options_bundle.js', | 95 'options_bundle.js', |
| 95 ], | 96 ], |
| 96 }, | 97 }, |
| 97 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 98 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 98 }, | 99 }, |
| 99 ], | 100 ], |
| 100 } | 101 } |
| OLD | NEW |