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

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

Issue 2509543002: MD Settings: create a shared handler/browser proxy to control extensions (Closed)
Patch Set: merge Created 4 years, 1 month 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/extension_control_browser_proxy.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': 'settings_resources', 7 'target_name': 'settings_resources',
8 'type': 'none', 8 'type': 'none',
9 'dependencies': [ 9 'dependencies': [
10 'a11y_page/compiled_resources2.gyp:*', 10 'a11y_page/compiled_resources2.gyp:*',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 { 44 {
45 'target_name': 'direction_delegate', 45 'target_name': 'direction_delegate',
46 'dependencies': [ 46 'dependencies': [
47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 47 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 48 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data', 49 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
50 ], 50 ],
51 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 51 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
52 }, 52 },
53 { 53 {
54 'target_name': 'extension_control_browser_proxy',
55 'dependencies': [
56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
58 '<(EXTERNS_GYP):chrome_send',
59 ],
60 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
61 },
62 {
54 'target_name': 'lifetime_browser_proxy', 63 'target_name': 'lifetime_browser_proxy',
55 'dependencies': [ 64 'dependencies': [
56 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 65 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
57 '<(EXTERNS_GYP):chrome_send', 66 '<(EXTERNS_GYP):chrome_send',
58 ], 67 ],
59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 68 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
60 }, 69 },
61 { 70 {
62 'target_name': 'route', 71 'target_name': 'route',
63 'dependencies': [ 72 'dependencies': [
(...skipping 10 matching lines...) Expand all
74 }, 83 },
75 { 84 {
76 'target_name': 'global_scroll_target_behavior', 85 'target_name': 'global_scroll_target_behavior',
77 'dependencies': [ 86 'dependencies': [
78 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 87 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
79 ], 88 ],
80 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 89 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
81 }, 90 },
82 ], 91 ],
83 } 92 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/extension_control_browser_proxy.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698