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 2480 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2491 ['include', '^browser/ui/views/simple_message_box_views.cc'], | 2491 ['include', '^browser/ui/views/simple_message_box_views.cc'], |
2492 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], | 2492 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], |
2493 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], | 2493 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], |
2494 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], | 2494 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], |
2495 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], | 2495 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], |
2496 ], | 2496 ], |
2497 'dependencies': [ | 2497 'dependencies': [ |
2498 # aura uses some of ash resources. | 2498 # aura uses some of ash resources. |
2499 '../ash/ash.gyp:ash_resources', | 2499 '../ash/ash.gyp:ash_resources', |
2500 '../ui/aura/aura.gyp:aura', | 2500 '../ui/aura/aura.gyp:aura', |
2501 '../ui/keyboard/keyboard.gyp:keyboard', | |
2502 '../ui/keyboard/keyboard.gyp:keyboard_resources', | |
2503 ], | 2501 ], |
2504 'conditions': [ | 2502 'conditions': [ |
2505 ['OS=="win"', { | 2503 ['OS=="win"', { |
2506 'sources/': [ | 2504 'sources/': [ |
2507 ['exclude', '^browser/ui/views/hwnd_util_win.cc'], | 2505 ['exclude', '^browser/ui/views/hwnd_util_win.cc'], |
2508 ['exclude', '^browser/ui/views/native_focus_tracker_views_win.cc
'], | 2506 ['exclude', '^browser/ui/views/native_focus_tracker_views_win.cc
'], |
2509 ['exclude', '^browser/ui/views/theme_image_mapper.cc'], | 2507 ['exclude', '^browser/ui/views/theme_image_mapper.cc'], |
2510 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], | 2508 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], |
2511 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], | 2509 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], |
2512 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], | 2510 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], |
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2887 }], | 2885 }], |
2888 ['enable_message_center==1', { | 2886 ['enable_message_center==1', { |
2889 'dependencies': [ | 2887 'dependencies': [ |
2890 '../ui/message_center/message_center.gyp:message_center', | 2888 '../ui/message_center/message_center.gyp:message_center', |
2891 ], | 2889 ], |
2892 }], | 2890 }], |
2893 ], | 2891 ], |
2894 }, | 2892 }, |
2895 ], | 2893 ], |
2896 } | 2894 } |
OLD | NEW |