| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser_ui', | 9 'target_name': 'browser_ui', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 2234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2245 ['exclude', 'browser/policy/user_policy_signin_service.cc'], | 2245 ['exclude', 'browser/policy/user_policy_signin_service.cc'], |
| 2246 ['exclude', 'browser/policy/user_policy_signin_service.h'], | 2246 ['exclude', 'browser/policy/user_policy_signin_service.h'], |
| 2247 ['exclude', 'browser/policy/user_policy_signin_service_factory.cc'], | 2247 ['exclude', 'browser/policy/user_policy_signin_service_factory.cc'], |
| 2248 ['exclude', 'browser/policy/user_policy_signin_service_factory.h'], | 2248 ['exclude', 'browser/policy/user_policy_signin_service_factory.h'], |
| 2249 ['exclude', 'browser/platform_util_linux.cc'], | 2249 ['exclude', 'browser/platform_util_linux.cc'], |
| 2250 ['exclude', 'browser/speech/extension_api/tts_extension_api_linux.cc
'], | 2250 ['exclude', 'browser/speech/extension_api/tts_extension_api_linux.cc
'], |
| 2251 ['exclude', 'browser/system_monitor/removable_device_notifications_l
inux.cc'], | 2251 ['exclude', 'browser/system_monitor/removable_device_notifications_l
inux.cc'], |
| 2252 ['exclude', 'browser/system_monitor/removable_device_notifications_l
inux.h'], | 2252 ['exclude', 'browser/system_monitor/removable_device_notifications_l
inux.h'], |
| 2253 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.cc'], | 2253 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.cc'], |
| 2254 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.h'], | 2254 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.h'], |
| 2255 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host
_linux.cc'], |
| 2256 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host
_linux.h'], |
| 2255 ['exclude', 'browser/ui/webui/help/version_updater_basic.cc'], | 2257 ['exclude', 'browser/ui/webui/help/version_updater_basic.cc'], |
| 2256 ['exclude', 'browser/ui/webui/help/version_updater_basic.h'], | 2258 ['exclude', 'browser/ui/webui/help/version_updater_basic.h'], |
| 2257 ['exclude', 'browser/upgrade_detector_impl.cc'], | 2259 ['exclude', 'browser/upgrade_detector_impl.cc'], |
| 2258 ['exclude', 'browser/upgrade_detector_impl.h'], | 2260 ['exclude', 'browser/upgrade_detector_impl.h'], |
| 2259 ], | 2261 ], |
| 2260 }], | 2262 }], |
| 2261 ['use_ibus==1', { | 2263 ['use_ibus==1', { |
| 2262 'dependencies': [ | 2264 'dependencies': [ |
| 2263 '../build/linux/system.gyp:ibus', | 2265 '../build/linux/system.gyp:ibus', |
| 2264 ], | 2266 ], |
| (...skipping 483 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2748 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], | 2750 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], |
| 2749 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], | 2751 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], |
| 2750 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], | 2752 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
cc'], |
| 2751 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], | 2753 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory.
h'], |
| 2752 ]} | 2754 ]} |
| 2753 ], | 2755 ], |
| 2754 ], | 2756 ], |
| 2755 }, | 2757 }, |
| 2756 ], | 2758 ], |
| 2757 } | 2759 } |
| OLD | NEW |