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

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

Issue 2741343010: MD Settings: Prevent direct navigation to disabled Site Settings UI. (Closed)
Patch Set: Fix more tests. Created 3 years, 9 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/route.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': 'direction_delegate', 7 'target_name': 'direction_delegate',
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',
(...skipping 30 matching lines...) Expand all
41 'dependencies': [ 41 'dependencies': [
42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 42 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
43 '<(EXTERNS_GYP):chrome_send', 43 '<(EXTERNS_GYP):chrome_send',
44 ], 44 ],
45 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 45 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
46 }, 46 },
47 { 47 {
48 'target_name': 'route', 48 'target_name': 'route',
49 'dependencies': [ 49 'dependencies': [
50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 50 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
51 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:load_time_data',
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': 'search_settings', 56 'target_name': 'search_settings',
56 'dependencies': [ 57 'dependencies': [
57 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr', 58 '<(DEPTH)/ui/webui/resources/js/compiled_resources2.gyp:cr',
58 ], 59 ],
59 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'], 60 'includes': ['../../../../third_party/closure_compiler/compile_js2.gypi'],
60 }, 61 },
(...skipping 30 matching lines...) Expand all
91 'settings_menu/compiled_resources2.gyp:*', 92 'settings_menu/compiled_resources2.gyp:*',
92 'settings_page/compiled_resources2.gyp:*', 93 'settings_page/compiled_resources2.gyp:*',
93 'settings_ui/compiled_resources2.gyp:*', 94 'settings_ui/compiled_resources2.gyp:*',
94 'site_settings/compiled_resources2.gyp:*', 95 'site_settings/compiled_resources2.gyp:*',
95 'site_settings_page/compiled_resources2.gyp:*', 96 'site_settings_page/compiled_resources2.gyp:*',
96 'system_page/compiled_resources2.gyp:*', 97 'system_page/compiled_resources2.gyp:*',
97 ], 98 ],
98 }, 99 },
99 ], 100 ],
100 } 101 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/route.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698