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: 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: Fix gyp files 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') | 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) 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 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'table_model.h', 212 'table_model.h',
213 'table_model_observer.h', 213 'table_model_observer.h',
214 'text_elider.cc', 214 'text_elider.cc',
215 'text_elider.h', 215 'text_elider.h',
216 'theme_provider.cc', 216 'theme_provider.cc',
217 'theme_provider.h', 217 'theme_provider.h',
218 'throb_animation.cc', 218 'throb_animation.cc',
219 'throb_animation.h', 219 'throb_animation.h',
220 'tween.cc', 220 'tween.cc',
221 'tween.h', 221 'tween.h',
222 'view_prop.cc',
223 'view_prop.h',
222 'win/drag_source.cc', 224 'win/drag_source.cc',
223 'win/drag_source.h', 225 'win/drag_source.h',
224 'win/drop_target.cc', 226 'win/drop_target.cc',
225 'win/drop_target.h', 227 'win/drop_target.h',
226 'win/iat_patch_function.cc', 228 'win/iat_patch_function.cc',
227 'win/iat_patch_function.h', 229 'win/iat_patch_function.h',
228 'win/scoped_prop.cc', 230 'win/scoped_prop.cc',
229 'win/scoped_prop.h', 231 'win/scoped_prop.h',
230 'x11_util.cc', 232 'x11_util.cc',
231 'x11_util.h', 233 'x11_util.h',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 ['OS!="win"', { 308 ['OS!="win"', {
307 'sources!': [ 309 'sources!': [
308 'drag_drop_types.h', 310 'drag_drop_types.h',
309 'gfx/gdi_util.cc', 311 'gfx/gdi_util.cc',
310 'gfx/gdi_util.h', 312 'gfx/gdi_util.h',
311 'gfx/icon_util.cc', 313 'gfx/icon_util.cc',
312 'gfx/icon_util.h', 314 'gfx/icon_util.h',
313 'gfx/native_theme_win.cc', 315 'gfx/native_theme_win.cc',
314 'gfx/native_theme_win.h', 316 'gfx/native_theme_win.h',
315 'os_exchange_data.cc', 317 'os_exchange_data.cc',
318 'view_prop.cc',
319 'view_prop.h',
316 'win/iat_patch_function.cc', 320 'win/iat_patch_function.cc',
317 'win/iat_patch_function.h', 321 'win/iat_patch_function.h',
318 ], 322 ],
319 'sources/': [ 323 'sources/': [
320 ['exclude', '^win/*'], 324 ['exclude', '^win/*'],
321 ], 325 ],
322 }], 326 }],
323 ['OS=="linux"', { 327 ['OS=="linux"', {
324 'sources': [ 328 'sources': [
325 'gfx/gl/gl_context_egl.cc', 329 'gfx/gl/gl_context_egl.cc',
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 'configurations': { 442 'configurations': {
439 'Common_Base': { 443 'Common_Base': {
440 'msvs_target_platform': 'x64', 444 'msvs_target_platform': 'x64',
441 }, 445 },
442 }, 446 },
443 }, 447 },
444 ], 448 ],
445 }], 449 }],
446 ], 450 ],
447 } 451 }
OLDNEW
« no previous file with comments | « app/app.gyp ('k') | app/view_prop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698