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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1251633002: Add BubbleManager to manage bubbles and ChromeBubbleManager for events. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: TESTS! Created 5 years, 4 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
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 'variables': { 6 'variables': {
7 # There are two sections of sources: 7 # There are two sections of sources:
8 # * "Platform"-based sources (OS, toolkit, etc.) 8 # * "Platform"-based sources (OS, toolkit, etc.)
9 # * Feature/directory-based sources (e.g., history, printing) 9 # * Feature/directory-based sources (e.g., history, printing)
10 10
(...skipping 1550 matching lines...) Expand 10 before | Expand all | Expand 10 after
1561 'browser/ui/browser_tabrestore.cc', 1561 'browser/ui/browser_tabrestore.cc',
1562 'browser/ui/browser_tabrestore.h', 1562 'browser/ui/browser_tabrestore.h',
1563 'browser/ui/browser_tabstrip.cc', 1563 'browser/ui/browser_tabstrip.cc',
1564 'browser/ui/browser_tabstrip.h', 1564 'browser/ui/browser_tabstrip.h',
1565 'browser/ui/browser_toolbar_model_delegate.cc', 1565 'browser/ui/browser_toolbar_model_delegate.cc',
1566 'browser/ui/browser_toolbar_model_delegate.h', 1566 'browser/ui/browser_toolbar_model_delegate.h',
1567 'browser/ui/browser_view_prefs.cc', 1567 'browser/ui/browser_view_prefs.cc',
1568 'browser/ui/browser_view_prefs.h', 1568 'browser/ui/browser_view_prefs.h',
1569 'browser/ui/browser_window_state.cc', 1569 'browser/ui/browser_window_state.cc',
1570 'browser/ui/browser_window_state.h', 1570 'browser/ui/browser_window_state.h',
1571 'browser/ui/chrome_bubble_manager.cc',
1572 'browser/ui/chrome_bubble_manager.h',
1571 'browser/ui/chrome_pages.cc', 1573 'browser/ui/chrome_pages.cc',
1572 'browser/ui/chrome_pages.h', 1574 'browser/ui/chrome_pages.h',
1573 'browser/ui/chrome_style.cc', 1575 'browser/ui/chrome_style.cc',
1574 'browser/ui/chrome_style.h', 1576 'browser/ui/chrome_style.h',
1575 'browser/ui/chrome_web_modal_dialog_manager_delegate.cc', 1577 'browser/ui/chrome_web_modal_dialog_manager_delegate.cc',
1576 'browser/ui/chrome_web_modal_dialog_manager_delegate.h', 1578 'browser/ui/chrome_web_modal_dialog_manager_delegate.h',
1577 'browser/ui/collected_cookies_infobar_delegate.cc', 1579 'browser/ui/collected_cookies_infobar_delegate.cc',
1578 'browser/ui/collected_cookies_infobar_delegate.h', 1580 'browser/ui/collected_cookies_infobar_delegate.h',
1579 'browser/ui/confirm_bubble_model.cc', 1581 'browser/ui/confirm_bubble_model.cc',
1580 'browser/ui/confirm_bubble_model.h', 1582 'browser/ui/confirm_bubble_model.h',
(...skipping 1372 matching lines...) Expand 10 before | Expand all | Expand 10 after
2953 ['use_aura==1 and chromeos==0 and use_ozone==0 and OS=="linux"', { 2955 ['use_aura==1 and chromeos==0 and use_ozone==0 and OS=="linux"', {
2954 'dependencies': [ 2956 'dependencies': [
2955 # gtk2 is the only component that can interact with gtk2 in our new 2957 # gtk2 is the only component that can interact with gtk2 in our new
2956 # world. 2958 # world.
2957 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui', 2959 'browser/ui/libgtk2ui/libgtk2ui.gyp:gtk2ui',
2958 '../build/linux/system.gyp:gio', 2960 '../build/linux/system.gyp:gio',
2959 ], 2961 ],
2960 }], 2962 }],
2961 ['OS=="win" or OS=="mac" or desktop_linux==1', { 2963 ['OS=="win" or OS=="mac" or desktop_linux==1', {
2962 'sources': [ '<@(chrome_browser_ui_desktop_sources)' ], 2964 'sources': [ '<@(chrome_browser_ui_desktop_sources)' ],
2965 'dependencies': [
2966 '../components/bubble.gypi:bubble',
2967 ]
2963 }], 2968 }],
2964 ['use_aura==1', { 2969 ['use_aura==1', {
2965 'sources': [ '<@(chrome_browser_ui_aura_sources)'] , 2970 'sources': [ '<@(chrome_browser_ui_aura_sources)'] ,
2966 'dependencies': [ 2971 'dependencies': [
2967 # aura uses some of ash resources. 2972 # aura uses some of ash resources.
2968 '../ash/ash_resources.gyp:ash_resources', 2973 '../ash/ash_resources.gyp:ash_resources',
2969 '../ui/aura/aura.gyp:aura', 2974 '../ui/aura/aura.gyp:aura',
2970 '../ui/keyboard/keyboard.gyp:keyboard', 2975 '../ui/keyboard/keyboard.gyp:keyboard',
2971 '../ui/keyboard/keyboard.gyp:keyboard_resources', 2976 '../ui/keyboard/keyboard.gyp:keyboard_resources',
2972 '../ui/wm/wm.gyp:wm', 2977 '../ui/wm/wm.gyp:wm',
(...skipping 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
3223 ], 3228 ],
3224 'sources': [ 3229 'sources': [
3225 '<@(chrome_browser_ui_non_mobile_sources)', 3230 '<@(chrome_browser_ui_non_mobile_sources)',
3226 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3231 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3227 ], 3232 ],
3228 }], 3233 }],
3229 ], 3234 ],
3230 }, 3235 },
3231 ], 3236 ],
3232 } 3237 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698