Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(142)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 12189011: Split up chrome/browser/policy subdirectory (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase. Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 2317 matching lines...) Expand 10 before | Expand all | Expand 10 after
2328 ['exclude', 'browser/first_run/upgrade_util.cc'], 2328 ['exclude', 'browser/first_run/upgrade_util.cc'],
2329 ['exclude', 'browser/first_run/upgrade_util.h'], 2329 ['exclude', 'browser/first_run/upgrade_util.h'],
2330 ['exclude', 'browser/first_run/upgrade_util_linux.cc'], 2330 ['exclude', 'browser/first_run/upgrade_util_linux.cc'],
2331 ['exclude', 'browser/icon_loader_linux.cc'], 2331 ['exclude', 'browser/icon_loader_linux.cc'],
2332 ['exclude', 'browser/icon_manager_linux.cc'], 2332 ['exclude', 'browser/icon_manager_linux.cc'],
2333 ['exclude', 'browser/idle_linux.cc'], 2333 ['exclude', 'browser/idle_linux.cc'],
2334 ['exclude', 'browser/password_manager/native_backend_gnome_x.cc'], 2334 ['exclude', 'browser/password_manager/native_backend_gnome_x.cc'],
2335 ['exclude', 'browser/password_manager/native_backend_gnome_x.h'], 2335 ['exclude', 'browser/password_manager/native_backend_gnome_x.h'],
2336 ['exclude', 'browser/password_manager/native_backend_kwallet_x.cc'], 2336 ['exclude', 'browser/password_manager/native_backend_kwallet_x.cc'],
2337 ['exclude', 'browser/password_manager/native_backend_kwallet_x.h'], 2337 ['exclude', 'browser/password_manager/native_backend_kwallet_x.h'],
2338 ['exclude', 'browser/policy/user_cloud_policy_store.cc'],
2339 ['exclude', 'browser/policy/user_cloud_policy_store.h'],
2340 ['exclude', 'browser/policy/user_policy_signin_service.cc'],
2341 ['exclude', 'browser/policy/user_policy_signin_service.h'],
2342 ['exclude', 'browser/policy/user_policy_signin_service_factory.cc'],
2343 ['exclude', 'browser/policy/user_policy_signin_service_factory.h'],
2344 ['exclude', 'browser/platform_util_linux.cc'], 2338 ['exclude', 'browser/platform_util_linux.cc'],
2345 ['exclude', 'browser/speech/extension_api/tts_extension_api_linux.cc '], 2339 ['exclude', 'browser/speech/extension_api/tts_extension_api_linux.cc '],
2346 ['exclude', 'browser/system_monitor/removable_device_notifications_l inux.cc'], 2340 ['exclude', 'browser/system_monitor/removable_device_notifications_l inux.cc'],
2347 ['exclude', 'browser/system_monitor/removable_device_notifications_l inux.h'], 2341 ['exclude', 'browser/system_monitor/removable_device_notifications_l inux.h'],
2348 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.cc'], 2342 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.cc'],
2349 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.h'], 2343 ['exclude', 'browser/ui/views/frame/desktop_browser_frame_aura.h'],
2350 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host _linux.cc'], 2344 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host _linux.cc'],
2351 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host _linux.h'], 2345 ['exclude', 'browser/ui/views/frame/browser_desktop_root_window_host _linux.h'],
2352 ['exclude', 'browser/ui/webui/help/version_updater_basic.cc'], 2346 ['exclude', 'browser/ui/webui/help/version_updater_basic.cc'],
2353 ['exclude', 'browser/ui/webui/help/version_updater_basic.h'], 2347 ['exclude', 'browser/ui/webui/help/version_updater_basic.h'],
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
2804 }], 2798 }],
2805 ['enable_message_center==1', { 2799 ['enable_message_center==1', {
2806 'dependencies': [ 2800 'dependencies': [
2807 '../ui/message_center/message_center.gyp:message_center', 2801 '../ui/message_center/message_center.gyp:message_center',
2808 ], 2802 ],
2809 }], 2803 }],
2810 ], 2804 ],
2811 }, 2805 },
2812 ], 2806 ],
2813 } 2807 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698