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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 29493004: browser: Enable DockInfo for Aura Linux besides X11 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: using auralinux.cc this time Created 7 years, 1 month 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
« no previous file with comments | « chrome/browser/ui/aura/tabs/dock_info_aurax11.cc ('k') | 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 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'browser/ui/ash/user_wallpaper_delegate_win.cc', 323 'browser/ui/ash/user_wallpaper_delegate_win.cc',
324 'browser/ui/ash/user_wallpaper_delegate_win.h', 324 'browser/ui/ash/user_wallpaper_delegate_win.h',
325 'browser/ui/ash/volume_controller_chromeos.cc', 325 'browser/ui/ash/volume_controller_chromeos.cc',
326 'browser/ui/ash/volume_controller_chromeos.h', 326 'browser/ui/ash/volume_controller_chromeos.h',
327 'browser/ui/aura/active_desktop_monitor.cc', 327 'browser/ui/aura/active_desktop_monitor.cc',
328 'browser/ui/aura/active_desktop_monitor.h', 328 'browser/ui/aura/active_desktop_monitor.h',
329 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc', 329 'browser/ui/aura/chrome_browser_main_extra_parts_aura.cc',
330 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h', 330 'browser/ui/aura/chrome_browser_main_extra_parts_aura.h',
331 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc', 331 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.cc',
332 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', 332 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h',
333 'browser/ui/aura/tabs/dock_info_aurax11.cc', 333 'browser/ui/aura/tabs/dock_info_auralinux.cc',
334 'browser/ui/autofill/account_chooser_model.cc', 334 'browser/ui/autofill/account_chooser_model.cc',
335 'browser/ui/autofill/account_chooser_model.h', 335 'browser/ui/autofill/account_chooser_model.h',
336 'browser/ui/autofill/autofill_dialog_common.cc', 336 'browser/ui/autofill/autofill_dialog_common.cc',
337 'browser/ui/autofill/autofill_dialog_common.h', 337 'browser/ui/autofill/autofill_dialog_common.h',
338 'browser/ui/autofill/autofill_dialog_controller.cc', 338 'browser/ui/autofill/autofill_dialog_controller.cc',
339 'browser/ui/autofill/autofill_dialog_controller.h', 339 'browser/ui/autofill/autofill_dialog_controller.h',
340 'browser/ui/autofill/autofill_dialog_controller_impl.cc', 340 'browser/ui/autofill/autofill_dialog_controller_impl.cc',
341 'browser/ui/autofill/autofill_dialog_controller_impl.h', 341 'browser/ui/autofill/autofill_dialog_controller_impl.h',
342 'browser/ui/autofill/autofill_dialog_models.cc', 342 'browser/ui/autofill/autofill_dialog_models.cc',
343 'browser/ui/autofill/autofill_dialog_models.h', 343 'browser/ui/autofill/autofill_dialog_models.h',
(...skipping 2955 matching lines...) Expand 10 before | Expand all | Expand 10 after
3299 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3299 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3300 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3300 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3301 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3301 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3302 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3302 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3303 ], 3303 ],
3304 }], 3304 }],
3305 ], 3305 ],
3306 }, 3306 },
3307 ], 3307 ],
3308 } 3308 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/aura/tabs/dock_info_aurax11.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698