Chromium Code Reviews| Index: chrome/browser/resources/media_router/compiled_resources2.gyp |
| diff --git a/chrome/browser/resources/md_history/compiled_resources2.gyp b/chrome/browser/resources/media_router/compiled_resources2.gyp |
| similarity index 57% |
| copy from chrome/browser/resources/md_history/compiled_resources2.gyp |
| copy to chrome/browser/resources/media_router/compiled_resources2.gyp |
| index d8345cf1f189f100c944904d9605dd0ae54df47e..93516bdcb67475a2ad971a5a31cfbf447bf652d5 100644 |
| --- a/chrome/browser/resources/md_history/compiled_resources2.gyp |
| +++ b/chrome/browser/resources/media_router/compiled_resources2.gyp |
| @@ -1,74 +1,73 @@ |
| -# 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': 'constants', |
| + 'target_name': 'media_router', |
| + 'dependencies': [ |
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| + 'elements/media_router_header/media_router_header', |
| + 'elements/media_router_container/media_router_container', |
| + ], |
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| }, |
| { |
| - 'target_name': 'history_item', |
| + 'target_name': 'externs', |
| + 'includes': ['../../../../third_party/closure_compiler/include_js.gypi'], |
| + }, |
| + { |
| + 'target_name': 'media_router_data', |
| 'dependencies': [ |
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| - '../history/compiled_resources2.gyp:externs', |
| ], |
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| }, |
| { |
| - 'target_name': 'history_list', |
| + 'target_name': 'media_router_ui_interface', |
| 'dependencies': [ |
| - '<(DEPTH)/ui/webui/resources/cr_elements/cr_shared_menu/compiled_resources2.gyp:cr_shared_menu', |
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| - 'constants', |
| - 'history_item', |
| - '../history/compiled_resources2.gyp:externs', |
| + 'elements/media_router_header/media_router_header', |
| + 'elements/media_router_container/media_router_container', |
| ], |
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| }, |
| { |
| - 'target_name': 'history_toolbar', |
| + 'target_name': 'elements/media_router_header/media_router_header', |
|
Dan Beam
2016/04/21 16:36:57
can you just put a compiled_resources2.gyp in elem
apacible
2016/04/25 16:44:07
Done. I also did this for others so the target_nam
|
| 'dependencies': [ |
| - '<(DEPTH)/ui/webui/resources/cr_elements/cr_search_field/compiled_resources2.gyp:cr_search_field', |
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| + 'media_router_data', |
| ], |
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| }, |
| { |
| - 'target_name': 'history', |
| + 'target_name': 'elements/media_router_container/media_router_container', |
| 'dependencies': [ |
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior', |
| '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| - 'constants', |
| - 'history_list', |
| - 'history_toolbar', |
| - 'side_bar', |
| - 'synced_device_card', |
| - 'synced_device_manager', |
| - '<(EXTERNS_GYP):chrome_send', |
| - '../history/compiled_resources2.gyp:externs', |
| + 'media_router_data', |
| + 'externs', |
| ], |
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| }, |
| { |
| - 'target_name': 'side_bar', |
| + 'target_name': 'elements/route_details/route_details', |
| + 'dependencies': [ |
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| + ], |
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| }, |
| { |
| - 'target_name': 'synced_device_card', |
| + 'target_name': 'elements/issue_banner/issue_banner', |
| 'dependencies': [ |
| - '../history/compiled_resources2.gyp:externs', |
| - '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:util', |
| + '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| ], |
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| }, |
| { |
| - 'target_name': 'synced_device_manager', |
| - 'dependencies': [ |
| - 'synced_device_card', |
| - ], |
| + 'target_name': 'elements/media_router_search_highlighter/media_router_search_highlighter', |
| 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], |
| }, |
| ], |