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

Side by Side Diff: chrome/chrome_browser.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: Kill views_bubble_controller Created 5 years, 5 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3243 matching lines...) Expand 10 before | Expand all | Expand 10 after
3254 ], 3254 ],
3255 'conditions': [ 3255 'conditions': [
3256 ['OS != "ios"', { 3256 ['OS != "ios"', {
3257 'dependencies': [ 3257 'dependencies': [
3258 'apps', 3258 'apps',
3259 'common_mojo_bindings', 3259 'common_mojo_bindings',
3260 'debugger', 3260 'debugger',
3261 'installer_util', 3261 'installer_util',
3262 '../third_party/re2/re2.gyp:re2', 3262 '../third_party/re2/re2.gyp:re2',
3263 '../cc/cc.gyp:cc', 3263 '../cc/cc.gyp:cc',
3264 '../components/bubble.gypi:bubble',
3264 '../components/components.gyp:autofill_content_browser', 3265 '../components/components.gyp:autofill_content_browser',
3265 '../components/components.gyp:browsing_data', 3266 '../components/components.gyp:browsing_data',
3266 '../components/components.gyp:data_reduction_proxy_content_browser', 3267 '../components/components.gyp:data_reduction_proxy_content_browser',
3267 '../components/components.gyp:devtools_discovery', 3268 '../components/components.gyp:devtools_discovery',
3268 '../components/components.gyp:devtools_http_handler', 3269 '../components/components.gyp:devtools_http_handler',
3269 '../components/components.gyp:dom_distiller_content', 3270 '../components/components.gyp:dom_distiller_content',
3270 '../components/components.gyp:favicon_content', 3271 '../components/components.gyp:favicon_content',
3271 '../components/components.gyp:guest_view_browser', 3272 '../components/components.gyp:guest_view_browser',
3272 '../components/components.gyp:history_content_browser', 3273 '../components/components.gyp:history_content_browser',
3273 '../components/components.gyp:keyed_service_content', 3274 '../components/components.gyp:keyed_service_content',
(...skipping 846 matching lines...) Expand 10 before | Expand all | Expand 10 after
4120 '../components/components.gyp:omnibox_browser', 4121 '../components/components.gyp:omnibox_browser',
4121 '../components/components.gyp:rlz', 4122 '../components/components.gyp:rlz',
4122 '../components/components.gyp:search_engines', 4123 '../components/components.gyp:search_engines',
4123 '../rlz/rlz.gyp:rlz_lib', 4124 '../rlz/rlz.gyp:rlz_lib',
4124 ], 4125 ],
4125 }, 4126 },
4126 ], 4127 ],
4127 }], 4128 }],
4128 ], 4129 ],
4129 } 4130 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698