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

Side by Side Diff: views/views.gyp

Issue 201079: Lands http://codereview.chromium.org/194014 for Oshima:... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 3 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/controls/message_box_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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
290 '../build/linux/system.gyp:gtk', 290 '../build/linux/system.gyp:gtk',
291 ], 291 ],
292 'sources!': [ 292 'sources!': [
293 'accelerator.cc', 293 'accelerator.cc',
294 'accessibility/accessible_wrapper.cc', 294 'accessibility/accessible_wrapper.cc',
295 'accessibility/view_accessibility.cc', 295 'accessibility/view_accessibility.cc',
296 'accessibility/view_accessibility_wrapper.cc', 296 'accessibility/view_accessibility_wrapper.cc',
297 'controls/scrollbar/bitmap_scroll_bar.cc', 297 'controls/scrollbar/bitmap_scroll_bar.cc',
298 'controls/combo_box.cc', 298 'controls/combo_box.cc',
299 'controls/hwnd_view.cc', 299 'controls/hwnd_view.cc',
300 'controls/message_box_view.cc',
301 'controls/scroll_view.cc', 300 'controls/scroll_view.cc',
302 'controls/table/group_table_view.cc', 301 'controls/table/group_table_view.cc',
303 'controls/native_control.cc', 302 'controls/native_control.cc',
304 'controls/scrollbar/native_scroll_bar.cc', 303 'controls/scrollbar/native_scroll_bar.cc',
305 'controls/separator.cc', 304 'controls/separator.cc',
306 'controls/table/table_model.cc', 305 'controls/table/table_model.cc',
307 'controls/table/table_view.cc', 306 'controls/table/table_view.cc',
308 'controls/table/group_table_view.cc', 307 'controls/table/group_table_view.cc',
309 'controls/tree/tree_view.cc', 308 'controls/tree/tree_view.cc',
310 'event_win.cc', 309 'event_win.cc',
(...skipping 13 matching lines...) Expand all
324 ], 323 ],
325 'include_dirs': [ 324 'include_dirs': [
326 # TODO(beng): move wtl to src/third_party 325 # TODO(beng): move wtl to src/third_party
327 '../chrome/third_party/wtl/include', 326 '../chrome/third_party/wtl/include',
328 ], 327 ],
329 }], 328 }],
330 ], 329 ],
331 } 330 }
332 ], 331 ],
333 } 332 }
OLDNEW
« no previous file with comments | « views/controls/message_box_view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698