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

Side by Side Diff: views/views.gyp

Issue 8552005: views: Move views/window/ to ui/views/window directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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 | « ui/views/window/window_shape.cc ('k') | views/window/client_view.h » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 8
9 'target_defaults': { 9 'target_defaults': {
10 'conditions': [ 10 'conditions': [
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 'widget/native_widget_views.cc', 391 'widget/native_widget_views.cc',
392 'widget/native_widget_views.h', 392 'widget/native_widget_views.h',
393 'widget/native_widget_win.cc', 393 'widget/native_widget_win.cc',
394 'widget/native_widget_win.h', 394 'widget/native_widget_win.h',
395 'widget/widget.cc', 395 'widget/widget.cc',
396 'widget/widget.h', 396 'widget/widget.h',
397 'widget/widget_delegate.cc', 397 'widget/widget_delegate.cc',
398 'widget/widget_delegate.h', 398 'widget/widget_delegate.h',
399 'widget/window_manager.cc', 399 'widget/window_manager.cc',
400 'widget/window_manager.h', 400 'widget/window_manager.h',
401 'window/client_view.cc', 401 '../ui/views/window/client_view.cc',
402 'window/client_view.h', 402 '../ui/views/window/client_view.h',
403 'window/custom_frame_view.cc', 403 '../ui/views/window/custom_frame_view.cc',
404 'window/custom_frame_view.h', 404 '../ui/views/window/window/custom_frame_view.h',
405 'window/dialog_client_view.cc', 405 '../ui/views/window/dialog_client_view.cc',
406 'window/dialog_client_view.h', 406 '../ui/views/window/window/dialog_client_view.h',
407 'window/dialog_delegate.cc', 407 '../ui/views/window/dialog_delegate.cc',
408 'window/dialog_delegate.h', 408 '../ui/views/window/dialog_delegate.h',
409 'window/native_frame_view.cc', 409 '../ui/views/window/native_frame_view.cc',
410 'window/native_frame_view.h', 410 '../ui/views/window/native_frame_view.h',
411 'window/non_client_view.cc', 411 '../ui/views/window/non_client_view.cc',
412 'window/non_client_view.h', 412 '../ui/views/window/non_client_view.h',
413 'window/window_resources.h', 413 '../ui/views/window/window_resources.h',
414 'window/window_shape.cc', 414 '../ui/views/window/window_shape.cc',
415 'window/window_shape.h', 415 '../ui/views/window/window_shape.h',
416 ], 416 ],
417 'include_dirs': [ 417 'include_dirs': [
418 '../third_party/wtl/include', 418 '../third_party/wtl/include',
419 ], 419 ],
420 'conditions': [ 420 'conditions': [
421 ['use_wayland == 1', { 421 ['use_wayland == 1', {
422 'dependencies': [ 422 'dependencies': [
423 '../ui/wayland/wayland.gyp:wayland', 423 '../ui/wayland/wayland.gyp:wayland',
424 ], 424 ],
425 'sources/': [ 425 'sources/': [
(...skipping 506 matching lines...) Expand 10 before | Expand all | Expand 10 after
932 'include_dirs': [ 932 'include_dirs': [
933 '../third_party/wtl/include', 933 '../third_party/wtl/include',
934 ], 934 ],
935 }], 935 }],
936 ], 936 ],
937 }, 937 },
938 ], 938 ],
939 }], 939 }],
940 ], 940 ],
941 } 941 }
OLDNEW
« no previous file with comments | « ui/views/window/window_shape.cc ('k') | views/window/client_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698