| 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 2499 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2510 ['use_nss==0 and use_openssl==0', { | 2510 ['use_nss==0 and use_openssl==0', { |
| 2511 'sources!': [ | 2511 'sources!': [ |
| 2512 'browser/ui/webui/certificate_viewer_webui.cc', | 2512 'browser/ui/webui/certificate_viewer_webui.cc', |
| 2513 'browser/ui/webui/certificate_viewer_webui.h', | 2513 'browser/ui/webui/certificate_viewer_webui.h', |
| 2514 'browser/ui/webui/certificate_viewer_ui.cc', | 2514 'browser/ui/webui/certificate_viewer_ui.cc', |
| 2515 'browser/ui/webui/certificate_viewer_ui.h', | 2515 'browser/ui/webui/certificate_viewer_ui.h', |
| 2516 ], | 2516 ], |
| 2517 }], | 2517 }], |
| 2518 ['toolkit_uses_gtk == 1', { | 2518 ['toolkit_uses_gtk == 1', { |
| 2519 'dependencies': [ | 2519 'dependencies': [ |
| 2520 '../build/linux/system.gyp:dbus', | |
| 2521 '../build/linux/system.gyp:gconf', | 2520 '../build/linux/system.gyp:gconf', |
| 2522 '../build/linux/system.gyp:gtk', | 2521 '../build/linux/system.gyp:gtk', |
| 2523 '../build/linux/system.gyp:gtkprint', | 2522 '../build/linux/system.gyp:gtkprint', |
| 2524 '../build/linux/system.gyp:ssl', | 2523 '../build/linux/system.gyp:ssl', |
| 2525 '../build/linux/system.gyp:x11', | 2524 '../build/linux/system.gyp:x11', |
| 2526 '../dbus/dbus.gyp:dbus', | 2525 '../dbus/dbus.gyp:dbus', |
| 2527 '../third_party/undoview/undoview.gyp:undoview', | 2526 '../third_party/undoview/undoview.gyp:undoview', |
| 2528 ], | 2527 ], |
| 2529 }], | 2528 }], |
| 2529 ['use_dbus == 1', { |
| 2530 'dependencies': [ |
| 2531 '../build/linux/system.gyp:dbus', |
| 2532 ], |
| 2533 }], |
| 2530 ['enable_themes==0', { | 2534 ['enable_themes==0', { |
| 2531 'sources!': [ | 2535 'sources!': [ |
| 2532 'browser/ui/webui/theme_source.cc', | 2536 'browser/ui/webui/theme_source.cc', |
| 2533 ], | 2537 ], |
| 2534 }], | 2538 }], |
| 2535 ['enable_printing!=1', { | 2539 ['enable_printing!=1', { |
| 2536 'sources/': [ | 2540 'sources/': [ |
| 2537 ['exclude', '^browser/ui/webui/print_preview/'], | 2541 ['exclude', '^browser/ui/webui/print_preview/'], |
| 2538 ], | 2542 ], |
| 2539 }], | 2543 }], |
| (...skipping 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2837 }], | 2841 }], |
| 2838 ['enable_message_center==1', { | 2842 ['enable_message_center==1', { |
| 2839 'dependencies': [ | 2843 'dependencies': [ |
| 2840 '../ui/message_center/message_center.gyp:message_center', | 2844 '../ui/message_center/message_center.gyp:message_center', |
| 2841 ], | 2845 ], |
| 2842 }], | 2846 }], |
| 2843 ], | 2847 ], |
| 2844 }, | 2848 }, |
| 2845 ], | 2849 ], |
| 2846 } | 2850 } |
| OLD | NEW |