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

Side by Side Diff: chrome/chrome.gyp

Issue 260012: Use more images from the pak files... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/cocoa/download_shelf_controller.mm ('k') | no next file » | 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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 4944 matching lines...) Expand 10 before | Expand all | Expand 10 after
4955 'app/nibs/ImportProgressDialog.xib', 4955 'app/nibs/ImportProgressDialog.xib',
4956 'app/nibs/KeywordEditor.xib', 4956 'app/nibs/KeywordEditor.xib',
4957 'app/nibs/MainMenu.xib', 4957 'app/nibs/MainMenu.xib',
4958 'app/nibs/PageInfo.xib', 4958 'app/nibs/PageInfo.xib',
4959 'app/nibs/Preferences.xib', 4959 'app/nibs/Preferences.xib',
4960 'app/nibs/SaveAccessoryView.xib', 4960 'app/nibs/SaveAccessoryView.xib',
4961 'app/nibs/TabContents.xib', 4961 'app/nibs/TabContents.xib',
4962 'app/nibs/TabView.xib', 4962 'app/nibs/TabView.xib',
4963 'app/nibs/TaskManager.xib', 4963 'app/nibs/TaskManager.xib',
4964 'app/nibs/Toolbar.xib', 4964 'app/nibs/Toolbar.xib',
4965 'app/theme/alert_small.png',
4966 'app/theme/back_Template.pdf', 4965 'app/theme/back_Template.pdf',
4967 'app/theme/bookmark_bar_folder.png',
4968 'app/theme/chevron.png', # TODO(jrg): get and use a pdf version 4966 'app/theme/chevron.png', # TODO(jrg): get and use a pdf version
4969 'app/theme/close_bar.pdf', 4967 'app/theme/close_bar.pdf',
4970 'app/theme/close_bar_h.pdf', 4968 'app/theme/close_bar_h.pdf',
4971 'app/theme/close_bar_p.pdf', 4969 'app/theme/close_bar_p.pdf',
4972 'app/theme/downloads_favicon.png',
4973 'app/theme/find_next_Template.pdf', 4970 'app/theme/find_next_Template.pdf',
4974 'app/theme/find_prev_Template.pdf', 4971 'app/theme/find_prev_Template.pdf',
4975 'app/theme/forward_Template.pdf', 4972 'app/theme/forward_Template.pdf',
4976 'app/theme/go_Template.pdf', 4973 'app/theme/go_Template.pdf',
4977 'app/theme/home_Template.pdf', 4974 'app/theme/home_Template.pdf',
4978 'app/theme/menu_chrome_rtl_Template.pdf', 4975 'app/theme/menu_chrome_rtl_Template.pdf',
4979 'app/theme/menu_chrome_Template.pdf', 4976 'app/theme/menu_chrome_Template.pdf',
4980 'app/theme/menu_page_rtl_Template.pdf', 4977 'app/theme/menu_page_rtl_Template.pdf',
4981 'app/theme/menu_page_Template.pdf', 4978 'app/theme/menu_page_Template.pdf',
4982 'app/theme/nav.pdf', 4979 'app/theme/nav.pdf',
(...skipping 1891 matching lines...) Expand 10 before | Expand all | Expand 10 after
6874 ], # targets when chrome_personalization==1 6871 ], # targets when chrome_personalization==1
6875 }], 6872 }],
6876 ], # 'conditions' 6873 ], # 'conditions'
6877 } 6874 }
6878 6875
6879 # Local Variables: 6876 # Local Variables:
6880 # tab-width:2 6877 # tab-width:2
6881 # indent-tabs-mode:nil 6878 # indent-tabs-mode:nil
6882 # End: 6879 # End:
6883 # vim: set expandtab tabstop=2 shiftwidth=2: 6880 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/cocoa/download_shelf_controller.mm ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698