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

Side by Side Diff: views/views.gyp

Issue 758002: Make views depend on Xext (Closed)
Patch Set: Had merge collisions Created 10 years, 9 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 | « build/linux/system.gyp ('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 'target_defaults': { 9 'target_defaults': {
10 'sources/': [ 10 'sources/': [
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
298 'window/window_win.h', 298 'window/window_win.h',
299 ], 299 ],
300 'include_dirs': [ 300 'include_dirs': [
301 '<(DEPTH)/third_party/wtl/include', 301 '<(DEPTH)/third_party/wtl/include',
302 ], 302 ],
303 'conditions': [ 303 'conditions': [
304 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', { 304 ['OS=="linux" or OS=="freebsd" or OS=="openbsd"', {
305 'dependencies': [ 305 'dependencies': [
306 '../build/linux/system.gyp:gtk', 306 '../build/linux/system.gyp:gtk',
307 '../build/linux/system.gyp:x11', 307 '../build/linux/system.gyp:x11',
308 '../build/linux/system.gyp:xext',
308 ], 309 ],
309 'sources!': [ 310 'sources!': [
310 'accessibility/accessible_wrapper.cc', 311 'accessibility/accessible_wrapper.cc',
311 'accessibility/view_accessibility.cc', 312 'accessibility/view_accessibility.cc',
312 'accessibility/view_accessibility_wrapper.cc', 313 'accessibility/view_accessibility_wrapper.cc',
313 'controls/scrollbar/bitmap_scroll_bar.cc', 314 'controls/scrollbar/bitmap_scroll_bar.cc',
314 'controls/combo_box.cc', 315 'controls/combo_box.cc',
315 'controls/hwnd_view.cc', 316 'controls/hwnd_view.cc',
316 'controls/table/group_table_view.cc', 317 'controls/table/group_table_view.cc',
317 'controls/native_control.cc', 318 'controls/native_control.cc',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 ], 405 ],
405 }, 406 },
406 ], 407 ],
407 } 408 }
408 409
409 # Local Variables: 410 # Local Variables:
410 # tab-width:2 411 # tab-width:2
411 # indent-tabs-mode:nil 412 # indent-tabs-mode:nil
412 # End: 413 # End:
413 # vim: set expandtab tabstop=2 shiftwidth=2: 414 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « build/linux/system.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698