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

Side by Side Diff: ui/views/views.gyp

Issue 10381063: Aura/ash split: Don't use X11 window borders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: derat comments Created 8 years, 7 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 | « ui/ui.gyp ('k') | ui/views/widget/desktop_native_widget_helper_aura.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 'widget/native_widget_win.cc', 341 'widget/native_widget_win.cc',
342 'widget/native_widget_win.h', 342 'widget/native_widget_win.h',
343 'widget/widget.cc', 343 'widget/widget.cc',
344 'widget/widget.h', 344 'widget/widget.h',
345 'widget/widget_delegate.cc', 345 'widget/widget_delegate.cc',
346 'widget/widget_delegate.h', 346 'widget/widget_delegate.h',
347 'widget/widget_hwnd_utils.cc', 347 'widget/widget_hwnd_utils.cc',
348 'widget/widget_hwnd_utils.h', 348 'widget/widget_hwnd_utils.h',
349 'widget/widget_message_filter.cc', 349 'widget/widget_message_filter.cc',
350 'widget/widget_message_filter.h', 350 'widget/widget_message_filter.h',
351 'widget/x11_window_event_filter.cc',
352 'widget/x11_window_event_filter.h',
351 'window/client_view.cc', 353 'window/client_view.cc',
352 'window/client_view.h', 354 'window/client_view.h',
353 'window/custom_frame_view.cc', 355 'window/custom_frame_view.cc',
354 'window/custom_frame_view.h', 356 'window/custom_frame_view.h',
355 'window/dialog_client_view.cc', 357 'window/dialog_client_view.cc',
356 'window/dialog_client_view.h', 358 'window/dialog_client_view.h',
357 'window/dialog_delegate.cc', 359 'window/dialog_delegate.cc',
358 'window/dialog_delegate.h', 360 'window/dialog_delegate.h',
359 'window/frame_background.cc', 361 'window/frame_background.cc',
360 'window/frame_background.h', 362 'window/frame_background.h',
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
736 'sources/': [ 738 'sources/': [
737 # This is needed because the aura rule strips it from the default 739 # This is needed because the aura rule strips it from the default
738 # sources list. 740 # sources list.
739 ['include', '^../../content/app/startup_helper_win.cc'], 741 ['include', '^../../content/app/startup_helper_win.cc'],
740 ], 742 ],
741 }], 743 }],
742 ], 744 ],
743 }, # target_name: views_examples_lib 745 }, # target_name: views_examples_lib
744 ], 746 ],
745 } 747 }
OLDNEW
« no previous file with comments | « ui/ui.gyp ('k') | ui/views/widget/desktop_native_widget_helper_aura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698