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

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: And fix the final ExtensionApiTest.AlertBasic case. 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 'browser/ui/ash/user_action_handler.cc', 187 'browser/ui/ash/user_action_handler.cc',
188 'browser/ui/ash/user_action_handler.h', 188 'browser/ui/ash/user_action_handler.h',
189 'browser/ui/ash/volume_controller_chromeos.cc', 189 'browser/ui/ash/volume_controller_chromeos.cc',
190 'browser/ui/ash/volume_controller_chromeos.h', 190 'browser/ui/ash/volume_controller_chromeos.h',
191 'browser/ui/ash/window_positioner.cc', 191 'browser/ui/ash/window_positioner.cc',
192 'browser/ui/ash/window_positioner.h', 192 'browser/ui/ash/window_positioner.h',
193 'browser/ui/aura/active_desktop_monitor.cc', 193 'browser/ui/aura/active_desktop_monitor.cc',
194 'browser/ui/aura/active_desktop_monitor.h', 194 'browser/ui/aura/active_desktop_monitor.h',
195 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', 195 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc',
196 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', 196 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h',
197 'browser/ui/aura/stacking_client_aura.cc',
198 'browser/ui/aura/stacking_client_aura.h',
199 'browser/ui/aura/tabs/dock_info_aurax11.cc', 197 'browser/ui/aura/tabs/dock_info_aurax11.cc',
200 'browser/ui/autofill/autofill_dialog_controller.cc', 198 'browser/ui/autofill/autofill_dialog_controller.cc',
201 'browser/ui/autofill/autofill_dialog_controller.h', 199 'browser/ui/autofill/autofill_dialog_controller.h',
202 'browser/ui/autofill/autofill_dialog_models.cc', 200 'browser/ui/autofill/autofill_dialog_models.cc',
203 'browser/ui/autofill/autofill_dialog_models.h', 201 'browser/ui/autofill/autofill_dialog_models.h',
204 'browser/ui/autofill/autofill_dialog_types.cc', 202 'browser/ui/autofill/autofill_dialog_types.cc',
205 'browser/ui/autofill/autofill_dialog_types.h', 203 'browser/ui/autofill/autofill_dialog_types.h',
206 'browser/ui/autofill/autofill_dialog_view.cc', 204 'browser/ui/autofill/autofill_dialog_view.cc',
207 'browser/ui/autofill/autofill_dialog_view.h', 205 'browser/ui/autofill/autofill_dialog_view.h',
208 'browser/ui/autofill/autofill_popup_controller.h', 206 'browser/ui/autofill/autofill_popup_controller.h',
(...skipping 2576 matching lines...) Expand 10 before | Expand all | Expand 10 after
2785 }], 2783 }],
2786 ['enable_message_center==1', { 2784 ['enable_message_center==1', {
2787 'dependencies': [ 2785 'dependencies': [
2788 '../ui/message_center/message_center.gyp:message_center', 2786 '../ui/message_center/message_center.gyp:message_center',
2789 ], 2787 ],
2790 }], 2788 }],
2791 ], 2789 ],
2792 }, 2790 },
2793 ], 2791 ],
2794 } 2792 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698