OLD | NEW |
---|---|
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser_ui', | 9 'target_name': 'browser_ui', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 2261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2272 '../printing/printing.gyp:cups', | 2272 '../printing/printing.gyp:cups', |
2273 ], | 2273 ], |
2274 }], | 2274 }], |
2275 ['use_gconf==0', { | 2275 ['use_gconf==0', { |
2276 'sources!': [ | 2276 'sources!': [ |
2277 'browser/ui/gtk/gconf_titlebar_listener.cc', | 2277 'browser/ui/gtk/gconf_titlebar_listener.cc', |
2278 'browser/ui/gtk/gconf_titlebar_listener.h', | 2278 'browser/ui/gtk/gconf_titlebar_listener.h', |
2279 ], | 2279 ], |
2280 }], | 2280 }], |
2281 ['use_ash==1', { | 2281 ['use_ash==1', { |
2282 'sources': [ | |
2283 'browser/ui/app_list/app_list_view_delegate.cc', | |
2284 'browser/ui/app_list/app_list_view_delegate.h', | |
2285 'browser/ui/app_list/apps_model_builder.cc', | |
2286 'browser/ui/app_list/apps_model_builder.h', | |
2287 'browser/ui/app_list/chrome_app_list_item.h', | |
2288 'browser/ui/app_list/extension_app_item.cc', | |
2289 'browser/ui/app_list/extension_app_item.h', | |
2290 'browser/ui/app_list/search_builder.cc', | |
2291 'browser/ui/app_list/search_builder.h', | |
2292 ], | |
2293 'dependencies': [ | 2282 'dependencies': [ |
2294 '../ash/ash.gyp:ash', | 2283 '../ash/ash.gyp:ash', |
2295 '../ash/ash_strings.gyp:ash_strings', | 2284 '../ash/ash_strings.gyp:ash_strings', |
2296 '../ui/app_list/app_list.gyp:app_list', | |
2297 '../ui/message_center/message_center.gyp:message_center', | 2285 '../ui/message_center/message_center.gyp:message_center', |
2298 ], | 2286 ], |
2299 }], | 2287 }], |
2300 ['use_aura==1 and use_ash==0 and OS=="linux"', { | 2288 ['use_aura==1 and use_ash==0 and OS=="linux"', { |
2301 'dependencies': [ | 2289 'dependencies': [ |
2302 # gtk2 is the only component that can interact with gtk2 in our new | 2290 # gtk2 is the only component that can interact with gtk2 in our new |
2303 # world. | 2291 # world. |
2304 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', | 2292 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', |
2305 ], | 2293 ], |
2306 }], | 2294 }], |
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2641 '../third_party/isimpledom/isimpledom.gyp:isimpledom', | 2629 '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
2642 '../ui/app_list/app_list.gyp:app_list', | 2630 '../ui/app_list/app_list.gyp:app_list', |
2643 '../ui/views/controls/webview/webview.gyp:webview', | 2631 '../ui/views/controls/webview/webview.gyp:webview', |
2644 '../ui/views/views.gyp:views', | 2632 '../ui/views/views.gyp:views', |
2645 ], | 2633 ], |
2646 'export_dependent_settings': [ | 2634 'export_dependent_settings': [ |
2647 '../ui/views/controls/webview/webview.gyp:webview', | 2635 '../ui/views/controls/webview/webview.gyp:webview', |
2648 '../ui/views/views.gyp:views', | 2636 '../ui/views/views.gyp:views', |
2649 ], | 2637 ], |
2650 'sources': [ | 2638 'sources': [ |
2651 'browser/ui/app_list/app_list_view_delegate.cc', | |
2652 'browser/ui/app_list/app_list_view_delegate.h', | |
2653 'browser/ui/app_list/apps_model_builder.cc', | |
2654 'browser/ui/app_list/apps_model_builder.h', | |
2655 'browser/ui/app_list/chrome_app_list_item.h', | |
2656 'browser/ui/app_list/extension_app_item.cc', | |
2657 'browser/ui/app_list/extension_app_item.h', | |
2658 'browser/ui/app_list/search_builder.cc', | |
2659 'browser/ui/app_list/search_builder.h', | |
2660 'browser/ui/views/network_profile_bubble_view.cc', | 2639 'browser/ui/views/network_profile_bubble_view.cc', |
2661 'browser/ui/views/network_profile_bubble_view.h', | 2640 'browser/ui/views/network_profile_bubble_view.h', |
2662 'browser/ui/webui/conflicts_ui.cc', | 2641 'browser/ui/webui/conflicts_ui.cc', |
2663 'browser/ui/webui/conflicts_ui.h', | 2642 'browser/ui/webui/conflicts_ui.h', |
2664 ], | 2643 ], |
2665 'sources!': [ | 2644 'sources!': [ |
2666 'browser/ui/certificate_dialogs.cc', | 2645 'browser/ui/certificate_dialogs.cc', |
2667 'browser/ui/certificate_dialogs.h', | 2646 'browser/ui/certificate_dialogs.h', |
2668 'browser/ui/crypto_module_password_dialog.cc', | 2647 'browser/ui/crypto_module_password_dialog.cc', |
2669 'browser/ui/crypto_module_password_dialog_nss.cc', | 2648 'browser/ui/crypto_module_password_dialog_nss.cc', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2749 ['include', '^browser/ui/views/select_file_dialog_extension_factory. cc'], | 2728 ['include', '^browser/ui/views/select_file_dialog_extension_factory. cc'], |
2750 ['include', '^browser/ui/views/select_file_dialog_extension_factory. h'], | 2729 ['include', '^browser/ui/views/select_file_dialog_extension_factory. h'], |
2751 ]}, { | 2730 ]}, { |
2752 'sources/': [ | 2731 'sources/': [ |
2753 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2732 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
2754 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2733 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
2755 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], | 2734 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], |
2756 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], | 2735 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], |
2757 ]} | 2736 ]} |
2758 ], | 2737 ], |
2738 ['enable_app_list==1', { | |
2739 'dependencies': [ | |
2740 '../ui/app_list/app_list.gyp:app_list', | |
2741 ], | |
2742 'sources': [ | |
2743 'browser/ui/app_list/app_list_view_delegate.cc', | |
sky
2012/11/14 15:54:57
How come we don't do the normal pattern of listing
tapted
2012/11/14 22:35:37
I flip-flopped around this a bit in earlier patchs
| |
2744 'browser/ui/app_list/app_list_view_delegate.h', | |
2745 'browser/ui/app_list/apps_model_builder.cc', | |
2746 'browser/ui/app_list/apps_model_builder.h', | |
2747 'browser/ui/app_list/chrome_app_list_item.h', | |
2748 'browser/ui/app_list/extension_app_item.cc', | |
2749 'browser/ui/app_list/extension_app_item.h', | |
2750 'browser/ui/app_list/search_builder.cc', | |
2751 'browser/ui/app_list/search_builder.h', | |
2752 ] | |
2753 }, { # else: enable_app_list==0 | |
2754 'sources!': [ | |
2755 'browser/ui/views/app_list/app_list_controller_win.cc' | |
2756 ] | |
2757 }], | |
2759 ], | 2758 ], |
2760 }, | 2759 }, |
2761 ], | 2760 ], |
2762 } | 2761 } |
OLD | NEW |