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

Side by Side Diff: components/bubble.gypi

Issue 1323133002: Pass a BubbleReference to BubbleUI::Show. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: bubbleReference -> bubble_reference 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 | « no previous file | components/bubble/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 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 # GN version: //components/bubble 8 # GN version: //components/bubble
9 'target_name': 'bubble', 9 'target_name': 'bubble',
10 'type': 'static_library', 10 'type': 'static_library',
11 'include_dirs': [ 11 'include_dirs': [
12 '..', 12 '..',
13 ], 13 ],
14 'sources': [ 14 'sources': [
15 # Note: sources list duplicated in GN build. 15 # Note: sources list duplicated in GN build.
16 'bubble/bubble_close_reason.h', 16 'bubble/bubble_close_reason.h',
17 'bubble/bubble_controller.cc', 17 'bubble/bubble_controller.cc',
18 'bubble/bubble_controller.h', 18 'bubble/bubble_controller.h',
19 'bubble/bubble_delegate.cc', 19 'bubble/bubble_delegate.cc',
20 'bubble/bubble_delegate.h', 20 'bubble/bubble_delegate.h',
21 'bubble/bubble_manager.cc', 21 'bubble/bubble_manager.cc',
22 'bubble/bubble_manager.h', 22 'bubble/bubble_manager.h',
23 'bubble/bubble_reference.h',
23 'bubble/bubble_ui.h', 24 'bubble/bubble_ui.h',
24 ], 25 ],
25 }, 26 },
26 ], 27 ],
27 } 28 }
OLDNEW
« no previous file with comments | « no previous file | components/bubble/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698