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 3455 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3466 '../third_party/mozilla/NSPasteboard+Utils.h', | 3466 '../third_party/mozilla/NSPasteboard+Utils.h', |
3467 '../third_party/mozilla/NSPasteboard+Utils.mm', | 3467 '../third_party/mozilla/NSPasteboard+Utils.mm', |
3468 '../third_party/mozilla/NSScreen+Utils.h', | 3468 '../third_party/mozilla/NSScreen+Utils.h', |
3469 '../third_party/mozilla/NSScreen+Utils.m', | 3469 '../third_party/mozilla/NSScreen+Utils.m', |
3470 '../third_party/mozilla/NSString+Utils.h', | 3470 '../third_party/mozilla/NSString+Utils.h', |
3471 '../third_party/mozilla/NSString+Utils.mm', | 3471 '../third_party/mozilla/NSString+Utils.mm', |
3472 '../third_party/mozilla/NSURL+Utils.h', | 3472 '../third_party/mozilla/NSURL+Utils.h', |
3473 '../third_party/mozilla/NSURL+Utils.m', | 3473 '../third_party/mozilla/NSURL+Utils.m', |
3474 '../third_party/mozilla/NSWorkspace+Utils.h', | 3474 '../third_party/mozilla/NSWorkspace+Utils.h', |
3475 '../third_party/mozilla/NSWorkspace+Utils.m', | 3475 '../third_party/mozilla/NSWorkspace+Utils.m', |
| 3476 '../third_party/mozilla/ComplexTextInputPanel.h', |
| 3477 '../third_party/mozilla/ComplexTextInputPanel.mm', |
3476 # Headers so that IB can find classes it needs to resolve classes | 3478 # Headers so that IB can find classes it needs to resolve classes |
3477 # in XIB files. | 3479 # in XIB files. |
3478 '../base/chrome_application_mac.h', | 3480 '../base/chrome_application_mac.h', |
3479 ], | 3481 ], |
3480 'include_dirs': [ | 3482 'include_dirs': [ |
3481 '../third_party/apple', | 3483 '../third_party/apple', |
3482 '../third_party/GTM', | 3484 '../third_party/GTM', |
3483 '../third_party/GTM/AppKit', | 3485 '../third_party/GTM/AppKit', |
3484 '../third_party/GTM/Foundation', | 3486 '../third_party/GTM/Foundation', |
3485 '../third_party/GTM/DebugUtils', | 3487 '../third_party/GTM/DebugUtils', |
(...skipping 659 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4145 ], | 4147 ], |
4146 }, | 4148 }, |
4147 ], | 4149 ], |
4148 } | 4150 } |
4149 | 4151 |
4150 # Local Variables: | 4152 # Local Variables: |
4151 # tab-width:2 | 4153 # tab-width:2 |
4152 # indent-tabs-mode:nil | 4154 # indent-tabs-mode:nil |
4153 # End: | 4155 # End: |
4154 # vim: set expandtab tabstop=2 shiftwidth=2: | 4156 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |