| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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': 'action_link', | 7 'target_name': 'create_profile', |
| 8 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | |
| 9 }, | |
| 10 { | |
| 11 'target_name': 'assert', | |
| 12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | |
| 13 }, | |
| 14 { | |
| 15 'target_name': 'cr', | |
| 16 'dependencies': [ | 8 'dependencies': [ |
| 17 '<(EXTERNS_GYP):chrome_send', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 18 'assert', | 10 'profile_api', |
| 19 ], | 11 ], |
| 20 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 12 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 21 }, | 13 }, |
| 22 { | 14 { |
| 23 'target_name': 'load_time_data', | 15 'target_name': 'control_bar', |
| 24 'dependencies': ['<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp:
jstemplate'], | 16 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:c
r'], |
| 25 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 17 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 26 }, | 18 }, |
| 27 { | 19 { |
| 28 'target_name': 'event_tracker', | 20 'target_name': 'profile_api', |
| 21 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:c
r'], |
| 29 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 22 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 30 }, | 23 }, |
| 31 { | 24 { |
| 32 'target_name': 'util', | 25 'target_name': 'supervised_user_learn_more', |
| 33 'dependencies': [ | |
| 34 '<(EXTERNS_GYP):chrome_send', | |
| 35 'cr', | |
| 36 ], | |
| 37 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 26 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 38 }, | 27 }, |
| 39 { | 28 { |
| 40 'target_name': 'parse_html_subset', | 29 'target_name': 'user_manager_pages', |
| 41 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 30 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 42 }, | 31 }, |
| 43 { | 32 { |
| 44 'target_name': 'i18n_template_no_process', | 33 'target_name': 'user_manager_tutorial', |
| 45 'dependencies': [ | 34 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:u
til'], |
| 46 'load_time_data', | |
| 47 '<(EXTERNS_GYP):pending_compiler_externs', | |
| 48 ], | |
| 49 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | |
| 50 }, | |
| 51 { | |
| 52 'target_name': 'i18n_template', | |
| 53 'dependencies': [ | |
| 54 'load_time_data', | |
| 55 # Ideally, <include> would automatically import externs as well, but | |
| 56 # it current doesn't and that sounds hard. Let's just kill <include>. | |
| 57 '<(EXTERNS_GYP):pending_compiler_externs', | |
| 58 ], | |
| 59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], | 35 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| 60 }, | 36 }, |
| 61 ], | 37 ], |
| 62 } | 38 } |
| OLD | NEW |