OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 'target_name': 'browser', | 8 'target_name': 'browser', |
9 'type': '<(library)', | 9 'type': '<(library)', |
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', | 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', |
(...skipping 3726 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3737 '../third_party/mozilla/NSString+Utils.h', | 3737 '../third_party/mozilla/NSString+Utils.h', |
3738 '../third_party/mozilla/NSString+Utils.mm', | 3738 '../third_party/mozilla/NSString+Utils.mm', |
3739 '../third_party/mozilla/NSURL+Utils.h', | 3739 '../third_party/mozilla/NSURL+Utils.h', |
3740 '../third_party/mozilla/NSURL+Utils.m', | 3740 '../third_party/mozilla/NSURL+Utils.m', |
3741 '../third_party/mozilla/NSWorkspace+Utils.h', | 3741 '../third_party/mozilla/NSWorkspace+Utils.h', |
3742 '../third_party/mozilla/NSWorkspace+Utils.m', | 3742 '../third_party/mozilla/NSWorkspace+Utils.m', |
3743 '../third_party/mozilla/ComplexTextInputPanel.h', | 3743 '../third_party/mozilla/ComplexTextInputPanel.h', |
3744 '../third_party/mozilla/ComplexTextInputPanel.mm', | 3744 '../third_party/mozilla/ComplexTextInputPanel.mm', |
3745 # Headers so that IB can find classes it needs to resolve classes | 3745 # Headers so that IB can find classes it needs to resolve classes |
3746 # in XIB files. | 3746 # in XIB files. |
3747 '../base/chrome_application_mac.h', | 3747 'common/chrome_application_mac.h', |
3748 ], | 3748 ], |
3749 'include_dirs': [ | 3749 'include_dirs': [ |
3750 '../third_party/apple', | 3750 '../third_party/apple', |
3751 '../third_party/GTM', | 3751 '../third_party/GTM', |
3752 '../third_party/GTM/AppKit', | 3752 '../third_party/GTM/AppKit', |
3753 '../third_party/GTM/Foundation', | 3753 '../third_party/GTM/Foundation', |
3754 '../third_party/GTM/DebugUtils', | 3754 '../third_party/GTM/DebugUtils', |
3755 ], | 3755 ], |
3756 'link_settings': { | 3756 'link_settings': { |
3757 'libraries': [ | 3757 'libraries': [ |
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4513 ], | 4513 ], |
4514 }, | 4514 }, |
4515 ], | 4515 ], |
4516 } | 4516 } |
4517 | 4517 |
4518 # Local Variables: | 4518 # Local Variables: |
4519 # tab-width:2 | 4519 # tab-width:2 |
4520 # indent-tabs-mode:nil | 4520 # indent-tabs-mode:nil |
4521 # End: | 4521 # End: |
4522 # vim: set expandtab tabstop=2 shiftwidth=2: | 4522 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |