OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |