| Index: chrome/browser/resources/md_user_manager/compiled_resources2.gyp
|
| diff --git a/ui/webui/resources/js/compiled_resources2.gyp b/chrome/browser/resources/md_user_manager/compiled_resources2.gyp
|
| similarity index 36%
|
| copy from ui/webui/resources/js/compiled_resources2.gyp
|
| copy to chrome/browser/resources/md_user_manager/compiled_resources2.gyp
|
| index 2d0ce6627aedb5d2c80e025e02b8f908356b5232..dec1f2c483159e87f2c305ff13325511c0749f3f 100644
|
| --- a/ui/webui/resources/js/compiled_resources2.gyp
|
| +++ b/chrome/browser/resources/md_user_manager/compiled_resources2.gyp
|
| @@ -1,61 +1,37 @@
|
| -# Copyright 2015 The Chromium Authors. All rights reserved.
|
| +# Copyright 2016 The Chromium Authors. All rights reserved.
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
| {
|
| 'targets': [
|
| {
|
| - 'target_name': 'action_link',
|
| - 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| - },
|
| - {
|
| - 'target_name': 'assert',
|
| - 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| - },
|
| - {
|
| - 'target_name': 'cr',
|
| + 'target_name': 'create_profile',
|
| 'dependencies': [
|
| - '<(EXTERNS_GYP):chrome_send',
|
| - 'assert',
|
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
|
| + 'profile_api',
|
| ],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'load_time_data',
|
| - 'dependencies': ['<(DEPTH)/third_party/jstemplate/compiled_resources2.gyp:jstemplate'],
|
| + 'target_name': 'control_bar',
|
| + 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr'],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'event_tracker',
|
| + 'target_name': 'profile_api',
|
| + 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr'],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'util',
|
| - 'dependencies': [
|
| - '<(EXTERNS_GYP):chrome_send',
|
| - 'cr',
|
| - ],
|
| + 'target_name': 'supervised_user_learn_more',
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'parse_html_subset',
|
| + 'target_name': 'user_manager_pages',
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| {
|
| - 'target_name': 'i18n_template_no_process',
|
| - 'dependencies': [
|
| - 'load_time_data',
|
| - '<(EXTERNS_GYP):pending_compiler_externs',
|
| - ],
|
| - 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| - },
|
| - {
|
| - 'target_name': 'i18n_template',
|
| - 'dependencies': [
|
| - 'load_time_data',
|
| - # Ideally, <include> would automatically import externs as well, but
|
| - # it current doesn't and that sounds hard. Let's just kill <include>.
|
| - '<(EXTERNS_GYP):pending_compiler_externs',
|
| - ],
|
| + 'target_name': 'user_manager_tutorial',
|
| + 'dependencies': ['<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util'],
|
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
|
| },
|
| ],
|
|
|