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

Side by Side Diff: app/app_base.gypi

Issue 5075003: Converts usage of SetProp/GetProp to a map. Even after making sure we (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move to app Created 10 years, 1 month 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 | « app/app.gyp ('k') | app/view_prop.h » ('j') | app/view_prop.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 'tween.cc', 220 'tween.cc',
221 'tween.h', 221 'tween.h',
222 'win/drag_source.cc', 222 'win/drag_source.cc',
223 'win/drag_source.h', 223 'win/drag_source.h',
224 'win/drop_target.cc', 224 'win/drop_target.cc',
225 'win/drop_target.h', 225 'win/drop_target.h',
226 'win/iat_patch_function.cc', 226 'win/iat_patch_function.cc',
227 'win/iat_patch_function.h', 227 'win/iat_patch_function.h',
228 'win/scoped_prop.cc', 228 'win/scoped_prop.cc',
229 'win/scoped_prop.h', 229 'win/scoped_prop.h',
230 'win/view_prop.cc',
231 'win/view_prop.h',
230 'x11_util.cc', 232 'x11_util.cc',
231 'x11_util.h', 233 'x11_util.h',
232 'x11_util_internal.h', 234 'x11_util_internal.h',
233 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc', 235 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.cc',
234 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h', 236 '<(gl_binding_output_dir)/gl_bindings_autogen_gl.h',
235 '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc', 237 '<(gl_binding_output_dir)/gl_bindings_autogen_mock.cc',
236 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc', 238 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.cc',
237 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h', 239 '<(gl_binding_output_dir)/gl_bindings_autogen_osmesa.h',
238 ], 240 ],
239 # hard_dependency is necessary for this target because it has actions 241 # hard_dependency is necessary for this target because it has actions
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 'configurations': { 440 'configurations': {
439 'Common_Base': { 441 'Common_Base': {
440 'msvs_target_platform': 'x64', 442 'msvs_target_platform': 'x64',
441 }, 443 },
442 }, 444 },
443 }, 445 },
444 ], 446 ],
445 }], 447 }],
446 ], 448 ],
447 } 449 }
OLDNEW
« no previous file with comments | « app/app.gyp ('k') | app/view_prop.h » ('j') | app/view_prop.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698