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