| 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 2576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2587 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h', | 2587 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h', |
| 2588 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m', | 2588 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m', |
| 2589 '../third_party/GTM/AppKit/GTMWindowSheetController.m', | 2589 '../third_party/GTM/AppKit/GTMWindowSheetController.m', |
| 2590 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m', | 2590 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.m', |
| 2591 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h', | 2591 '../third_party/GTM/AppKit/GTMNSAnimation+Duration.h', |
| 2592 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h', | 2592 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h', |
| 2593 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m', | 2593 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m', |
| 2594 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h', | 2594 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h', |
| 2595 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m', | 2595 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m', |
| 2596 # Build necessary Mozilla sources | 2596 # Build necessary Mozilla sources |
| 2597 '../third_party/mozilla/include/NSPasteboard+Utils.h', | 2597 '../third_party/mozilla/NSPasteboard+Utils.h', |
| 2598 '../third_party/mozilla/include/NSPasteboard+Utils.mm', | 2598 '../third_party/mozilla/NSPasteboard+Utils.mm', |
| 2599 '../third_party/mozilla/include/NSScreen+Utils.h', | 2599 '../third_party/mozilla/NSScreen+Utils.h', |
| 2600 '../third_party/mozilla/include/NSScreen+Utils.m', | 2600 '../third_party/mozilla/NSScreen+Utils.m', |
| 2601 '../third_party/mozilla/include/NSString+Utils.h', | 2601 '../third_party/mozilla/NSString+Utils.h', |
| 2602 '../third_party/mozilla/include/NSString+Utils.m', | 2602 '../third_party/mozilla/NSString+Utils.m', |
| 2603 '../third_party/mozilla/include/NSURL+Utils.h', | 2603 '../third_party/mozilla/NSURL+Utils.h', |
| 2604 '../third_party/mozilla/include/NSURL+Utils.m', | 2604 '../third_party/mozilla/NSURL+Utils.m', |
| 2605 '../third_party/mozilla/include/NSWorkspace+Utils.h', | 2605 '../third_party/mozilla/NSWorkspace+Utils.h', |
| 2606 '../third_party/mozilla/include/NSWorkspace+Utils.m', | 2606 '../third_party/mozilla/NSWorkspace+Utils.m', |
| 2607 # Headers so that IB can find classes it needs to resolve classes | 2607 # Headers so that IB can find classes it needs to resolve classes |
| 2608 # in XIB files. | 2608 # in XIB files. |
| 2609 '../base/chrome_application_mac.h', | 2609 '../base/chrome_application_mac.h', |
| 2610 ], | 2610 ], |
| 2611 'include_dirs': [ | 2611 'include_dirs': [ |
| 2612 '../third_party/apple', | 2612 '../third_party/apple', |
| 2613 '../third_party/GTM', | 2613 '../third_party/GTM', |
| 2614 '../third_party/GTM/AppKit', | 2614 '../third_party/GTM/AppKit', |
| 2615 '../third_party/GTM/Foundation', | 2615 '../third_party/GTM/Foundation', |
| 2616 '../third_party/GTM/DebugUtils', | 2616 '../third_party/GTM/DebugUtils', |
| (...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3235 ] | 3235 ] |
| 3236 }, | 3236 }, |
| 3237 ], | 3237 ], |
| 3238 } | 3238 } |
| 3239 | 3239 |
| 3240 # Local Variables: | 3240 # Local Variables: |
| 3241 # tab-width:2 | 3241 # tab-width:2 |
| 3242 # indent-tabs-mode:nil | 3242 # indent-tabs-mode:nil |
| 3243 # End: | 3243 # End: |
| 3244 # vim: set expandtab tabstop=2 shiftwidth=2: | 3244 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |