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 478 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
489 'gfx/screen_win.h', | 489 'gfx/screen_win.h', |
490 'gfx/scrollbar_size.cc', | 490 'gfx/scrollbar_size.cc', |
491 'gfx/scrollbar_size.h', | 491 'gfx/scrollbar_size.h', |
492 'gfx/selection_model.cc', | 492 'gfx/selection_model.cc', |
493 'gfx/selection_model.h', | 493 'gfx/selection_model.h', |
494 'gfx/shadow_value.cc', | 494 'gfx/shadow_value.cc', |
495 'gfx/shadow_value.h', | 495 'gfx/shadow_value.h', |
496 'gfx/size.cc', | 496 'gfx/size.cc', |
497 'gfx/size.h', | 497 'gfx/size.h', |
498 'gfx/size_base.h', | 498 'gfx/size_base.h', |
| 499 'gfx/size_base_impl.h', |
499 'gfx/size_conversions.cc', | 500 'gfx/size_conversions.cc', |
500 'gfx/size_conversions.h', | 501 'gfx/size_conversions.h', |
501 'gfx/size_f.cc', | 502 'gfx/size_f.cc', |
502 'gfx/size_f.h', | 503 'gfx/size_f.h', |
503 'gfx/skbitmap_operations.cc', | 504 'gfx/skbitmap_operations.cc', |
504 'gfx/skbitmap_operations.h', | 505 'gfx/skbitmap_operations.h', |
505 'gfx/skia_util.cc', | 506 'gfx/skia_util.cc', |
506 'gfx/skia_util.h', | 507 'gfx/skia_util.h', |
507 'gfx/skia_utils_gtk.cc', | 508 'gfx/skia_utils_gtk.cc', |
508 'gfx/skia_utils_gtk.h', | 509 'gfx/skia_utils_gtk.h', |
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
890 }, | 891 }, |
891 'dependencies': [ | 892 'dependencies': [ |
892 '../base/base.gyp:base_java', | 893 '../base/base.gyp:base_java', |
893 ], | 894 ], |
894 'includes': [ '../build/java.gypi' ], | 895 'includes': [ '../build/java.gypi' ], |
895 }, | 896 }, |
896 ], | 897 ], |
897 }], | 898 }], |
898 ], | 899 ], |
899 } | 900 } |
OLD | NEW |