| 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 2471 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2482 '../build/linux/system.gyp:ssl', | 2482 '../build/linux/system.gyp:ssl', |
| 2483 '../build/linux/system.gyp:x11', | 2483 '../build/linux/system.gyp:x11', |
| 2484 '../dbus/dbus.gyp:dbus', | 2484 '../dbus/dbus.gyp:dbus', |
| 2485 '../third_party/undoview/undoview.gyp:undoview', | 2485 '../third_party/undoview/undoview.gyp:undoview', |
| 2486 ], | 2486 ], |
| 2487 }], | 2487 }], |
| 2488 ['enable_web_intents==0', { | 2488 ['enable_web_intents==0', { |
| 2489 'sources/': [ | 2489 'sources/': [ |
| 2490 ['exclude', '^browser/ui/intents/'], | 2490 ['exclude', '^browser/ui/intents/'], |
| 2491 ], | 2491 ], |
| 2492 'sources!': [ |
| 2493 'browser/ui/cocoa/intents/web_intent_picker_cocoa.mm', |
| 2494 'browser/ui/cocoa/location_bar/web_intents_button_decoration.h', |
| 2495 'browser/ui/cocoa/location_bar/web_intents_button_decoration.mm', |
| 2496 'browser/ui/gtk/web_intent_picker_gtk.cc', |
| 2497 'browser/ui/gtk/web_intent_picker_gtk.h', |
| 2498 'browser/ui/views/location_bar/web_intents_button_view.cc', |
| 2499 'browser/ui/views/location_bar/web_intents_button_view.h', |
| 2500 'browser/ui/views/web_intent_picker_views.cc', |
| 2501 ], |
| 2492 }], | 2502 }], |
| 2493 ['enable_themes==0', { | 2503 ['enable_themes==0', { |
| 2494 'sources!': [ | 2504 'sources!': [ |
| 2495 'browser/ui/webui/theme_source.cc', | 2505 'browser/ui/webui/theme_source.cc', |
| 2496 ], | 2506 ], |
| 2497 }], | 2507 }], |
| 2498 ['enable_printing!=1', { | 2508 ['enable_printing!=1', { |
| 2499 'sources/': [ | 2509 'sources/': [ |
| 2500 ['exclude', '^browser/ui/webui/print_preview/'], | 2510 ['exclude', '^browser/ui/webui/print_preview/'], |
| 2501 ], | 2511 ], |
| (...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2783 }], | 2793 }], |
| 2784 ['enable_message_center==1', { | 2794 ['enable_message_center==1', { |
| 2785 'dependencies': [ | 2795 'dependencies': [ |
| 2786 '../ui/message_center/message_center.gyp:message_center', | 2796 '../ui/message_center/message_center.gyp:message_center', |
| 2787 ], | 2797 ], |
| 2788 }], | 2798 }], |
| 2789 ], | 2799 ], |
| 2790 }, | 2800 }, |
| 2791 ], | 2801 ], |
| 2792 } | 2802 } |
| OLD | NEW |