OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'includes': [ | 9 'includes': [ |
10 'ui_resources.gypi', | 10 'ui_resources.gypi', |
(...skipping 492 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
503 'gfx/size_conversions.cc', | 503 'gfx/size_conversions.cc', |
504 'gfx/size_conversions.h', | 504 'gfx/size_conversions.h', |
505 'gfx/size_f.cc', | 505 'gfx/size_f.cc', |
506 'gfx/size_f.h', | 506 'gfx/size_f.h', |
507 'gfx/skbitmap_operations.cc', | 507 'gfx/skbitmap_operations.cc', |
508 'gfx/skbitmap_operations.h', | 508 'gfx/skbitmap_operations.h', |
509 'gfx/skia_util.cc', | 509 'gfx/skia_util.cc', |
510 'gfx/skia_util.h', | 510 'gfx/skia_util.h', |
511 'gfx/skia_utils_gtk.cc', | 511 'gfx/skia_utils_gtk.cc', |
512 'gfx/skia_utils_gtk.h', | 512 'gfx/skia_utils_gtk.h', |
| 513 'gfx/switches.cc', |
| 514 'gfx/switches.h', |
513 'gfx/sys_color_change_listener.cc', | 515 'gfx/sys_color_change_listener.cc', |
514 'gfx/sys_color_change_listener.h', | 516 'gfx/sys_color_change_listener.h', |
515 'gfx/text_constants.h', | 517 'gfx/text_constants.h', |
516 'gfx/transform.cc', | 518 'gfx/transform.cc', |
517 'gfx/transform.h', | 519 'gfx/transform.h', |
518 'gfx/transform_util.cc', | 520 'gfx/transform_util.cc', |
519 'gfx/transform_util.h', | 521 'gfx/transform_util.h', |
520 'gfx/vector2d.cc', | 522 'gfx/vector2d.cc', |
521 'gfx/vector2d.h', | 523 'gfx/vector2d.h', |
522 'gfx/vector2d_conversions.cc', | 524 'gfx/vector2d_conversions.cc', |
(...skipping 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
895 }, | 897 }, |
896 'dependencies': [ | 898 'dependencies': [ |
897 '../base/base.gyp:base_java', | 899 '../base/base.gyp:base_java', |
898 ], | 900 ], |
899 'includes': [ '../build/java.gypi' ], | 901 'includes': [ '../build/java.gypi' ], |
900 }, | 902 }, |
901 ], | 903 ], |
902 }], | 904 }], |
903 ], | 905 ], |
904 } | 906 } |
OLD | NEW |