OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 'sequential_id_generator.h', | 273 'sequential_id_generator.h', |
274 'shadow_value.cc', | 274 'shadow_value.cc', |
275 'shadow_value.h', | 275 'shadow_value.h', |
276 'skbitmap_operations.cc', | 276 'skbitmap_operations.cc', |
277 'skbitmap_operations.h', | 277 'skbitmap_operations.h', |
278 'skia_util.cc', | 278 'skia_util.cc', |
279 'skia_util.h', | 279 'skia_util.h', |
280 'swap_result.h', | 280 'swap_result.h', |
281 'switches.cc', | 281 'switches.cc', |
282 'switches.h', | 282 'switches.h', |
283 'sys_color_change_listener.cc', | |
284 'sys_color_change_listener.h', | |
285 'text_constants.h', | 283 'text_constants.h', |
286 'text_elider.cc', | 284 'text_elider.cc', |
287 'text_elider.h', | 285 'text_elider.h', |
288 'text_utils.cc', | 286 'text_utils.cc', |
289 'text_utils.h', | 287 'text_utils.h', |
290 'text_utils_android.cc', | 288 'text_utils_android.cc', |
291 'text_utils_ios.mm', | 289 'text_utils_ios.mm', |
292 'text_utils_skia.cc', | 290 'text_utils_skia.cc', |
293 'transform.cc', | 291 'transform.cc', |
294 'transform.h', | 292 'transform.h', |
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
340 'sources!': [ | 338 'sources!': [ |
341 'canvas_skia.cc', | 339 'canvas_skia.cc', |
342 ], | 340 ], |
343 }], | 341 }], |
344 ['OS=="win"', { | 342 ['OS=="win"', { |
345 'sources': [ | 343 'sources': [ |
346 'gdi_util.cc', | 344 'gdi_util.cc', |
347 'gdi_util.h', | 345 'gdi_util.h', |
348 'icon_util.cc', | 346 'icon_util.cc', |
349 'icon_util.h', | 347 'icon_util.h', |
| 348 'sys_color_change_listener.cc', |
| 349 'sys_color_change_listener.h', |
350 ], | 350 ], |
351 # TODO(jschuh): C4267: http://crbug.com/167187 size_t -> int | 351 # TODO(jschuh): C4267: http://crbug.com/167187 size_t -> int |
352 # C4324 is structure was padded due to __declspec(align()), which is | 352 # C4324 is structure was padded due to __declspec(align()), which is |
353 # uninteresting. | 353 # uninteresting. |
354 'msvs_disabled_warnings': [ 4267, 4324 ], | 354 'msvs_disabled_warnings': [ 4267, 4324 ], |
355 }], | 355 }], |
356 ['OS=="android"', { | 356 ['OS=="android"', { |
357 'sources!': [ | 357 'sources!': [ |
358 'animation/throb_animation.cc', | 358 'animation/throb_animation.cc', |
359 'selection_model.cc', | 359 'selection_model.cc', |
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 ], | 489 ], |
490 'variables': { | 490 'variables': { |
491 'jni_gen_package': 'ui/gfx', | 491 'jni_gen_package': 'ui/gfx', |
492 }, | 492 }, |
493 'includes': [ '../../build/jni_generator.gypi' ], | 493 'includes': [ '../../build/jni_generator.gypi' ], |
494 }, | 494 }, |
495 ], | 495 ], |
496 }], | 496 }], |
497 ], | 497 ], |
498 } | 498 } |
OLD | NEW |