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

Side by Side Diff: app/app_base.gypi

Issue 6718027: Refactor: Move app/surface to ui/gfx/surface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 9 years, 9 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 | chrome/browser/renderer_host/browser_render_process_host.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) 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 '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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 'sql/connection.cc', 225 'sql/connection.cc',
226 'sql/connection.h', 226 'sql/connection.h',
227 'sql/diagnostic_error_delegate.h', 227 'sql/diagnostic_error_delegate.h',
228 'sql/init_status.h', 228 'sql/init_status.h',
229 'sql/meta_table.cc', 229 'sql/meta_table.cc',
230 'sql/meta_table.h', 230 'sql/meta_table.h',
231 'sql/statement.cc', 231 'sql/statement.cc',
232 'sql/statement.h', 232 'sql/statement.h',
233 'sql/transaction.cc', 233 'sql/transaction.cc',
234 'sql/transaction.h', 234 'sql/transaction.h',
235 'surface/accelerated_surface_mac.cc',
236 'surface/accelerated_surface_mac.h',
237 'surface/io_surface_support_mac.cc',
238 'surface/io_surface_support_mac.h',
239 'surface/transport_dib.h',
240 'surface/transport_dib_linux.cc',
241 'surface/transport_dib_mac.cc',
242 'surface/transport_dib_win.cc',
243 'win/iat_patch_function.cc', 235 'win/iat_patch_function.cc',
244 'win/iat_patch_function.h', 236 'win/iat_patch_function.h',
245 'win/scoped_co_mem.h', 237 'win/scoped_co_mem.h',
246 'win/scoped_com_initializer.h', 238 'win/scoped_com_initializer.h',
247 'win/scoped_prop.cc', 239 'win/scoped_prop.cc',
248 'win/scoped_prop.h', 240 'win/scoped_prop.h',
249 'win/shell.cc', 241 'win/shell.cc',
250 'win/shell.h', 242 'win/shell.h',
251 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', 243 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc',
252 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', 244 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
457 'configurations': { 449 'configurations': {
458 'Common_Base': { 450 'Common_Base': {
459 'msvs_target_platform': 'x64', 451 'msvs_target_platform': 'x64',
460 }, 452 },
461 }, 453 },
462 }, 454 },
463 ], 455 ],
464 }], 456 }],
465 ], 457 ],
466 } 458 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/renderer_host/browser_render_process_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698