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

Side by Side Diff: ui/ui.gyp

Issue 8890049: [Aura] Implement views-based applist. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win_aura Created 9 years 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/base/models/list_model_unittest.cc ('k') | ui/ui_unittests.gypi » ('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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'base/l10n/l10n_util_mac.h', 167 'base/l10n/l10n_util_mac.h',
168 'base/l10n/l10n_util_mac.mm', 168 'base/l10n/l10n_util_mac.mm',
169 'base/l10n/l10n_util_posix.cc', 169 'base/l10n/l10n_util_posix.cc',
170 'base/l10n/l10n_util_win.cc', 170 'base/l10n/l10n_util_win.cc',
171 'base/l10n/l10n_util_win.h', 171 'base/l10n/l10n_util_win.h',
172 'base/message_box_win.cc', 172 'base/message_box_win.cc',
173 'base/message_box_win.h', 173 'base/message_box_win.h',
174 'base/models/button_menu_item_model.cc', 174 'base/models/button_menu_item_model.cc',
175 'base/models/button_menu_item_model.h', 175 'base/models/button_menu_item_model.h',
176 'base/models/combobox_model.h', 176 'base/models/combobox_model.h',
177 'base/models/list_model.h',
178 'base/models/list_model_observer.h',
177 'base/models/menu_model.cc', 179 'base/models/menu_model.cc',
178 'base/models/menu_model.h', 180 'base/models/menu_model.h',
179 'base/models/menu_model_delegate.h', 181 'base/models/menu_model_delegate.h',
180 'base/models/simple_menu_model.cc', 182 'base/models/simple_menu_model.cc',
181 'base/models/simple_menu_model.h', 183 'base/models/simple_menu_model.h',
182 'base/models/table_model.cc', 184 'base/models/table_model.cc',
183 'base/models/table_model.h', 185 'base/models/table_model.h',
184 'base/models/table_model_observer.h', 186 'base/models/table_model_observer.h',
185 'base/models/tree_model.cc', 187 'base/models/tree_model.cc',
186 'base/models/tree_model.h', 188 'base/models/tree_model.h',
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
679 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 681 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
680 'os.chmod(\'<(ui_copy_dest)\', 0700)' 682 'os.chmod(\'<(ui_copy_dest)\', 0700)'
681 ] 683 ]
682 } 684 }
683 ], 685 ],
684 }, 686 },
685 ], 687 ],
686 }], 688 }],
687 ], 689 ],
688 } 690 }
OLDNEW
« no previous file with comments | « ui/base/models/list_model_unittest.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698