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

Side by Side Diff: ui/ui.gyp

Issue 10918015: Make HWNDMessageHandler build with use_aura==1 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « no previous file | ui/views/views.gyp » ('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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'ui_resources.gypi', 10 'ui_resources.gypi',
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
510 ['use_aura==1', { 510 ['use_aura==1', {
511 'sources/': [ 511 'sources/': [
512 ['exclude', 'gfx/gtk_'], 512 ['exclude', 'gfx/gtk_'],
513 ['exclude', 'gfx/gtk_util.cc'], 513 ['exclude', 'gfx/gtk_util.cc'],
514 ['exclude', 'gfx/gtk_util.h'], 514 ['exclude', 'gfx/gtk_util.h'],
515 ['exclude', 'gfx/screen_gtk.cc'], 515 ['exclude', 'gfx/screen_gtk.cc'],
516 ['exclude', 'gfx/screen_win.cc'], 516 ['exclude', 'gfx/screen_win.cc'],
517 ['exclude', 'base/dialogs/select_file_dialog_mac.mm'], 517 ['exclude', 'base/dialogs/select_file_dialog_mac.mm'],
518 ['exclude', 'base/dialogs/select_file_dialog_win.cc'], 518 ['exclude', 'base/dialogs/select_file_dialog_win.cc'],
519 ['exclude', 'base/dragdrop/drag_utils_win.cc'], 519 ['exclude', 'base/dragdrop/drag_utils_win.cc'],
520 ['exclude', 'base/win/mouse_wheel_util.cc'],
521 ['exclude', 'base/win/mouse_wheel_util.h'],
522 ['exclude', 'base/work_area_watcher_observer.h'], 520 ['exclude', 'base/work_area_watcher_observer.h'],
523 ['exclude', 'base/x/active_window_watcher_x.cc'], 521 ['exclude', 'base/x/active_window_watcher_x.cc'],
524 ['exclude', 'base/x/active_window_watcher_x.h'], 522 ['exclude', 'base/x/active_window_watcher_x.h'],
525 ['exclude', 'base/x/active_window_watcher_x_observer.h'], 523 ['exclude', 'base/x/active_window_watcher_x_observer.h'],
526 ['exclude', 'base/x/root_window_property_watcher_x.cc'], 524 ['exclude', 'base/x/root_window_property_watcher_x.cc'],
527 ['exclude', 'base/x/root_window_property_watcher_x.h'], 525 ['exclude', 'base/x/root_window_property_watcher_x.h'],
528 ['exclude', 'base/x/work_area_watcher_x.cc'], 526 ['exclude', 'base/x/work_area_watcher_x.cc'],
529 ['exclude', 'base/x/work_area_watcher_x.h'], 527 ['exclude', 'base/x/work_area_watcher_x.h'],
530 ['exclude', 'ui_controls_win.cc'], 528 ['exclude', 'ui_controls_win.cc'],
531 ], 529 ],
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
774 }, 772 },
775 ], 773 ],
776 'conditions': [ 774 'conditions': [
777 ['inside_chromium_build == 1', { 775 ['inside_chromium_build == 1', {
778 'includes': [ 776 'includes': [
779 'ui_unittests.gypi', 777 'ui_unittests.gypi',
780 ]}, 778 ]},
781 ], 779 ],
782 ], 780 ],
783 } 781 }
OLDNEW
« no previous file with comments | « no previous file | ui/views/views.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698