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

Side by Side Diff: ui/ui.gyp

Issue 8094001: More aura build fixes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove tmp var Created 9 years, 2 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 | « ui/gfx/path_aura.cc ('k') | no next file » | 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 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows. 8 'toolkit_views2': 0, # ui/views/ is an experimental framework on Windows.
9 }, 9 },
10 'target_defaults': { 10 'target_defaults': {
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 'gfx/mac/nsimage_cache.h', 251 'gfx/mac/nsimage_cache.h',
252 'gfx/mac/nsimage_cache.mm', 252 'gfx/mac/nsimage_cache.mm',
253 'gfx/mac/scoped_ns_disable_screen_updates.h', 253 'gfx/mac/scoped_ns_disable_screen_updates.h',
254 'gfx/native_theme.cc', 254 'gfx/native_theme.cc',
255 'gfx/native_theme.h', 255 'gfx/native_theme.h',
256 'gfx/native_widget_types.h', 256 'gfx/native_widget_types.h',
257 'gfx/pango_util.h', 257 'gfx/pango_util.h',
258 'gfx/pango_util.cc', 258 'gfx/pango_util.cc',
259 'gfx/path.cc', 259 'gfx/path.cc',
260 'gfx/path.h', 260 'gfx/path.h',
261 'gfx/path_aura.cc',
261 'gfx/path_gtk.cc', 262 'gfx/path_gtk.cc',
262 'gfx/path_win.cc', 263 'gfx/path_win.cc',
263 'gfx/platform_font.h', 264 'gfx/platform_font.h',
264 'gfx/platform_font_pango.h', 265 'gfx/platform_font_pango.h',
265 'gfx/platform_font_pango.cc', 266 'gfx/platform_font_pango.cc',
266 'gfx/platform_font_mac.h', 267 'gfx/platform_font_mac.h',
267 'gfx/platform_font_mac.mm', 268 'gfx/platform_font_mac.mm',
268 'gfx/platform_font_win.h', 269 'gfx/platform_font_win.h',
269 'gfx/platform_font_win.cc', 270 'gfx/platform_font_win.cc',
270 'gfx/point.cc', 271 'gfx/point.cc',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
578 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \ 579 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
579 'os.chmod(\'<(ui_copy_dest)\', 0700)' 580 'os.chmod(\'<(ui_copy_dest)\', 0700)'
580 ] 581 ]
581 } 582 }
582 ], 583 ],
583 }, 584 },
584 ], 585 ],
585 }], 586 }],
586 ], 587 ],
587 } 588 }
OLDNEW
« no previous file with comments | « ui/gfx/path_aura.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698