| OLD | NEW |
| 1 # Copyright 2016 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': 'languages_browser_proxy', | 7 'target_name': 'languages_browser_proxy', |
| 8 'dependencies': [ | 8 'dependencies': [ |
| 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 10 '<(EXTERNS_GYP):chrome_send', | 10 '<(EXTERNS_GYP):chrome_send', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 39 '../compiled_resources2.gyp:route', | 39 '../compiled_resources2.gyp:route', |
| 40 '../settings_page/compiled_resources2.gyp:settings_animated_pages', | 40 '../settings_page/compiled_resources2.gyp:settings_animated_pages', |
| 41 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co
mpiled_resources2.gyp:paper-checkbox-extracted', | 41 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co
mpiled_resources2.gyp:paper-checkbox-extracted', |
| 42 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', | 42 '<(DEPTH)/ui/webui/resources/cr_elements/cr_action_menu/compiled_resourc
es2.gyp:cr_action_menu', |
| 43 '<(DEPTH)/ui/webui/resources/cr_elements/cr_expand_button/compiled_resou
rces2.gyp:cr_expand_button', | 43 '<(DEPTH)/ui/webui/resources/cr_elements/cr_expand_button/compiled_resou
rces2.gyp:cr_expand_button', |
| 44 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', | 44 '<(DEPTH)/ui/webui/resources/cr_elements/cr_lazy_render/compiled_resourc
es2.gyp:cr_lazy_render', |
| 45 '<(DEPTH)/ui/webui/resources/js/chromeos/compiled_resources2.gyp:ui_acco
unt_tweaks', | 45 '<(DEPTH)/ui/webui/resources/js/chromeos/compiled_resources2.gyp:ui_acco
unt_tweaks', |
| 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 46 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', | 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', |
| 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', | 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', |
| 49 '<(DEPTH)/ui/webui/resources/js/cr/ui/compiled_resources2.gyp:focus_with
out_ink', |
| 49 'languages', | 50 'languages', |
| 50 'languages_types', | 51 'languages_types', |
| 51 ], | 52 ], |
| 52 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 53 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 53 }, | 54 }, |
| 54 { | 55 { |
| 55 'target_name': 'languages_types', | 56 'target_name': 'languages_types', |
| 56 'dependencies': [ | 57 'dependencies': [ |
| 57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', | 58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', |
| 58 '<(EXTERNS_GYP):language_settings_private', | 59 '<(EXTERNS_GYP):language_settings_private', |
| (...skipping 16 matching lines...) Expand all Loading... |
| 75 'dependencies': [ | 76 'dependencies': [ |
| 76 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co
mpiled_resources2.gyp:paper-checkbox-extracted', | 77 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co
mpiled_resources2.gyp:paper-checkbox-extracted', |
| 77 '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:cr_scro
llable_behavior', | 78 '<(DEPTH)/ui/webui/resources/cr_elements/compiled_resources2.gyp:cr_scro
llable_behavior', |
| 78 'languages', | 79 'languages', |
| 79 'languages_types', | 80 'languages_types', |
| 80 ], | 81 ], |
| 81 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], | 82 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi
'], |
| 82 }, | 83 }, |
| 83 ], | 84 ], |
| 84 } | 85 } |
| OLD | NEW |