Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Side by Side Diff: chrome/browser/resources/settings/languages_page/compiled_resources2.gyp

Issue 2052793004: MD Settings: Hook up languages_page to new LifetimeBrowserProxy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@lifetime_handler
Patch Set: Fix closure compilation. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/languages_page/language_detail_page.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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', 7 'target_name': 'languages',
8 'dependencies': [ 8 'dependencies': [
9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 9 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 10 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:promise_resolver ', 11 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:promise_resolver ',
12 '<(EXTERNS_GYP):chrome_send', 12 '<(EXTERNS_GYP):chrome_send',
13 '<(EXTERNS_GYP):input_method_private', 13 '<(EXTERNS_GYP):input_method_private',
14 '<(EXTERNS_GYP):language_settings_private', 14 '<(EXTERNS_GYP):language_settings_private',
15 '<(INTERFACES_GYP):input_method_private_interface', 15 '<(INTERFACES_GYP):input_method_private_interface',
16 '<(INTERFACES_GYP):language_settings_private_interface', 16 '<(INTERFACES_GYP):language_settings_private_interface',
17 '../prefs/compiled_resources2.gyp:prefs_types', 17 '../prefs/compiled_resources2.gyp:prefs_types',
18 '../prefs/compiled_resources2.gyp:prefs', 18 '../prefs/compiled_resources2.gyp:prefs',
19 'languages_types', 19 'languages_types',
20 ], 20 ],
21 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 21 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
22 }, 22 },
23 { 23 {
24 'target_name': 'language_detail_page', 24 'target_name': 'language_detail_page',
25 'dependencies': [ 25 'dependencies': [
26 '../compiled_resources2.gyp:lifetime_browser_proxy',
26 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_indicator_behavior', 27 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_indicator_behavior',
27 '<(DEPTH)/ui/webui/resources/js/chromeos/compiled_resources2.gyp:ui_acco unt_tweaks', 28 '<(DEPTH)/ui/webui/resources/js/chromeos/compiled_resources2.gyp:ui_acco unt_tweaks',
28 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 29 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
29 '<(EXTERNS_GYP):chrome_send', 30 '<(EXTERNS_GYP):chrome_send',
30 'languages', 31 'languages',
31 'languages_types', 32 'languages_types',
32 ], 33 ],
33 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 34 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
34 }, 35 },
35 { 36 {
(...skipping 30 matching lines...) Expand all
66 'target_name': 'manage_languages_page', 67 'target_name': 'manage_languages_page',
67 'dependencies': [ 68 'dependencies': [
68 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co mpiled_resources2.gyp:paper-checkbox-extracted', 69 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/paper-checkbox/co mpiled_resources2.gyp:paper-checkbox-extracted',
69 'languages', 70 'languages',
70 'languages_types', 71 'languages_types',
71 ], 72 ],
72 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 73 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
73 }, 74 },
74 ], 75 ],
75 } 76 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/languages_page/language_detail_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698