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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 1371073003: Display material design policies grouped by tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Extracting PolicyUi + Renaming. Created 5 years, 2 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'variables': { 5 'variables': {
6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 6 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
7 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt', 7 'additional_modules_list_file': '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/i nternal/additional_modules_list.txt',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 'includes': [ '../build/grit_action.gypi' ], 91 'includes': [ '../build/grit_action.gypi' ],
92 }, 92 },
93 { 93 {
94 # GN version: //chrome/browser/resources:settings_resources 94 # GN version: //chrome/browser/resources:settings_resources
95 'action_name': 'generate_settings_resources', 95 'action_name': 'generate_settings_resources',
96 'variables': { 96 'variables': {
97 'grit_grd_file': 'browser/resources/settings/settings_resources. grd', 97 'grit_grd_file': 'browser/resources/settings/settings_resources. grd',
98 }, 98 },
99 'includes': [ '../build/grit_action.gypi' ], 99 'includes': [ '../build/grit_action.gypi' ],
100 }, 100 },
101 {
102 # GN version: //chrome/browser/resources:policy_resources
103 'action_name': 'generate_policy_resources',
104 'variables': {
105 'grit_grd_file': 'browser/resources/md_policy/policy_resources.g rd',
106 },
107 'includes': [ '../build/grit_action.gypi' ],
108 },
101 ], 109 ],
102 'copies': [ 110 'copies': [
103 { 111 {
104 # GN version: //chrome/browser/resources:extension_resource_demo 112 # GN version: //chrome/browser/resources:extension_resource_demo
105 'destination': '<(PRODUCT_DIR)/resources/extension/demo', 113 'destination': '<(PRODUCT_DIR)/resources/extension/demo',
106 'files': [ 114 'files': [
107 'browser/resources/extension_resource/demo/library.js', 115 'browser/resources/extension_resource/demo/library.js',
108 ], 116 ],
109 }, 117 },
110 ], 118 ],
(...skipping 538 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak', 657 '<(SHARED_INTERMEDIATE_DIR)/chrome/webui_test_resources.pak',
650 ], 658 ],
651 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak', 659 'pak_output': '<(PRODUCT_DIR)/browser_tests.pak',
652 }, 660 },
653 'includes': [ '../build/repack_action.gypi' ], 661 'includes': [ '../build/repack_action.gypi' ],
654 }, 662 },
655 ], 663 ],
656 }, 664 },
657 ], # targets 665 ], # targets
658 } 666 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698