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 3478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3489 '../third_party/mozilla/NSPasteboard+Utils.h', | 3489 '../third_party/mozilla/NSPasteboard+Utils.h', |
3490 '../third_party/mozilla/NSPasteboard+Utils.mm', | 3490 '../third_party/mozilla/NSPasteboard+Utils.mm', |
3491 '../third_party/mozilla/NSScreen+Utils.h', | 3491 '../third_party/mozilla/NSScreen+Utils.h', |
3492 '../third_party/mozilla/NSScreen+Utils.m', | 3492 '../third_party/mozilla/NSScreen+Utils.m', |
3493 '../third_party/mozilla/NSString+Utils.h', | 3493 '../third_party/mozilla/NSString+Utils.h', |
3494 '../third_party/mozilla/NSString+Utils.mm', | 3494 '../third_party/mozilla/NSString+Utils.mm', |
3495 '../third_party/mozilla/NSURL+Utils.h', | 3495 '../third_party/mozilla/NSURL+Utils.h', |
3496 '../third_party/mozilla/NSURL+Utils.m', | 3496 '../third_party/mozilla/NSURL+Utils.m', |
3497 '../third_party/mozilla/NSWorkspace+Utils.h', | 3497 '../third_party/mozilla/NSWorkspace+Utils.h', |
3498 '../third_party/mozilla/NSWorkspace+Utils.m', | 3498 '../third_party/mozilla/NSWorkspace+Utils.m', |
| 3499 '../third_party/mozilla/ComplexTextInputPanel.h', |
| 3500 '../third_party/mozilla/ComplexTextInputPanel.mm', |
3499 # Headers so that IB can find classes it needs to resolve classes | 3501 # Headers so that IB can find classes it needs to resolve classes |
3500 # in XIB files. | 3502 # in XIB files. |
3501 '../base/chrome_application_mac.h', | 3503 '../base/chrome_application_mac.h', |
3502 ], | 3504 ], |
3503 'include_dirs': [ | 3505 'include_dirs': [ |
3504 '../third_party/apple', | 3506 '../third_party/apple', |
3505 '../third_party/GTM', | 3507 '../third_party/GTM', |
3506 '../third_party/GTM/AppKit', | 3508 '../third_party/GTM/AppKit', |
3507 '../third_party/GTM/Foundation', | 3509 '../third_party/GTM/Foundation', |
3508 '../third_party/GTM/DebugUtils', | 3510 '../third_party/GTM/DebugUtils', |
(...skipping 654 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4163 ], | 4165 ], |
4164 }, | 4166 }, |
4165 ], | 4167 ], |
4166 } | 4168 } |
4167 | 4169 |
4168 # Local Variables: | 4170 # Local Variables: |
4169 # tab-width:2 | 4171 # tab-width:2 |
4170 # indent-tabs-mode:nil | 4172 # indent-tabs-mode:nil |
4171 # End: | 4173 # End: |
4172 # vim: set expandtab tabstop=2 shiftwidth=2: | 4174 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |