Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 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 | |
| 3 # found in the LICENSE file. | |
| 4 { | |
| 5 'targets': [ | |
| 6 { | |
| 7 'target_name': 'media_router', | |
| 8 'variables': { | |
| 9 'depends': [ | |
| 10 '../../../../third_party/polymer/v1_0/components-chromium/iron-a11y-ke ys-behavior/iron-a11y-keys-behavior-extracted.js', | |
|
imcheng
2015/12/10 21:37:21
Do I really need to include the transitive closure
| |
| 11 '../../../../third_party/polymer/v1_0/components-chromium/iron-behavio rs/iron-button-state-extracted.js', | |
| 12 '../../../../third_party/polymer/v1_0/components-chromium/iron-behavio rs/iron-control-state-extracted.js', | |
| 13 '../../../../third_party/polymer/v1_0/components-chromium/iron-form-el ement-behavior/iron-form-element-behavior-extracted.js', | |
| 14 '../../../../third_party/polymer/v1_0/components-chromium/iron-icon/ir on-icon-extracted.js', | |
| 15 '../../../../third_party/polymer/v1_0/components-chromium/iron-menu-be havior/iron-menu-behavior-extracted.js', | |
| 16 '../../../../third_party/polymer/v1_0/components-chromium/iron-meta/ir on-meta-extracted.js', | |
| 17 '../../../../third_party/polymer/v1_0/components-chromium/iron-selecto r/iron-multi-selectable-extracted.js', | |
| 18 '../../../../third_party/polymer/v1_0/components-chromium/iron-selecto r/iron-selectable-extracted.js', | |
| 19 '../../../../third_party/polymer/v1_0/components-chromium/iron-selecto r/iron-selection-extracted.js', | |
| 20 '../../../../third_party/polymer/v1_0/components-chromium/iron-validat able-behavior/iron-validatable-behavior-extracted.js', | |
| 21 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi ors/paper-button-behavior-extracted.js', | |
| 22 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi ors/paper-ripple-behavior-extracted.js', | |
| 23 '../../../../third_party/polymer/v1_0/components-chromium/paper-behavi ors/paper-inky-focus-behavior-extracted.js', | |
| 24 '../../../../third_party/polymer/v1_0/components-chromium/paper-dropdo wn-menu/paper-dropdown-menu-extracted.js', | |
| 25 '../../../../third_party/polymer/v1_0/components-chromium/paper-button /paper-button-extracted.js', | |
| 26 '../../../../third_party/polymer/v1_0/components-chromium/paper-icon-b utton/paper-icon-button-extracted.js', | |
| 27 '../../../../third_party/polymer/v1_0/components-chromium/paper-input/ paper-input-behavior-extracted.js', | |
| 28 '../../../../third_party/polymer/v1_0/components-chromium/paper-item/p aper-item-behavior-extracted.js', | |
| 29 '../../../../third_party/polymer/v1_0/components-chromium/paper-item/p aper-item-extracted.js', | |
| 30 '../../../../third_party/polymer/v1_0/components-chromium/paper-menu/p aper-menu-extracted.js', | |
| 31 '../../../../third_party/polymer/v1_0/components-chromium/paper-ripple /paper-ripple-extracted.js', | |
| 32 '../../../../third_party/polymer/v1_0/components-chromium/paper-spinne r/paper-spinner-behavior-extracted.js', | |
| 33 '../../../../third_party/polymer/v1_0/components-chromium/paper-spinne r/paper-spinner-extracted.js', | |
| 34 '../../../../third_party/polymer/v1_0/components-chromium/paper-toolba r/paper-toolbar-extracted.js', | |
| 35 '../../../../ui/webui/resources/js/cr.js', | |
| 36 '../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_da ta', | |
| 37 '../../../../ui/webui/resources/js/util.js', | |
| 38 'media_router.js', | |
| 39 'media_router_data.js', | |
| 40 'media_router_ui_interface.js', | |
| 41 'elements/issue_banner/issue_banner.js', | |
| 42 'elements/route_details/route_details.js', | |
| 43 'elements/media_router_header/media_router_header.js', | |
| 44 'elements/media_router_container/media_router_container.js', | |
| 45 ], | |
| 46 'externs': [ | |
| 47 '<(EXTERNS_DIR)/chrome_send.js', | |
| 48 ], | |
| 49 }, | |
| 50 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], | |
| 51 } | |
| 52 ], | |
| 53 } | |
| 54 | |
| OLD | NEW |