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

Side by Side Diff: chrome/chrome.gyp

Issue 100109: New close box images. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 8 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/app/theme/close_bar_p.pdf ('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 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after
1677 ], 1677 ],
1678 'mac_bundle_resources': [ 1678 'mac_bundle_resources': [
1679 'app/nibs/en.lproj/BrowserWindow.xib', 1679 'app/nibs/en.lproj/BrowserWindow.xib',
1680 'app/nibs/en.lproj/FindBar.xib', 1680 'app/nibs/en.lproj/FindBar.xib',
1681 'app/nibs/en.lproj/MainMenu.xib', 1681 'app/nibs/en.lproj/MainMenu.xib',
1682 'app/nibs/en.lproj/SaveAccessoryView.xib', 1682 'app/nibs/en.lproj/SaveAccessoryView.xib',
1683 'app/nibs/en.lproj/TabContents.xib', 1683 'app/nibs/en.lproj/TabContents.xib',
1684 'app/nibs/en.lproj/TabView.xib', 1684 'app/nibs/en.lproj/TabView.xib',
1685 'app/nibs/en.lproj/Toolbar.xib', 1685 'app/nibs/en.lproj/Toolbar.xib',
1686 'app/theme/back.pdf', 1686 'app/theme/back.pdf',
1687 'app/theme/close_bar.pdf',
1688 'app/theme/close_bar_h.pdf',
1689 'app/theme/close_bar_p.pdf',
1687 'app/theme/forward.pdf', 1690 'app/theme/forward.pdf',
1688 'app/theme/go.pdf', 1691 'app/theme/go.pdf',
1689 'app/theme/grow_box.png', 1692 'app/theme/grow_box.png',
1690 'app/theme/nav.pdf', 1693 'app/theme/nav.pdf',
1691 'app/theme/newtab.pdf', 1694 'app/theme/newtab.pdf',
1692 'app/theme/reload.pdf', 1695 'app/theme/reload.pdf',
1693 'app/theme/sadtab.png', 1696 'app/theme/sadtab.png',
1694 'app/theme/star.pdf', 1697 'app/theme/star.pdf',
1695 'app/theme/starred.pdf', 1698 'app/theme/starred.pdf',
1696 'app/theme/stop.pdf', 1699 'app/theme/stop.pdf',
(...skipping 1300 matching lines...) Expand 10 before | Expand all | Expand 10 after
2997 '../tools/code_coverage/coverage_posix.py', 3000 '../tools/code_coverage/coverage_posix.py',
2998 '--directory', 3001 '--directory',
2999 '<(PRODUCT_DIR)' ], 3002 '<(PRODUCT_DIR)' ],
3000 }, 3003 },
3001 ], # 'actions' 3004 ], # 'actions'
3002 }, 3005 },
3003 ] 3006 ]
3004 }], 3007 }],
3005 ], # 'conditions' 3008 ], # 'conditions'
3006 } 3009 }
OLDNEW
« no previous file with comments | « chrome/app/theme/close_bar_p.pdf ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698