| 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', |
| 94 'gfx/size.cc', | 98 'gfx/size.cc', |
| 95 'gfx/size.h', | 99 'gfx/size.h', |
| 96 'gfx/size_base.h', | 100 'gfx/size_base.h', |
| 97 'gfx/size_base_impl.h', | |
| 98 ], | 101 ], |
| 99 'all_sources': [ | 102 'all_sources': [ |
| 100 '<@(_common_sources)', | 103 '<@(_common_sources)', |
| 101 'android/ui_jni_registrar.cc', | 104 'android/ui_jni_registrar.cc', |
| 102 'android/ui_jni_registrar.h', | 105 'android/ui_jni_registrar.h', |
| 103 'base/accelerators/accelerator.cc', | 106 'base/accelerators/accelerator.cc', |
| 104 'base/accelerators/accelerator.h', | 107 'base/accelerators/accelerator.h', |
| 105 'base/accelerators/accelerator_cocoa.h', | 108 'base/accelerators/accelerator_cocoa.h', |
| 106 'base/accelerators/accelerator_cocoa.mm', | 109 'base/accelerators/accelerator_cocoa.mm', |
| 107 'base/accelerators/accelerator_gtk.cc', | 110 'base/accelerators/accelerator_gtk.cc', |
| (...skipping 748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 856 ], | 859 ], |
| 857 'export_dependent_settings': [ | 860 'export_dependent_settings': [ |
| 858 '../base/base.gyp:base_java', | 861 '../base/base.gyp:base_java', |
| 859 ], | 862 ], |
| 860 'includes': [ '../build/java.gypi' ], | 863 'includes': [ '../build/java.gypi' ], |
| 861 }, | 864 }, |
| 862 ], | 865 ], |
| 863 }], | 866 }], |
| 864 ], | 867 ], |
| 865 } | 868 } |
| OLD | NEW |