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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 101193007: Add missing gyp exclude in https://codereview.chromium.org/108193005 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2772 matching lines...) Expand 10 before | Expand all | Expand 10 after
2783 ], 2783 ],
2784 'sources!': [ 2784 'sources!': [
2785 'browser/ui/ash/caps_lock_delegate_views.cc', 2785 'browser/ui/ash/caps_lock_delegate_views.cc',
2786 'browser/ui/ash/chrome_shell_delegate_views.cc', 2786 'browser/ui/ash/chrome_shell_delegate_views.cc',
2787 'browser/ui/ash/multi_user/multi_user_context_menu.cc', 2787 'browser/ui/ash/multi_user/multi_user_context_menu.cc',
2788 'browser/ui/ash/session_state_delegate_views.cc', 2788 'browser/ui/ash/session_state_delegate_views.cc',
2789 'browser/ui/screen_capture_notification_ui_stub.cc', 2789 'browser/ui/screen_capture_notification_ui_stub.cc',
2790 'browser/ui/startup/default_browser_prompt.cc', 2790 'browser/ui/startup/default_browser_prompt.cc',
2791 'browser/ui/startup/default_browser_prompt.h', 2791 'browser/ui/startup/default_browser_prompt.h',
2792 'browser/ui/views/app_list/linux/app_list_service_linux.cc', 2792 'browser/ui/views/app_list/linux/app_list_service_linux.cc',
2793 'browser/ui/views/chrome_views_delegate_aura.cc',
2793 'browser/ui/views/frame/browser_desktop_root_window_host_x11.cc', 2794 'browser/ui/views/frame/browser_desktop_root_window_host_x11.cc',
2794 'browser/ui/views/frame/browser_desktop_root_window_host_x11.h', 2795 'browser/ui/views/frame/browser_desktop_root_window_host_x11.h',
2795 'browser/ui/views/frame/desktop_browser_frame_aura.cc', 2796 'browser/ui/views/frame/desktop_browser_frame_aura.cc',
2796 'browser/ui/views/frame/desktop_browser_frame_aura.h', 2797 'browser/ui/views/frame/desktop_browser_frame_aura.h',
2797 'browser/ui/views/frame/desktop_user_action_handler_aura.cc', 2798 'browser/ui/views/frame/desktop_user_action_handler_aura.cc',
2798 'browser/ui/views/frame/desktop_user_action_handler_aura.h', 2799 'browser/ui/views/frame/desktop_user_action_handler_aura.h',
2799 'browser/ui/views/frame/global_menu_bar_x11.cc', 2800 'browser/ui/views/frame/global_menu_bar_x11.cc',
2800 'browser/ui/views/frame/global_menu_bar_x11.h', 2801 'browser/ui/views/frame/global_menu_bar_x11.h',
2801 'browser/ui/views/frame/global_menu_bar_registrar_x11.cc', 2802 'browser/ui/views/frame/global_menu_bar_registrar_x11.cc',
2802 'browser/ui/views/frame/global_menu_bar_registrar_x11.h', 2803 'browser/ui/views/frame/global_menu_bar_registrar_x11.h',
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
3354 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3355 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3355 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3356 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3356 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3357 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3357 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3358 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3358 ], 3359 ],
3359 }], 3360 }],
3360 ], 3361 ],
3361 }, 3362 },
3362 ], 3363 ],
3363 } 3364 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698