Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Side by Side Diff: ui/ui.gyp

Issue 11030017: Add context to gfx::Screen calls in support of simultaneous desktop+ash (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix some new gfx::Screen additions Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 'gfx/rect_base_impl.h', 148 'gfx/rect_base_impl.h',
149 'gfx/rect_conversions.cc', 149 'gfx/rect_conversions.cc',
150 'gfx/rect_conversions.h', 150 'gfx/rect_conversions.h',
151 'gfx/rect_f.cc', 151 'gfx/rect_f.cc',
152 'gfx/rect_f.h', 152 'gfx/rect_f.h',
153 'gfx/safe_floor_ceil.cc', 153 'gfx/safe_floor_ceil.cc',
154 'gfx/safe_floor_ceil.h', 154 'gfx/safe_floor_ceil.h',
155 'gfx/scoped_ui_graphics_push_context_ios.h', 155 'gfx/scoped_ui_graphics_push_context_ios.h',
156 'gfx/scoped_ui_graphics_push_context_ios.mm', 156 'gfx/scoped_ui_graphics_push_context_ios.mm',
157 'gfx/screen.h', 157 'gfx/screen.h',
158 'gfx/screen.cc',
158 'gfx/screen_android.cc', 159 'gfx/screen_android.cc',
159 'gfx/screen_aura.cc', 160 'gfx/screen_aura.cc',
160 'gfx/screen_gtk.cc', 161 'gfx/screen_gtk.cc',
161 'gfx/screen_impl.h',
162 'gfx/screen_ios.mm', 162 'gfx/screen_ios.mm',
163 'gfx/screen_mac.mm', 163 'gfx/screen_mac.mm',
164 'gfx/screen_win.cc', 164 'gfx/screen_win.cc',
165 'gfx/shadow_value.cc', 165 'gfx/shadow_value.cc',
166 'gfx/shadow_value.h', 166 'gfx/shadow_value.h',
167 'gfx/size.cc', 167 'gfx/size.cc',
168 'gfx/size.h', 168 'gfx/size.h',
169 'gfx/size_base.h', 169 'gfx/size_base.h',
170 'gfx/size_f.cc', 170 'gfx/size_f.cc',
171 'gfx/size_f.h', 171 'gfx/size_f.h',
(...skipping 700 matching lines...) Expand 10 before | Expand all | Expand 10 after
872 }, 872 },
873 'dependencies': [ 873 'dependencies': [
874 '../base/base.gyp:base_java', 874 '../base/base.gyp:base_java',
875 ], 875 ],
876 'includes': [ '../build/java.gypi' ], 876 'includes': [ '../build/java.gypi' ],
877 }, 877 },
878 ], 878 ],
879 }], 879 }],
880 ], 880 ],
881 } 881 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698