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': 'policy_group', |
| 8 'variables': { |
| 9 'depends': [ |
| 10 ], |
| 11 }, |
| 12 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 13 }, |
| 14 { |
| 15 'target_name': 'policy_ui', |
| 16 'variables': { |
| 17 'depends': [ |
| 18 '../../../../ui/webui/resources/js/compiled_resources.gyp:assert', |
| 19 '../../../../ui/webui/resources/js/compiled_resources.gyp:load_time_da
ta', |
| 20 '../../../../ui/webui/resources/js/cr.js', |
| 21 'policy_group.js', |
| 22 ], |
| 23 'externs': [ |
| 24 '<(EXTERNS_DIR)/chrome_send.js', |
| 25 ], |
| 26 }, |
| 27 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 28 } |
| 29 ] |
| 30 } |
OLD | NEW |