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

Side by Side Diff: app/app_base.gypi

Issue 5783004: Keep deinlining stuff. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Well, it all compiles locally? Created 10 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 | Annotate | Revision Log
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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 'file_download_interface.h', 123 'file_download_interface.h',
124 'gfx/font_util.h', 124 'gfx/font_util.h',
125 'gfx/font_util.cc', 125 'gfx/font_util.cc',
126 'gfx/gl/gl_bindings.h', 126 'gfx/gl/gl_bindings.h',
127 'gfx/gl/gl_context.cc', 127 'gfx/gl/gl_context.cc',
128 'gfx/gl/gl_context.h', 128 'gfx/gl/gl_context.h',
129 'gfx/gl/gl_context_linux.cc', 129 'gfx/gl/gl_context_linux.cc',
130 'gfx/gl/gl_context_mac.cc', 130 'gfx/gl/gl_context_mac.cc',
131 'gfx/gl/gl_context_osmesa.cc', 131 'gfx/gl/gl_context_osmesa.cc',
132 'gfx/gl/gl_context_osmesa.h', 132 'gfx/gl/gl_context_osmesa.h',
133 'gfx/gl/gl_context_stub.cc',
133 'gfx/gl/gl_context_stub.h', 134 'gfx/gl/gl_context_stub.h',
134 'gfx/gl/gl_context_win.cc', 135 'gfx/gl/gl_context_win.cc',
135 'gfx/gl/gl_headers.h', 136 'gfx/gl/gl_headers.h',
136 'gfx/gl/gl_implementation.cc', 137 'gfx/gl/gl_implementation.cc',
137 'gfx/gl/gl_implementation.h', 138 'gfx/gl/gl_implementation.h',
138 'gfx/gl/gl_implementation_linux.cc', 139 'gfx/gl/gl_implementation_linux.cc',
139 'gfx/gl/gl_implementation_mac.cc', 140 'gfx/gl/gl_implementation_mac.cc',
140 'gfx/gl/gl_implementation_win.cc', 141 'gfx/gl/gl_implementation_win.cc',
141 'gfx/gl/gl_interface.h', 142 'gfx/gl/gl_interface.h',
142 'gfx/gl/gl_interface.cc', 143 'gfx/gl/gl_interface.cc',
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 'configurations': { 447 'configurations': {
447 'Common_Base': { 448 'Common_Base': {
448 'msvs_target_platform': 'x64', 449 'msvs_target_platform': 'x64',
449 }, 450 },
450 }, 451 },
451 }, 452 },
452 ], 453 ],
453 }], 454 }],
454 ], 455 ],
455 } 456 }
OLDNEW
« no previous file with comments | « no previous file | app/gfx/gl/gl_context_stub.h » ('j') | chrome/browser/gtk/accessibility_event_router_gtk.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698