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

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: gn nit Created 5 years, 3 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
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_controller_private.mm ('k') | components/BUILD.gn » ('j') | 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 '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 1522 matching lines...) Expand 10 before | Expand all | Expand 10 after
1533 'browser/ui/browser_tabrestore.cc', 1533 'browser/ui/browser_tabrestore.cc',
1534 'browser/ui/browser_tabrestore.h', 1534 'browser/ui/browser_tabrestore.h',
1535 'browser/ui/browser_tabstrip.cc', 1535 'browser/ui/browser_tabstrip.cc',
1536 'browser/ui/browser_tabstrip.h', 1536 'browser/ui/browser_tabstrip.h',
1537 'browser/ui/browser_toolbar_model_delegate.cc', 1537 'browser/ui/browser_toolbar_model_delegate.cc',
1538 'browser/ui/browser_toolbar_model_delegate.h', 1538 'browser/ui/browser_toolbar_model_delegate.h',
1539 'browser/ui/browser_view_prefs.cc', 1539 'browser/ui/browser_view_prefs.cc',
1540 'browser/ui/browser_view_prefs.h', 1540 'browser/ui/browser_view_prefs.h',
1541 'browser/ui/browser_window_state.cc', 1541 'browser/ui/browser_window_state.cc',
1542 'browser/ui/browser_window_state.h', 1542 'browser/ui/browser_window_state.h',
1543 'browser/ui/chrome_bubble_manager.cc',
1544 'browser/ui/chrome_bubble_manager.h',
1543 'browser/ui/chrome_pages.cc', 1545 'browser/ui/chrome_pages.cc',
1544 'browser/ui/chrome_pages.h', 1546 'browser/ui/chrome_pages.h',
1545 'browser/ui/chrome_style.cc', 1547 'browser/ui/chrome_style.cc',
1546 'browser/ui/chrome_style.h', 1548 'browser/ui/chrome_style.h',
1547 'browser/ui/chrome_web_modal_dialog_manager_delegate.cc', 1549 'browser/ui/chrome_web_modal_dialog_manager_delegate.cc',
1548 'browser/ui/chrome_web_modal_dialog_manager_delegate.h', 1550 'browser/ui/chrome_web_modal_dialog_manager_delegate.h',
1549 'browser/ui/collected_cookies_infobar_delegate.cc', 1551 'browser/ui/collected_cookies_infobar_delegate.cc',
1550 'browser/ui/collected_cookies_infobar_delegate.h', 1552 'browser/ui/collected_cookies_infobar_delegate.h',
1551 'browser/ui/confirm_bubble_model.cc', 1553 'browser/ui/confirm_bubble_model.cc',
1552 'browser/ui/confirm_bubble_model.h', 1554 'browser/ui/confirm_bubble_model.h',
(...skipping 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after
3178 ['enable_extensions==1', { 3180 ['enable_extensions==1', {
3179 'dependencies': [ 3181 'dependencies': [
3180 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client', 3182 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client',
3181 ], 3183 ],
3182 }], 3184 }],
3183 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { 3185 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', {
3184 'msvs_shard': 4, 3186 'msvs_shard': 4,
3185 }], 3187 }],
3186 ['OS!="android" and OS!="ios"', { 3188 ['OS!="android" and OS!="ios"', {
3187 'dependencies': [ 3189 'dependencies': [
3190 '../components/components.gyp:bubble',
3188 '../components/components.gyp:feedback_proto', 3191 '../components/components.gyp:feedback_proto',
3189 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3192 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3190 '../third_party/libusb/libusb.gyp:libusb', 3193 '../third_party/libusb/libusb.gyp:libusb',
3191 ], 3194 ],
3192 'sources': [ 3195 'sources': [
3193 '<@(chrome_browser_ui_non_mobile_sources)', 3196 '<@(chrome_browser_ui_non_mobile_sources)',
3194 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3197 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3195 ], 3198 ],
3196 }], 3199 }],
3197 ], 3200 ],
3198 }, 3201 },
3199 ], 3202 ],
3200 } 3203 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/browser_window_controller_private.mm ('k') | components/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698