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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11829040: Fix the content_browsertests everywhere maybe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase to ToT Created 7 years, 11 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 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 'browser/ui/ash/user_action_handler.cc', 186 'browser/ui/ash/user_action_handler.cc',
187 'browser/ui/ash/user_action_handler.h', 187 'browser/ui/ash/user_action_handler.h',
188 'browser/ui/ash/volume_controller_chromeos.cc', 188 'browser/ui/ash/volume_controller_chromeos.cc',
189 'browser/ui/ash/volume_controller_chromeos.h', 189 'browser/ui/ash/volume_controller_chromeos.h',
190 'browser/ui/ash/window_positioner.cc', 190 'browser/ui/ash/window_positioner.cc',
191 'browser/ui/ash/window_positioner.h', 191 'browser/ui/ash/window_positioner.h',
192 'browser/ui/aura/active_desktop_monitor.cc', 192 'browser/ui/aura/active_desktop_monitor.cc',
193 'browser/ui/aura/active_desktop_monitor.h', 193 'browser/ui/aura/active_desktop_monitor.h',
194 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', 194 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc',
195 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', 195 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h',
196 'browser/ui/aura/stacking_client_aura.cc',
197 'browser/ui/aura/stacking_client_aura.h',
198 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', 196 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc',
199 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', 197 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h',
200 'browser/ui/aura/tabs/dock_info_aurax11.cc', 198 'browser/ui/aura/tabs/dock_info_aurax11.cc',
201 'browser/ui/autofill/autofill_dialog_controller.h', 199 'browser/ui/autofill/autofill_dialog_controller.h',
202 'browser/ui/autofill/autofill_dialog_controller_impl.cc', 200 'browser/ui/autofill/autofill_dialog_controller_impl.cc',
203 'browser/ui/autofill/autofill_dialog_controller_impl.h', 201 'browser/ui/autofill/autofill_dialog_controller_impl.h',
204 'browser/ui/autofill/autofill_dialog_models.cc', 202 'browser/ui/autofill/autofill_dialog_models.cc',
205 'browser/ui/autofill/autofill_dialog_models.h', 203 'browser/ui/autofill/autofill_dialog_models.h',
206 'browser/ui/autofill/autofill_dialog_types.cc', 204 'browser/ui/autofill/autofill_dialog_types.cc',
207 'browser/ui/autofill/autofill_dialog_types.h', 205 'browser/ui/autofill/autofill_dialog_types.h',
(...skipping 2593 matching lines...) Expand 10 before | Expand all | Expand 10 after
2801 }], 2799 }],
2802 ['enable_message_center==1', { 2800 ['enable_message_center==1', {
2803 'dependencies': [ 2801 'dependencies': [
2804 '../ui/message_center/message_center.gyp:message_center', 2802 '../ui/message_center/message_center.gyp:message_center',
2805 ], 2803 ],
2806 }], 2804 }],
2807 ], 2805 ],
2808 }, 2806 },
2809 ], 2807 ],
2810 } 2808 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/simple_message_box_views.cc ('k') | content/browser/renderer_host/render_widget_host_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698