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

Side by Side Diff: chrome/browser/resources/settings/site_settings/compiled_resources.gyp

Issue 1428313002: Add a page for showing the details for a given origin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedback Created 5 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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': 'site_details',
8 'variables': {
9 'depends': [
10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
12 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
13 '../prefs/prefs_behavior.js',
14 'constants.js',
15 'site_settings_behavior.js',
16 'site_details_permission.js',
17 ],
18 'externs': [
19 '../../../../../third_party/closure_compiler/externs/settings_private. js'
20 ],
21 },
22 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
23 },
24 {
25 'target_name': 'site_details_permission',
26 'variables': {
27 'depends': [
28 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
29 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
30 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
31 '../prefs/prefs_behavior.js',
32 'constants.js',
33 'site_settings_behavior.js',
34 ],
35 'externs': [
36 '../../../../../third_party/closure_compiler/externs/settings_private. js'
37 ],
38 },
39 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
40 },
41 {
7 'target_name': 'site_settings_behavior', 42 'target_name': 'site_settings_behavior',
8 'variables': { 43 'variables': {
9 'depends': [ 44 'depends': [
10 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', 45 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
11 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', 46 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
12 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 47 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
13 '../prefs/prefs_behavior.js', 48 '../prefs/prefs_behavior.js',
14 'constants.js', 49 'constants.js',
15 ], 50 ],
16 'externs': [ 51 'externs': [
17 '../../../../../third_party/closure_compiler/externs/settings_private. js' 52 '../../../../../third_party/closure_compiler/externs/settings_private. js'
18 ], 53 ],
19 }, 54 },
20 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 55 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
21 }, 56 },
22 { 57 {
23 'target_name': 'site_settings_category', 58 'target_name': 'site_settings_category',
24 'variables': { 59 'variables': {
25 'depends': [ 60 'depends': [
26 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert', 61 '../../../../../ui/webui/resources/js/compiled_resources.gyp:assert',
27 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr', 62 '../../../../../ui/webui/resources/js/compiled_resources.gyp:cr',
28 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data', 63 '../../../../../ui/webui/resources/js/compiled_resources.gyp:load_time _data',
29 '../prefs/prefs_behavior.js', 64 '../prefs/prefs_behavior.js',
30 '../prefs/prefs_types.js', 65 '../prefs/prefs_types.js',
66 '../settings_page/settings_animated_pages.js',
31 'constants.js', 67 'constants.js',
32 'site_settings_behavior.js', 68 'site_settings_behavior.js',
33 ], 69 ],
34 'externs': [ 70 'externs': [
35 '../../../../../third_party/closure_compiler/externs/settings_private. js' 71 '../../../../../third_party/closure_compiler/externs/settings_private. js'
36 ], 72 ],
37 }, 73 },
38 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ], 74 'includes': ['../../../../../third_party/closure_compiler/compile_js.gypi' ],
39 }, 75 },
40 ], 76 ],
41 } 77 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/settings/settings_resources.grd ('k') | chrome/browser/resources/settings/site_settings/constants.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698