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 1668 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1679 'app/google_update_client.cc', | 1679 'app/google_update_client.cc', |
1680 'app/google_update_client.h', | 1680 'app/google_update_client.h', |
1681 'app/keystone_glue.h', | 1681 'app/keystone_glue.h', |
1682 'app/keystone_glue.m', | 1682 'app/keystone_glue.m', |
1683 'app/scoped_ole_initializer.h', | 1683 'app/scoped_ole_initializer.h', |
1684 ], | 1684 ], |
1685 'mac_bundle_resources': [ | 1685 'mac_bundle_resources': [ |
1686 'app/nibs/en.lproj/BrowserWindow.xib', | 1686 'app/nibs/en.lproj/BrowserWindow.xib', |
1687 'app/nibs/en.lproj/FindBar.xib', | 1687 'app/nibs/en.lproj/FindBar.xib', |
1688 'app/nibs/en.lproj/MainMenu.xib', | 1688 'app/nibs/en.lproj/MainMenu.xib', |
| 1689 'app/nibs/en.lproj/Preferences.xib', |
1689 'app/nibs/en.lproj/SaveAccessoryView.xib', | 1690 'app/nibs/en.lproj/SaveAccessoryView.xib', |
1690 'app/nibs/en.lproj/TabContents.xib', | 1691 'app/nibs/en.lproj/TabContents.xib', |
1691 'app/nibs/en.lproj/TabView.xib', | 1692 'app/nibs/en.lproj/TabView.xib', |
1692 'app/nibs/en.lproj/Toolbar.xib', | 1693 'app/nibs/en.lproj/Toolbar.xib', |
1693 'app/theme/back.pdf', | 1694 'app/theme/back.pdf', |
1694 'app/theme/close_bar.pdf', | 1695 'app/theme/close_bar.pdf', |
1695 'app/theme/close_bar_h.pdf', | 1696 'app/theme/close_bar_h.pdf', |
1696 'app/theme/close_bar_p.pdf', | 1697 'app/theme/close_bar_p.pdf', |
1697 'app/theme/forward.pdf', | 1698 'app/theme/forward.pdf', |
1698 'app/theme/go.pdf', | 1699 'app/theme/go.pdf', |
(...skipping 1311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3010 '../tools/code_coverage/coverage_posix.py', | 3011 '../tools/code_coverage/coverage_posix.py', |
3011 '--directory', | 3012 '--directory', |
3012 '<(PRODUCT_DIR)' ], | 3013 '<(PRODUCT_DIR)' ], |
3013 }, | 3014 }, |
3014 ], # 'actions' | 3015 ], # 'actions' |
3015 }, | 3016 }, |
3016 ] | 3017 ] |
3017 }], | 3018 }], |
3018 ], # 'conditions' | 3019 ], # 'conditions' |
3019 } | 3020 } |
OLD | NEW |