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

Side by Side Diff: views/views.gyp

Issue 155026: Fix the current remaining Views-GTK compile and linker errors. (Closed)
Patch Set: New patch Created 11 years, 5 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
« no previous file with comments | « views/controls/single_split_view.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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
262 'controls/combo_box.cc', 262 'controls/combo_box.cc',
263 'controls/hwnd_view.cc', 263 'controls/hwnd_view.cc',
264 'controls/menu/chrome_menu.cc', 264 'controls/menu/chrome_menu.cc',
265 'controls/message_box_view.cc', 265 'controls/message_box_view.cc',
266 'controls/scroll_view.cc', 266 'controls/scroll_view.cc',
267 'controls/table/group_table_view.cc', 267 'controls/table/group_table_view.cc',
268 'controls/native_control.cc', 268 'controls/native_control.cc',
269 'controls/scrollbar/native_scroll_bar.cc', 269 'controls/scrollbar/native_scroll_bar.cc',
270 'controls/button/radio_button.cc', 270 'controls/button/radio_button.cc',
271 'controls/separator.cc', 271 'controls/separator.cc',
272 'controls/single_split_view.cc',
273 'controls/tabbed_pane.cc', 272 'controls/tabbed_pane.cc',
274 'controls/table/table_model.cc', 273 'controls/table/table_model.cc',
275 'controls/table/table_view.cc', 274 'controls/table/table_view.cc',
276 'controls/table/group_table_view.cc', 275 'controls/table/group_table_view.cc',
277 'controls/tree/tree_view.cc', 276 'controls/tree/tree_view.cc',
278 'event_win.cc', 277 'event_win.cc',
279 'resize_corner.cc', 278 'resize_corner.cc',
280 'widget/accelerator_handler.cc', 279 'widget/accelerator_handler.cc',
281 'widget/aero_tooltip_manager.cc', 280 'widget/aero_tooltip_manager.cc',
282 'widget/root_view_drop_target.cc', 281 'widget/root_view_drop_target.cc',
(...skipping 11 matching lines...) Expand all
294 ], 293 ],
295 'include_dirs': [ 294 'include_dirs': [
296 # TODO(beng): move wtl to src/third_party 295 # TODO(beng): move wtl to src/third_party
297 '../chrome/third_party/wtl/include', 296 '../chrome/third_party/wtl/include',
298 ], 297 ],
299 }], 298 }],
300 ], 299 ],
301 }, 300 },
302 ], 301 ],
303 } 302 }
OLDNEW
« no previous file with comments | « views/controls/single_split_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698