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

Side by Side Diff: views/views.gyp

Issue 112072: A helper class for screen related queries. Currently only has a single metho... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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
« no previous file with comments | « views/screen_win.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 '../build/common.gypi', 10 '../build/common.gypi',
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 'focus/view_storage.cc', 166 'focus/view_storage.cc',
167 'focus/view_storage.h', 167 'focus/view_storage.h',
168 'grid_layout.cc', 168 'grid_layout.cc',
169 'grid_layout.h', 169 'grid_layout.h',
170 'layout_manager.cc', 170 'layout_manager.cc',
171 'layout_manager.h', 171 'layout_manager.h',
172 'painter.cc', 172 'painter.cc',
173 'painter.h', 173 'painter.h',
174 'repeat_controller.cc', 174 'repeat_controller.cc',
175 'repeat_controller.h', 175 'repeat_controller.h',
176 'screen.h',
177 'screen_gtk.cc',
178 'screen_win.cc',
176 'standard_layout.h', 179 'standard_layout.h',
177 'view.cc', 180 'view.cc',
178 'view.h', 181 'view.h',
179 'view_constants.cc', 182 'view_constants.cc',
180 'view_constants.h', 183 'view_constants.h',
181 'view_gtk.cc', 184 'view_gtk.cc',
182 'view_win.cc', 185 'view_win.cc',
183 'widget/accelerator_handler.cc', 186 'widget/accelerator_handler.cc',
184 'widget/accelerator_handler.h', 187 'widget/accelerator_handler.h',
185 'widget/aero_tooltip_manager.cc', 188 'widget/aero_tooltip_manager.cc',
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 ], 277 ],
275 'include_dirs': [ 278 'include_dirs': [
276 # TODO(beng): move wtl to src/third_party 279 # TODO(beng): move wtl to src/third_party
277 '../chrome/third_party/wtl/include', 280 '../chrome/third_party/wtl/include',
278 ], 281 ],
279 }], 282 }],
280 ], 283 ],
281 }, 284 },
282 ], 285 ],
283 } 286 }
OLDNEW
« no previous file with comments | « views/screen_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698