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

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

Issue 2311473002: MD Settings: Third party VPN support (Closed)
Patch Set: Rebase Created 4 years, 3 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
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': 'internet_page', 7 'target_name': 'internet_page',
8 'dependencies': [ 8 'dependencies': [
9 '../compiled_resources2.gyp:route', 9 '../compiled_resources2.gyp:route',
10 '../settings_page/compiled_resources2.gyp:settings_animated_pages', 10 '../settings_page/compiled_resources2.gyp:settings_animated_pages',
11 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types', 11 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 12 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
13 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:i18n_behavior',
13 '<(EXTERNS_GYP):chrome_send', 14 '<(EXTERNS_GYP):chrome_send',
15 '<(EXTERNS_GYP):management',
16 '<(EXTERNS_GYP):networking_private',
14 '<(INTERFACES_GYP):networking_private_interface', 17 '<(INTERFACES_GYP):networking_private_interface',
15 ], 18 ],
16 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 19 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
17 }, 20 },
18 { 21 {
19 'target_name': 'internet_detail_page', 22 'target_name': 'internet_detail_page',
20 'dependencies': [ 23 'dependencies': [
21 '../compiled_resources2.gyp:route', 24 '../compiled_resources2.gyp:route',
22 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types', 25 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
23 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_network_behavior', 26 '<(DEPTH)/ui/webui/resources/cr_elements/policy/compiled_resources2.gyp: cr_policy_network_behavior',
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 'dependencies': [ 116 'dependencies': [
114 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted', 117 '<(DEPTH)/third_party/polymer/v1_0/components-chromium/iron-a11y-keys-be havior/compiled_resources2.gyp:iron-a11y-keys-behavior-extracted',
115 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types', 118 '<(DEPTH)/ui/webui/resources/cr_elements/network/compiled_resources2.gyp :cr_onc_types',
116 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert', 119 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:assert',
117 '<(INTERFACES_GYP):networking_private_interface', 120 '<(INTERFACES_GYP):networking_private_interface',
118 ], 121 ],
119 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '], 122 'includes': ['../../../../../third_party/closure_compiler/compile_js2.gypi '],
120 }, 123 },
121 ], 124 ],
122 } 125 }
OLDNEW
« no previous file with comments | « chrome/app/settings_strings.grdp ('k') | chrome/browser/resources/settings/internet_page/internet_detail_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698