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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 11371003: app_list: Add sync animation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix missed init 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 | « chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.cc ('k') | ui/app_list/app_list.gyp » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser_ui', 9 'target_name': 'browser_ui',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', 102 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h',
103 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', 103 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc',
104 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', 104 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h',
105 'browser/ui/app_modal_dialogs/javascript_dialog_creator.cc', 105 'browser/ui/app_modal_dialogs/javascript_dialog_creator.cc',
106 'browser/ui/app_modal_dialogs/javascript_dialog_creator.h', 106 'browser/ui/app_modal_dialogs/javascript_dialog_creator.h',
107 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', 107 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h',
108 'browser/ui/ash/ash_init.cc', 108 'browser/ui/ash/ash_init.cc',
109 'browser/ui/ash/ash_init.h', 109 'browser/ui/ash/ash_init.h',
110 'browser/ui/ash/app_list/app_list_controller_ash.h', 110 'browser/ui/ash/app_list/app_list_controller_ash.h',
111 'browser/ui/ash/app_list/app_list_controller_ash.cc', 111 'browser/ui/ash/app_list/app_list_controller_ash.cc',
112 'browser/ui/ash/app_list/app_sync_ui_state_watcher.cc',
113 'browser/ui/ash/app_list/app_sync_ui_state_watcher.h',
112 'browser/ui/ash/app_sync_ui_state.cc', 114 'browser/ui/ash/app_sync_ui_state.cc',
113 'browser/ui/ash/app_sync_ui_state.h', 115 'browser/ui/ash/app_sync_ui_state.h',
114 'browser/ui/ash/app_sync_ui_state_observer.h', 116 'browser/ui/ash/app_sync_ui_state_observer.h',
115 'browser/ui/ash/app_sync_ui_state_factory.cc', 117 'browser/ui/ash/app_sync_ui_state_factory.cc',
116 'browser/ui/ash/app_sync_ui_state_factory.h', 118 'browser/ui/ash/app_sync_ui_state_factory.h',
117 'browser/ui/ash/ash_util.cc', 119 'browser/ui/ash/ash_util.cc',
118 'browser/ui/ash/ash_util.h', 120 'browser/ui/ash/ash_util.h',
119 'browser/ui/ash/caps_lock_handler.cc', 121 'browser/ui/ash/caps_lock_handler.cc',
120 'browser/ui/ash/caps_lock_handler.h', 122 'browser/ui/ash/caps_lock_handler.h',
121 'browser/ui/ash/brightness_controller_chromeos.cc', 123 'browser/ui/ash/brightness_controller_chromeos.cc',
(...skipping 2618 matching lines...) Expand 10 before | Expand all | Expand 10 after
2740 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'], 2742 ['exclude', '^browser/ui/views/select_file_dialog_extension.cc'],
2741 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'], 2743 ['exclude', '^browser/ui/views/select_file_dialog_extension.h'],
2742 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'], 2744 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. cc'],
2743 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'], 2745 ['exclude', '^browser/ui/views/select_file_dialog_extension_factory. h'],
2744 ]} 2746 ]}
2745 ], 2747 ],
2746 ], 2748 ],
2747 }, 2749 },
2748 ], 2750 ],
2749 } 2751 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_sync_ui_state_watcher.cc ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698