Chromium Code Reviews| 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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 897 'browser/cocoa/tab_window_controller.h', | 897 'browser/cocoa/tab_window_controller.h', |
| 898 'browser/cocoa/tab_window_controller.mm', | 898 'browser/cocoa/tab_window_controller.mm', |
| 899 'browser/cocoa/table_row_nsimage_cache.h', | 899 'browser/cocoa/table_row_nsimage_cache.h', |
| 900 'browser/cocoa/table_row_nsimage_cache.mm', | 900 'browser/cocoa/table_row_nsimage_cache.mm', |
| 901 'browser/cocoa/task_manager_mac.h', | 901 'browser/cocoa/task_manager_mac.h', |
| 902 'browser/cocoa/task_manager_mac.mm', | 902 'browser/cocoa/task_manager_mac.mm', |
| 903 'browser/cocoa/themed_window.h', | 903 'browser/cocoa/themed_window.h', |
| 904 'browser/cocoa/themed_window.mm', | 904 'browser/cocoa/themed_window.mm', |
| 905 'browser/cocoa/theme_install_bubble_view.h', | 905 'browser/cocoa/theme_install_bubble_view.h', |
| 906 'browser/cocoa/theme_install_bubble_view.mm', | 906 'browser/cocoa/theme_install_bubble_view.mm', |
| 907 'browser/cocoa/third_party/NSBezierPath+MCAdditions.h', | |
| 908 'browser/cocoa/third_party/NSBezierPath+MCAdditions.m', | |
| 909 'browser/cocoa/throbber_view.h', | 907 'browser/cocoa/throbber_view.h', |
| 910 'browser/cocoa/throbber_view.mm', | 908 'browser/cocoa/throbber_view.mm', |
| 911 'browser/cocoa/toolbar_controller.h', | 909 'browser/cocoa/toolbar_controller.h', |
| 912 'browser/cocoa/toolbar_controller.mm', | 910 'browser/cocoa/toolbar_controller.mm', |
| 913 'browser/cocoa/toolbar_view.h', | 911 'browser/cocoa/toolbar_view.h', |
| 914 'browser/cocoa/toolbar_view.mm', | 912 'browser/cocoa/toolbar_view.mm', |
| 915 'browser/cocoa/translate/after_translate_infobar_controller.h', | 913 'browser/cocoa/translate/after_translate_infobar_controller.h', |
| 916 'browser/cocoa/translate/after_translate_infobar_controller.mm', | 914 'browser/cocoa/translate/after_translate_infobar_controller.mm', |
| 917 'browser/cocoa/translate/before_translate_infobar_controller.h', | 915 'browser/cocoa/translate/before_translate_infobar_controller.h', |
| 918 'browser/cocoa/translate/before_translate_infobar_controller.mm', | 916 'browser/cocoa/translate/before_translate_infobar_controller.mm', |
| (...skipping 1963 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2882 '../third_party/mozilla/NSPasteboard+Utils.h', | 2880 '../third_party/mozilla/NSPasteboard+Utils.h', |
| 2883 '../third_party/mozilla/NSPasteboard+Utils.mm', | 2881 '../third_party/mozilla/NSPasteboard+Utils.mm', |
| 2884 '../third_party/mozilla/NSScreen+Utils.h', | 2882 '../third_party/mozilla/NSScreen+Utils.h', |
| 2885 '../third_party/mozilla/NSScreen+Utils.m', | 2883 '../third_party/mozilla/NSScreen+Utils.m', |
| 2886 '../third_party/mozilla/NSString+Utils.h', | 2884 '../third_party/mozilla/NSString+Utils.h', |
| 2887 '../third_party/mozilla/NSString+Utils.mm', | 2885 '../third_party/mozilla/NSString+Utils.mm', |
| 2888 '../third_party/mozilla/NSURL+Utils.h', | 2886 '../third_party/mozilla/NSURL+Utils.h', |
| 2889 '../third_party/mozilla/NSURL+Utils.m', | 2887 '../third_party/mozilla/NSURL+Utils.m', |
| 2890 '../third_party/mozilla/NSWorkspace+Utils.h', | 2888 '../third_party/mozilla/NSWorkspace+Utils.h', |
| 2891 '../third_party/mozilla/NSWorkspace+Utils.m', | 2889 '../third_party/mozilla/NSWorkspace+Utils.m', |
| 2890 # MolokoCacao additions | |
|
Robert Sesek
2010/07/01 18:49:59
These should be before Mozilla --> alphabetize.
| |
| 2891 '../third_party/molokocacao/NSBezierPath+MCAdditions.h', | |
| 2892 '../third_party/molokocacao/NSBezierPath+MCAdditions.m', | |
| 2892 # Headers so that IB can find classes it needs to resolve classes | 2893 # Headers so that IB can find classes it needs to resolve classes |
| 2893 # in XIB files. | 2894 # in XIB files. |
| 2894 '../base/chrome_application_mac.h', | 2895 '../base/chrome_application_mac.h', |
| 2895 ], | 2896 ], |
| 2896 'include_dirs': [ | 2897 'include_dirs': [ |
| 2897 '../third_party/apple', | 2898 '../third_party/apple', |
| 2898 '../third_party/GTM', | 2899 '../third_party/GTM', |
| 2899 '../third_party/GTM/AppKit', | 2900 '../third_party/GTM/AppKit', |
| 2900 '../third_party/GTM/Foundation', | 2901 '../third_party/GTM/Foundation', |
| 2901 '../third_party/GTM/DebugUtils', | 2902 '../third_party/GTM/DebugUtils', |
| (...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3534 ], | 3535 ], |
| 3535 }, | 3536 }, |
| 3536 ], | 3537 ], |
| 3537 } | 3538 } |
| 3538 | 3539 |
| 3539 # Local Variables: | 3540 # Local Variables: |
| 3540 # tab-width:2 | 3541 # tab-width:2 |
| 3541 # indent-tabs-mode:nil | 3542 # indent-tabs-mode:nil |
| 3542 # End: | 3543 # End: |
| 3543 # vim: set expandtab tabstop=2 shiftwidth=2: | 3544 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |