| 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', | |
| 500 'gfx/size_conversions.cc', | 499 'gfx/size_conversions.cc', |
| 501 'gfx/size_conversions.h', | 500 'gfx/size_conversions.h', |
| 502 'gfx/size_f.cc', | 501 'gfx/size_f.cc', |
| 503 'gfx/size_f.h', | 502 'gfx/size_f.h', |
| 504 'gfx/skbitmap_operations.cc', | 503 'gfx/skbitmap_operations.cc', |
| 505 'gfx/skbitmap_operations.h', | 504 'gfx/skbitmap_operations.h', |
| 506 'gfx/skia_util.cc', | 505 'gfx/skia_util.cc', |
| 507 'gfx/skia_util.h', | 506 'gfx/skia_util.h', |
| 508 'gfx/skia_utils_gtk.cc', | 507 'gfx/skia_utils_gtk.cc', |
| 509 'gfx/skia_utils_gtk.h', | 508 'gfx/skia_utils_gtk.h', |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 891 }, | 890 }, |
| 892 'dependencies': [ | 891 'dependencies': [ |
| 893 '../base/base.gyp:base_java', | 892 '../base/base.gyp:base_java', |
| 894 ], | 893 ], |
| 895 'includes': [ '../build/java.gypi' ], | 894 'includes': [ '../build/java.gypi' ], |
| 896 }, | 895 }, |
| 897 ], | 896 ], |
| 898 }], | 897 }], |
| 899 ], | 898 ], |
| 900 } | 899 } |
| OLD | NEW |