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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'gfx/insets.cc', | 74 'gfx/insets.cc', |
75 'gfx/insets.h', | 75 'gfx/insets.h', |
76 'gfx/point.cc', | 76 'gfx/point.cc', |
77 'gfx/point.h', | 77 'gfx/point.h', |
78 'gfx/point_base.h', | 78 'gfx/point_base.h', |
79 'gfx/point3.h', | 79 'gfx/point3.h', |
80 'gfx/rect.cc', | 80 'gfx/rect.cc', |
81 'gfx/rect.h', | 81 'gfx/rect.h', |
82 'gfx/rect_base.h', | 82 'gfx/rect_base.h', |
83 'gfx/rect_base_impl.h', | 83 'gfx/rect_base_impl.h', |
| 84 'gfx/rect_conversions.cc', |
| 85 'gfx/rect_conversions.h', |
| 86 'gfx/safe_floor_ceil.cc', |
| 87 'gfx/safe_floor_ceil.h', |
84 'gfx/scoped_ui_graphics_push_context_ios.h', | 88 'gfx/scoped_ui_graphics_push_context_ios.h', |
85 'gfx/scoped_ui_graphics_push_context_ios.mm', | 89 'gfx/scoped_ui_graphics_push_context_ios.mm', |
86 'gfx/screen.h', | 90 'gfx/screen.h', |
87 'gfx/screen_android.cc', | 91 'gfx/screen_android.cc', |
88 'gfx/screen_aura.cc', | 92 'gfx/screen_aura.cc', |
89 'gfx/screen_gtk.cc', | 93 'gfx/screen_gtk.cc', |
90 'gfx/screen_impl.h', | 94 'gfx/screen_impl.h', |
91 'gfx/screen_ios.mm', | 95 'gfx/screen_ios.mm', |
92 'gfx/screen_mac.mm', | 96 'gfx/screen_mac.mm', |
93 'gfx/screen_win.cc', | 97 'gfx/screen_win.cc', |
(...skipping 762 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
856 ], | 860 ], |
857 'export_dependent_settings': [ | 861 'export_dependent_settings': [ |
858 '../base/base.gyp:base_java', | 862 '../base/base.gyp:base_java', |
859 ], | 863 ], |
860 'includes': [ '../build/java.gypi' ], | 864 'includes': [ '../build/java.gypi' ], |
861 }, | 865 }, |
862 ], | 866 ], |
863 }], | 867 }], |
864 ], | 868 ], |
865 } | 869 } |
OLD | NEW |