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

Side by Side Diff: ui/ui.gyp

Issue 20656002: Add profile selector menu to app list. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo app_list_service_mac changes Created 7 years, 4 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 (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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'shell_dialogs.gypi', 10 'shell_dialogs.gypi',
(...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after
255 'base/l10n/l10n_util_android.cc', 255 'base/l10n/l10n_util_android.cc',
256 'base/l10n/l10n_util_collator.h', 256 'base/l10n/l10n_util_collator.h',
257 'base/l10n/l10n_util_mac.h', 257 'base/l10n/l10n_util_mac.h',
258 'base/l10n/l10n_util_mac.mm', 258 'base/l10n/l10n_util_mac.mm',
259 'base/l10n/l10n_util_posix.cc', 259 'base/l10n/l10n_util_posix.cc',
260 'base/l10n/l10n_util_win.cc', 260 'base/l10n/l10n_util_win.cc',
261 'base/l10n/l10n_util_win.h', 261 'base/l10n/l10n_util_win.h',
262 'base/layout.cc', 262 'base/layout.cc',
263 'base/layout.h', 263 'base/layout.h',
264 'base/layout_mac.mm', 264 'base/layout_mac.mm',
265 'base/models/avatar_menu_item_model.cc',
266 'base/models/avatar_menu_item_model.h',
265 'base/models/button_menu_item_model.cc', 267 'base/models/button_menu_item_model.cc',
266 'base/models/button_menu_item_model.h', 268 'base/models/button_menu_item_model.h',
267 'base/models/combobox_model.cc', 269 'base/models/combobox_model.cc',
268 'base/models/combobox_model.h', 270 'base/models/combobox_model.h',
269 'base/models/dialog_model.cc', 271 'base/models/dialog_model.cc',
270 'base/models/dialog_model.h', 272 'base/models/dialog_model.h',
271 'base/models/list_model.h', 273 'base/models/list_model.h',
272 'base/models/list_model_observer.h', 274 'base/models/list_model_observer.h',
273 'base/models/list_selection_model.cc', 275 'base/models/list_selection_model.cc',
274 'base/models/list_selection_model.h', 276 'base/models/list_selection_model.h',
(...skipping 758 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'xcode_settings': { 1035 'xcode_settings': {
1034 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO', 1036 'GCC_SYMBOLS_PRIVATE_EXTERN': 'NO',
1035 }, 1037 },
1036 }], 1038 }],
1037 ], 1039 ],
1038 }, 1040 },
1039 ], 1041 ],
1040 }], 1042 }],
1041 ], 1043 ],
1042 } 1044 }
OLDNEW
« ui/base/models/avatar_menu_item_model.cc ('K') | « ui/base/models/avatar_menu_item_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698