| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 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 | 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': 'assert', | 7 'target_name': 'assert', |
| 8 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], | 8 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 9 }, | 9 }, |
| 10 { | 10 { |
| (...skipping 10 matching lines...) Expand all Loading... |
| 21 }, | 21 }, |
| 22 { | 22 { |
| 23 'target_name': 'util', | 23 'target_name': 'util', |
| 24 'variables': { | 24 'variables': { |
| 25 'depends': ['cr.js'], | 25 'depends': ['cr.js'], |
| 26 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'], | 26 'externs': ['<(CLOSURE_DIR)/externs/chrome_send_externs.js'], |
| 27 }, | 27 }, |
| 28 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], | 28 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 29 }, | 29 }, |
| 30 { | 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', | 31 'target_name': 'parse_html_subset', |
| 39 'variables': { | 32 'variables': { |
| 40 'externs': ['<(CLOSURE_DIR)/externs/pending_compiler_externs.js'], | 33 'externs': ['<(CLOSURE_DIR)/externs/pending_compiler_externs.js'], |
| 41 }, | 34 }, |
| 42 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], | 35 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 43 }, | 36 }, |
| 44 { | 37 { |
| 45 'target_name': 'i18n_template_no_process', | 38 'target_name': 'i18n_template_no_process', |
| 46 'variables': { | 39 'variables': { |
| 47 'depends': ['load_time_data.js'], | 40 'depends': ['load_time_data.js'], |
| 48 }, | 41 }, |
| 49 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], | 42 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 50 }, | 43 }, |
| 51 { | 44 { |
| 52 'target_name': 'i18n_template', | 45 'target_name': 'i18n_template', |
| 53 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], | 46 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 54 }, | 47 }, |
| 55 { | 48 { |
| 56 'target_name': 'i18n_template2', | 49 'target_name': 'i18n_template2', |
| 57 'variables': { | 50 'variables': { |
| 58 'depends': ['load_time_data.js'], | 51 'depends': ['load_time_data.js'], |
| 59 }, | 52 }, |
| 60 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], | 53 'includes': ['../../../../third_party/closure_compiler/compile_js.gypi'], |
| 61 }, | 54 }, |
| 62 ], | 55 ], |
| 63 } | 56 } |
| OLD | NEW |