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': 'assert', |
| 8 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 9 }, |
| 10 { |
| 11 'target_name': 'cr', |
| 12 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 13 }, |
| 14 { |
| 15 'target_name': 'event_tracker', |
| 16 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 17 }, |
| 18 { |
| 19 'target_name': 'load_time_data', |
| 20 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 21 }, |
| 22 { |
| 23 'target_name': 'util', |
| 24 'variables': { |
| 25 'depends': ['cr.js'], |
| 26 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'], |
| 27 }, |
| 28 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 29 }, |
| 30 { |
| 31 'target_name': 'local_strings', |
| 32 'variables': { |
| 33 'externs': ['template_data_externs.js'], |
| 34 }, |
| 35 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 36 }, |
| 37 { |
| 38 'target_name': 'parse_html_subset', |
| 39 'variables': { |
| 40 'externs': ['<(CLOSURE_DIR)/externs/pending_compiler_externs.js'], |
| 41 }, |
| 42 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 43 }, |
| 44 { |
| 45 'target_name': 'i18n_template_no_process', |
| 46 'variables': { |
| 47 'depends': ['load_time_data.js'], |
| 48 }, |
| 49 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 50 }, |
| 51 { |
| 52 'target_name': 'i18n_template', |
| 53 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 54 }, |
| 55 { |
| 56 'target_name': 'i18n_template2', |
| 57 'variables': { |
| 58 'depends': ['load_time_data.js'], |
| 59 }, |
| 60 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 61 }, |
| 62 ], |
| 63 } |
OLD | NEW |