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

Side by Side Diff: app/app_base.gypi

Issue 660063: Move skia_utils_gtk.cc/.h to app/gfx/ directory. (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: fixes comments Created 10 years, 10 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/gfx/skia_utils_gtk.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) 2009 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': [
11 # This part is shared between the targets defined below. Only files and 11 # This part is shared between the targets defined below. Only files and
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
145 'gfx/path.cc', 145 'gfx/path.cc',
146 'gfx/path_gtk.cc', 146 'gfx/path_gtk.cc',
147 'gfx/path_win.cc', 147 'gfx/path_win.cc',
148 'gfx/path.h', 148 'gfx/path.h',
149 'gfx/scrollbar_size.cc', 149 'gfx/scrollbar_size.cc',
150 'gfx/scrollbar_size.h', 150 'gfx/scrollbar_size.h',
151 'gfx/skbitmap_operations.cc', 151 'gfx/skbitmap_operations.cc',
152 'gfx/skbitmap_operations.h', 152 'gfx/skbitmap_operations.h',
153 'gfx/skia_util.cc', 153 'gfx/skia_util.cc',
154 'gfx/skia_util.h', 154 'gfx/skia_util.h',
155 'gfx/skia_utils_gtk.cc',
156 'gfx/skia_utils_gtk.h',
155 'gfx/text_elider.cc', 157 'gfx/text_elider.cc',
156 'gfx/text_elider.h', 158 'gfx/text_elider.h',
157 'gtk_dnd_util.cc', 159 'gtk_dnd_util.cc',
158 'gtk_dnd_util.h', 160 'gtk_dnd_util.h',
159 'l10n_util.cc', 161 'l10n_util.cc',
160 'l10n_util.h', 162 'l10n_util.h',
161 'l10n_util_mac.h', 163 'l10n_util_mac.h',
162 'l10n_util_mac.mm', 164 'l10n_util_mac.mm',
163 'l10n_util_posix.cc', 165 'l10n_util_posix.cc',
164 'l10n_util_win.cc', 166 'l10n_util_win.cc',
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 'configurations': { 292 'configurations': {
291 'Common_Base': { 293 'Common_Base': {
292 'msvs_target_platform': 'x64', 294 'msvs_target_platform': 'x64',
293 }, 295 },
294 }, 296 },
295 }, 297 },
296 ], 298 ],
297 }], 299 }],
298 ], 300 ],
299 } 301 }
OLDNEW
« no previous file with comments | « no previous file | app/gfx/skia_utils_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698