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

Side by Side Diff: app/app.gyp

Issue 113637: Wire up windowless plugins. Mostly Mac related, some cross (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/canvas.cc » ('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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 'animation.h', 61 'animation.h',
62 'app_paths.h', 62 'app_paths.h',
63 'app_paths.cc', 63 'app_paths.cc',
64 'app_switches.h', 64 'app_switches.h',
65 'app_switches.cc', 65 'app_switches.cc',
66 'drag_drop_types.cc', 66 'drag_drop_types.cc',
67 'drag_drop_types.h', 67 'drag_drop_types.h',
68 'gfx/canvas.cc', 68 'gfx/canvas.cc',
69 'gfx/canvas.h', 69 'gfx/canvas.h',
70 'gfx/canvas_linux.cc', 70 'gfx/canvas_linux.cc',
71 'gfx/canvas_mac.mm',
71 'gfx/canvas_win.cc', 72 'gfx/canvas_win.cc',
72 'gfx/font.h', 73 'gfx/font.h',
73 'gfx/font_gtk.cc', 74 'gfx/font_gtk.cc',
74 'gfx/font_mac.mm', 75 'gfx/font_mac.mm',
75 'gfx/font_skia.cc', 76 'gfx/font_skia.cc',
76 'gfx/font_win.cc', 77 'gfx/font_win.cc',
77 'gfx/color_utils.cc', 78 'gfx/color_utils.cc',
78 'gfx/color_utils.h', 79 'gfx/color_utils.h',
79 'gfx/favicon_size.h', 80 'gfx/favicon_size.h',
80 'gfx/icon_util.cc', 81 'gfx/icon_util.cc',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 ], 268 ],
268 }, 269 },
269 'conditions': [ 270 'conditions': [
270 ['OS=="win"', { 271 ['OS=="win"', {
271 'dependencies': ['../build/win/system.gyp:cygwin'], 272 'dependencies': ['../build/win/system.gyp:cygwin'],
272 }], 273 }],
273 ], 274 ],
274 }, 275 },
275 ], 276 ],
276 } 277 }
OLDNEW
« no previous file with comments | « no previous file | app/gfx/canvas.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698