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

Side by Side Diff: ui/views/views.gyp

Issue 11229022: Move ash/system/web_notification message_center to ui/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase again. Created 8 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 | Annotate | Revision Log
« no previous file with comments | « ui/views/bubble/tray_bubble_view.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 'background.cc', 50 'background.cc',
51 'background.h', 51 'background.h',
52 'border.cc', 52 'border.cc',
53 'border.h', 53 'border.h',
54 'bubble/bubble_border.cc', 54 'bubble/bubble_border.cc',
55 'bubble/bubble_border.h', 55 'bubble/bubble_border.h',
56 'bubble/bubble_delegate.cc', 56 'bubble/bubble_delegate.cc',
57 'bubble/bubble_delegate.h', 57 'bubble/bubble_delegate.h',
58 'bubble/bubble_frame_view.cc', 58 'bubble/bubble_frame_view.cc',
59 'bubble/bubble_frame_view.h', 59 'bubble/bubble_frame_view.h',
60 'bubble/tray_bubble_view.cc',
61 'bubble/tray_bubble_view.h',
60 'button_drag_utils.cc', 62 'button_drag_utils.cc',
61 'button_drag_utils.h', 63 'button_drag_utils.h',
62 'color_chooser/color_chooser_listener.h', 64 'color_chooser/color_chooser_listener.h',
63 'color_chooser/color_chooser_view.cc', 65 'color_chooser/color_chooser_view.cc',
64 'color_chooser/color_chooser_view.h', 66 'color_chooser/color_chooser_view.h',
65 'color_constants.cc', 67 'color_constants.cc',
66 'color_constants.h', 68 'color_constants.h',
67 'context_menu_controller.h', 69 'context_menu_controller.h',
68 'controls/button/border_images.cc', 70 'controls/button/border_images.cc',
69 'controls/button/border_images.h', 71 'controls/button/border_images.h',
(...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 'sources/': [ 884 'sources/': [
883 # This is needed because the aura rule strips it from the default 885 # This is needed because the aura rule strips it from the default
884 # sources list. 886 # sources list.
885 ['include', '^../../content/app/startup_helper_win.cc'], 887 ['include', '^../../content/app/startup_helper_win.cc'],
886 ], 888 ],
887 }], 889 }],
888 ], 890 ],
889 }, # target_name: views_examples_with_content_exe 891 }, # target_name: views_examples_with_content_exe
890 ], 892 ],
891 } 893 }
OLDNEW
« no previous file with comments | « ui/views/bubble/tray_bubble_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698