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

Side by Side Diff: chrome/chrome_resources.gyp

Issue 10809005: Options: Rename chrome/browser/resources/options2 -> chrome/browser/resources/options. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix. Created 8 years, 4 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/ui/webui/options2/options_ui.cc ('k') | tools/gritsettings/resource_ids » ('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 (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 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'], 7 'repack_locales_cmd': ['python', 'tools/build/repack_locales.py'],
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 14 matching lines...) Expand all
25 'includes': [ '../build/grit_action.gypi' ], 25 'includes': [ '../build/grit_action.gypi' ],
26 }, 26 },
27 { 27 {
28 'action_name': 'net_internals_resources', 28 'action_name': 'net_internals_resources',
29 'variables': { 29 'variables': {
30 'grit_grd_file': 'browser/resources/net_internals_resources.grd', 30 'grit_grd_file': 'browser/resources/net_internals_resources.grd',
31 }, 31 },
32 'includes': [ '../build/grit_action.gypi' ], 32 'includes': [ '../build/grit_action.gypi' ],
33 }, 33 },
34 { 34 {
35 'action_name': 'options2_resources', 35 'action_name': 'options_resources',
36 'variables': { 36 'variables': {
37 'grit_grd_file': 'browser/resources/options2_resources.grd', 37 'grit_grd_file': 'browser/resources/options_resources.grd',
38 }, 38 },
39 'includes': [ '../build/grit_action.gypi' ], 39 'includes': [ '../build/grit_action.gypi' ],
40 }, 40 },
41 { 41 {
42 'action_name': 'quota_internals_resources', 42 'action_name': 'quota_internals_resources',
43 'variables': { 43 'variables': {
44 'grit_grd_file': 'browser/resources/quota_internals_resources.grd', 44 'grit_grd_file': 'browser/resources/quota_internals_resources.grd',
45 }, 45 },
46 'includes': [ '../build/grit_action.gypi' ], 46 'includes': [ '../build/grit_action.gypi' ],
47 }, 47 },
(...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 ], 377 ],
378 }, 378 },
379 ], 379 ],
380 }], 380 }],
381 ], # conditions 381 ], # conditions
382 }], # end OS != "mac" 382 }], # end OS != "mac"
383 ], # conditions 383 ], # conditions
384 }, 384 },
385 ], # targets 385 ], # targets
386 } 386 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options2/options_ui.cc ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698