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

Side by Side Diff: app/app_base.gypi

Issue 497004: Add gfx::Insets::ToString(). (Closed)
Patch Set: fix a line break Created 11 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
« no previous file with comments | « app/app.gyp ('k') | app/gfx/insets.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) 2009 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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 'gfx/font_util.h', 125 'gfx/font_util.h',
126 'gfx/font_util.cc', 126 'gfx/font_util.cc',
127 'gfx/font_win.cc', 127 'gfx/font_win.cc',
128 'gfx/gdi_util.cc', 128 'gfx/gdi_util.cc',
129 'gfx/gdi_util.h', 129 'gfx/gdi_util.h',
130 'gfx/gtk_util.cc', 130 'gfx/gtk_util.cc',
131 'gfx/gtk_util.h', 131 'gfx/gtk_util.h',
132 'gfx/icon_util.cc', 132 'gfx/icon_util.cc',
133 'gfx/icon_util.h', 133 'gfx/icon_util.h',
134 'gfx/insets.h', 134 'gfx/insets.h',
135 'gfx/insets.cc',
135 'gfx/native_widget_types.h', 136 'gfx/native_widget_types.h',
136 'gfx/native_widget_types_gtk.cc', 137 'gfx/native_widget_types_gtk.cc',
137 'gfx/native_theme_win.cc', 138 'gfx/native_theme_win.cc',
138 'gfx/native_theme_win.h', 139 'gfx/native_theme_win.h',
139 'gfx/gtk_native_view_id_manager.cc', 140 'gfx/gtk_native_view_id_manager.cc',
140 'gfx/gtk_native_view_id_manager.h', 141 'gfx/gtk_native_view_id_manager.h',
141 'gfx/path.cc', 142 'gfx/path.cc',
142 'gfx/path_gtk.cc', 143 'gfx/path_gtk.cc',
143 'gfx/path_win.cc', 144 'gfx/path_win.cc',
144 'gfx/path.h', 145 'gfx/path.h',
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 'configurations': { 283 'configurations': {
283 'Common': { 284 'Common': {
284 'msvs_target_platform': 'x64', 285 'msvs_target_platform': 'x64',
285 }, 286 },
286 }, 287 },
287 }, 288 },
288 ], 289 ],
289 }], 290 }],
290 ], 291 ],
291 } 292 }
OLDNEW
« no previous file with comments | « app/app.gyp ('k') | app/gfx/insets.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698