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', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 1574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1585 'browser/printing/print_preview_context_menu_observer.cc', | 1585 'browser/printing/print_preview_context_menu_observer.cc', |
1586 'browser/printing/print_preview_context_menu_observer.h', | 1586 'browser/printing/print_preview_context_menu_observer.h', |
1587 'browser/printing/print_preview_data_service.cc', | 1587 'browser/printing/print_preview_data_service.cc', |
1588 'browser/printing/print_preview_data_service.h', | 1588 'browser/printing/print_preview_data_service.h', |
1589 'browser/printing/print_preview_dialog_controller.cc', | 1589 'browser/printing/print_preview_dialog_controller.cc', |
1590 'browser/printing/print_preview_dialog_controller.h', | 1590 'browser/printing/print_preview_dialog_controller.h', |
1591 'browser/printing/print_preview_message_handler.cc', | 1591 'browser/printing/print_preview_message_handler.cc', |
1592 'browser/printing/print_preview_message_handler.h', | 1592 'browser/printing/print_preview_message_handler.h', |
1593 'browser/printing/print_system_task_proxy.cc', | 1593 'browser/printing/print_system_task_proxy.cc', |
1594 'browser/printing/print_system_task_proxy.h', | 1594 'browser/printing/print_system_task_proxy.h', |
| 1595 'browser/printing/print_view_manager_base.cc', |
| 1596 'browser/printing/print_view_manager_base.h', |
| 1597 'browser/printing/print_view_manager_basic.cc', |
| 1598 'browser/printing/print_view_manager_basic.h', |
1595 'browser/printing/print_view_manager.cc', | 1599 'browser/printing/print_view_manager.cc', |
1596 'browser/printing/print_view_manager.h', | 1600 'browser/printing/print_view_manager.h', |
1597 'browser/printing/print_view_manager_observer.h', | 1601 'browser/printing/print_view_manager_observer.h', |
1598 'browser/printing/printer_manager_dialog.h', | 1602 'browser/printing/printer_manager_dialog.h', |
1599 'browser/printing/printer_manager_dialog_linux.cc', | 1603 'browser/printing/printer_manager_dialog_linux.cc', |
1600 'browser/printing/printer_manager_dialog_mac.mm', | 1604 'browser/printing/printer_manager_dialog_mac.mm', |
1601 'browser/printing/printer_manager_dialog_win.cc', | 1605 'browser/printing/printer_manager_dialog_win.cc', |
1602 'browser/printing/printer_query.cc', | 1606 'browser/printing/printer_query.cc', |
1603 'browser/printing/printer_query.h', | 1607 'browser/printing/printer_query.h', |
1604 'browser/printing/printing_message_filter.cc', | 1608 'browser/printing/printing_message_filter.cc', |
(...skipping 1325 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2930 ], | 2934 ], |
2931 'sources/': [ | 2935 'sources/': [ |
2932 ['exclude', '^browser/themes/'], | 2936 ['exclude', '^browser/themes/'], |
2933 ], | 2937 ], |
2934 }], | 2938 }], |
2935 ['enable_automation!=1', { | 2939 ['enable_automation!=1', { |
2936 'sources/': [ | 2940 'sources/': [ |
2937 ['exclude', '^browser/automation/'], | 2941 ['exclude', '^browser/automation/'], |
2938 ], | 2942 ], |
2939 }], | 2943 }], |
2940 ['enable_printing!=1', { | 2944 ['enable_printing==0', { |
2941 'sources/': [ | 2945 'sources/': [ |
2942 ['exclude', '^browser/printing/'], | 2946 ['exclude', '^browser/printing/'], |
2943 ], | 2947 ], |
2944 }], | 2948 }], |
| 2949 ['enable_printing==1', { |
| 2950 'sources/': [ |
| 2951 ['exclude', '^browser/printing/print_view_manager_basic.*'], |
| 2952 ], |
| 2953 }], |
| 2954 ['enable_printing==2', { |
| 2955 'sources/': [ |
| 2956 ['exclude', '^browser/printing/background_printing_manager.*'], |
| 2957 ['exclude', '^browser/printing/print_view_manager.cc'], |
| 2958 ['exclude', '^browser/printing/print_error_dialog.*'], |
| 2959 ['exclude', '^browser/printing/print_preview.*'], |
| 2960 ['exclude', '^browser/printing/print_system_task_proxy.*'], |
| 2961 ['exclude', '^browser/printing/print_view_manager.cc'], |
| 2962 ['exclude', '^browser/printing/print_view_manager.h'], |
| 2963 ['exclude', '^browser/printing/printer_manager_dialog.*'], |
| 2964 ], |
| 2965 }], |
2945 ['enable_captive_portal_detection!=1', { | 2966 ['enable_captive_portal_detection!=1', { |
2946 'sources/': [ | 2967 'sources/': [ |
2947 ['exclude', '^browser/captive_portal/'], | 2968 ['exclude', '^browser/captive_portal/'], |
2948 ], | 2969 ], |
2949 }], | 2970 }], |
2950 ['enable_session_service!=1', { | 2971 ['enable_session_service!=1', { |
2951 'sources!': [ | 2972 'sources!': [ |
2952 'browser/sessions/session_restore.cc', | 2973 'browser/sessions/session_restore.cc', |
2953 'browser/sessions/session_service.cc', | 2974 'browser/sessions/session_service.cc', |
2954 'browser/sessions/session_service.h', | 2975 'browser/sessions/session_service.h', |
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3182 'sources/': [ | 3203 'sources/': [ |
3183 ['exclude', '^browser/platform_util_common_linux.cc'], | 3204 ['exclude', '^browser/platform_util_common_linux.cc'], |
3184 ['include', '^browser/printing/print_dialog_cloud.cc'], | 3205 ['include', '^browser/printing/print_dialog_cloud.cc'], |
3185 ['include', '^browser/printing/print_dialog_cloud.h'], | 3206 ['include', '^browser/printing/print_dialog_cloud.h'], |
3186 ], | 3207 ], |
3187 }], | 3208 }], |
3188 # GTK build only | 3209 # GTK build only |
3189 ['toolkit_uses_gtk==1', { | 3210 ['toolkit_uses_gtk==1', { |
3190 'sources/': [ | 3211 'sources/': [ |
3191 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], | 3212 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], |
3192 ['include', '^browser/printing/print_dialog_gtk.cc'], | |
3193 ['include', '^browser/printing/print_dialog_gtk.h'], | |
3194 ], | 3213 ], |
3195 }], | 3214 }], |
3196 ['gcc_version == 45', { | 3215 ['gcc_version == 45', { |
3197 # Avoid gcc 4.5 miscompilation of template_url.cc | 3216 # Avoid gcc 4.5 miscompilation of template_url.cc |
3198 # as per http://crbug.com/41887 | 3217 # as per http://crbug.com/41887 |
3199 'cflags': [ | 3218 'cflags': [ |
3200 '-fno-ipa-cp', | 3219 '-fno-ipa-cp', |
3201 ], | 3220 ], |
3202 }], | 3221 }], |
3203 ], | 3222 ], |
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3451 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3470 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3452 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3471 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3453 }, | 3472 }, |
3454 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3473 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3455 }, | 3474 }, |
3456 ], | 3475 ], |
3457 }, | 3476 }, |
3458 ], | 3477 ], |
3459 ], | 3478 ], |
3460 } | 3479 } |
OLD | NEW |