| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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_ui', | 8 'target_name': 'browser_ui', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
| (...skipping 2603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2614 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h', | 2614 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.h', |
| 2615 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.m', | 2615 '../third_party/GTM/AppKit/GTMNSBezierPath+CGPath.m', |
| 2616 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', | 2616 '../third_party/GTM/AppKit/GTMNSBezierPath+RoundRect.m', |
| 2617 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', | 2617 '../third_party/GTM/AppKit/GTMNSColor+Luminance.m', |
| 2618 '../third_party/GTM/AppKit/GTMUILocalizer.h', | 2618 '../third_party/GTM/AppKit/GTMUILocalizer.h', |
| 2619 '../third_party/GTM/AppKit/GTMUILocalizer.m', | 2619 '../third_party/GTM/AppKit/GTMUILocalizer.m', |
| 2620 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h', | 2620 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.h', |
| 2621 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m', | 2621 '../third_party/GTM/AppKit/GTMUILocalizerAndLayoutTweaker.m', |
| 2622 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h', | 2622 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.h', |
| 2623 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m', | 2623 '../third_party/GTM/Foundation/GTMNSNumber+64Bit.m', |
| 2624 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.h', | |
| 2625 '../third_party/GTM/Foundation/GTMNSObject+KeyValueObserving.m', | |
| 2626 # MolokoCacao additions | 2624 # MolokoCacao additions |
| 2627 '../third_party/molokocacao/NSBezierPath+MCAdditions.h', | 2625 '../third_party/molokocacao/NSBezierPath+MCAdditions.h', |
| 2628 '../third_party/molokocacao/NSBezierPath+MCAdditions.m', | 2626 '../third_party/molokocacao/NSBezierPath+MCAdditions.m', |
| 2629 # Build necessary Mozilla sources | 2627 # Build necessary Mozilla sources |
| 2630 '../third_party/mozilla/NSScreen+Utils.h', | 2628 '../third_party/mozilla/NSScreen+Utils.h', |
| 2631 '../third_party/mozilla/NSScreen+Utils.m', | 2629 '../third_party/mozilla/NSScreen+Utils.m', |
| 2632 '../third_party/mozilla/NSWorkspace+Utils.h', | 2630 '../third_party/mozilla/NSWorkspace+Utils.h', |
| 2633 '../third_party/mozilla/NSWorkspace+Utils.m', | 2631 '../third_party/mozilla/NSWorkspace+Utils.m', |
| 2634 # Additional files for use only on Mac and Gtk. | 2632 # Additional files for use only on Mac and Gtk. |
| 2635 'browser/ui/startup/obsolete_os_info_bar.cc', | 2633 'browser/ui/startup/obsolete_os_info_bar.cc', |
| (...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2793 }, { # else: enable_app_list==0 | 2791 }, { # else: enable_app_list==0 |
| 2794 'sources/': [ | 2792 'sources/': [ |
| 2795 ['exclude', '^browser/ui/views/app_list/'], | 2793 ['exclude', '^browser/ui/views/app_list/'], |
| 2796 ['exclude', '^browser/ui/app_list/'], | 2794 ['exclude', '^browser/ui/app_list/'], |
| 2797 ] | 2795 ] |
| 2798 }], | 2796 }], |
| 2799 ], | 2797 ], |
| 2800 }, | 2798 }, |
| 2801 ], | 2799 ], |
| 2802 } | 2800 } |
| OLD | NEW |