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

Side by Side Diff: app/app_base.gypi

Issue 5961007: Move nsimage_cache from base to app/mac. Use the app::mac namespace. Update c... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 12 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | app/mac/nsimage_cache.h » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'app_base_target': 0, 8 'app_base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 'keyboard_codes_posix.h', 161 'keyboard_codes_posix.h',
162 'l10n_util.cc', 162 'l10n_util.cc',
163 'l10n_util.h', 163 'l10n_util.h',
164 'l10n_util_mac.h', 164 'l10n_util_mac.h',
165 'l10n_util_mac.mm', 165 'l10n_util_mac.mm',
166 'l10n_util_posix.cc', 166 'l10n_util_posix.cc',
167 'l10n_util_win.cc', 167 'l10n_util_win.cc',
168 'l10n_util_win.h', 168 'l10n_util_win.h',
169 'linear_animation.cc', 169 'linear_animation.cc',
170 'linear_animation.h', 170 'linear_animation.h',
171 'mac/nsimage_cache.h',
172 'mac/nsimage_cache.mm',
171 'mac/scoped_nsdisable_screen_updates.h', 173 'mac/scoped_nsdisable_screen_updates.h',
172 'menus/accelerator.h', 174 'menus/accelerator.h',
173 'menus/accelerator_gtk.h', 175 'menus/accelerator_gtk.h',
174 'menus/accelerator_cocoa.h', 176 'menus/accelerator_cocoa.h',
175 'menus/button_menu_item_model.cc', 177 'menus/button_menu_item_model.cc',
176 'menus/button_menu_item_model.h', 178 'menus/button_menu_item_model.h',
177 'menus/menu_model.cc', 179 'menus/menu_model.cc',
178 'menus/menu_model.h', 180 'menus/menu_model.h',
179 'menus/simple_menu_model.cc', 181 'menus/simple_menu_model.cc',
180 'menus/simple_menu_model.h', 182 'menus/simple_menu_model.h',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 'configurations': { 449 'configurations': {
448 'Common_Base': { 450 'Common_Base': {
449 'msvs_target_platform': 'x64', 451 'msvs_target_platform': 'x64',
450 }, 452 },
451 }, 453 },
452 }, 454 },
453 ], 455 ],
454 }], 456 }],
455 ], 457 ],
456 } 458 }
OLDNEW
« no previous file with comments | « no previous file | app/mac/nsimage_cache.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698