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 2371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2382 ['exclude', 'browser/first_run/upgrade_util.cc'], | 2382 ['exclude', 'browser/first_run/upgrade_util.cc'], |
2383 ['exclude', 'browser/first_run/upgrade_util.h'], | 2383 ['exclude', 'browser/first_run/upgrade_util.h'], |
2384 ['exclude', 'browser/first_run/upgrade_util_linux.cc'], | 2384 ['exclude', 'browser/first_run/upgrade_util_linux.cc'], |
2385 ['exclude', 'browser/icon_loader_linux.cc'], | 2385 ['exclude', 'browser/icon_loader_linux.cc'], |
2386 ['exclude', 'browser/icon_manager_linux.cc'], | 2386 ['exclude', 'browser/icon_manager_linux.cc'], |
2387 ['exclude', 'browser/idle_linux.cc'], | 2387 ['exclude', 'browser/idle_linux.cc'], |
2388 ['exclude', 'browser/password_manager/native_backend_gnome_x.cc'], | 2388 ['exclude', 'browser/password_manager/native_backend_gnome_x.cc'], |
2389 ['exclude', 'browser/password_manager/native_backend_gnome_x.h'], | 2389 ['exclude', 'browser/password_manager/native_backend_gnome_x.h'], |
2390 ['exclude', 'browser/password_manager/native_backend_kwallet_x.cc'], | 2390 ['exclude', 'browser/password_manager/native_backend_kwallet_x.cc'], |
2391 ['exclude', 'browser/password_manager/native_backend_kwallet_x.h'], | 2391 ['exclude', 'browser/password_manager/native_backend_kwallet_x.h'], |
2392 ['exclude', 'browser/policy/user_cloud_policy_store.cc'], | |
2393 ['exclude', 'browser/policy/user_cloud_policy_store.h'], | |
2394 ['exclude', 'browser/policy/user_policy_signin_service.cc'], | |
2395 ['exclude', 'browser/policy/user_policy_signin_service.h'], | |
2396 ['exclude', 'browser/policy/user_policy_signin_service_factory.cc'], | |
2397 ['exclude', 'browser/policy/user_policy_signin_service_factory.h'], | |
2398 ['exclude', 'browser/platform_util_linux.cc'], | 2392 ['exclude', 'browser/platform_util_linux.cc'], |
2399 ['exclude', 'browser/speech/extension_api/tts_extension_api_linux.cc
'], | 2393 ['exclude', 'browser/speech/extension_api/tts_extension_api_linux.cc
'], |
2400 ['exclude', 'browser/storage_monitor/storage_monitor_linux.cc'], | 2394 ['exclude', 'browser/storage_monitor/storage_monitor_linux.cc'], |
2401 ['exclude', 'browser/storage_monitor/storage_monitor_linux.h'], | 2395 ['exclude', 'browser/storage_monitor/storage_monitor_linux.h'], |
2402 ['exclude', 'browser/ui/ash/caps_lock_delegate_views.cc'], | 2396 ['exclude', 'browser/ui/ash/caps_lock_delegate_views.cc'], |
2403 ['exclude', 'browser/ui/ash/chrome_shell_delegate_views.cc'], | 2397 ['exclude', 'browser/ui/ash/chrome_shell_delegate_views.cc'], |
2404 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.cc'], | 2398 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.cc'], |
2405 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.h'], | 2399 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.h'], |
2406 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host
_linux.cc'], | 2400 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host
_linux.cc'], |
2407 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host
_linux.h'], | 2401 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host
_linux.h'], |
(...skipping 457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2865 }], | 2859 }], |
2866 ['enable_message_center==1', { | 2860 ['enable_message_center==1', { |
2867 'dependencies': [ | 2861 'dependencies': [ |
2868 '../ui/message_center/message_center.gyp:message_center', | 2862 '../ui/message_center/message_center.gyp:message_center', |
2869 ], | 2863 ], |
2870 }], | 2864 }], |
2871 ], | 2865 ], |
2872 }, | 2866 }, |
2873 ], | 2867 ], |
2874 } | 2868 } |
OLD | NEW |