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

Side by Side Diff: views/views.gyp

Issue 7273084: Change the meaning of "Widget::GetTopLevelWidget()" to mean the logical top level Window in the v... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 5 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 | views/widget/native_widget_gtk.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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'conditions': [ 10 'conditions': [
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'test/views_test_base.h', 508 'test/views_test_base.h',
509 'run_all_unittests.cc', 509 'run_all_unittests.cc',
510 'test/test_views_delegate.cc', 510 'test/test_views_delegate.cc',
511 'test/test_views_delegate.h', 511 'test/test_views_delegate.h',
512 'view_unittest.cc', 512 'view_unittest.cc',
513 'widget/native_widget_test_utils.h', 513 'widget/native_widget_test_utils.h',
514 'widget/native_widget_test_utils_gtk.cc', 514 'widget/native_widget_test_utils_gtk.cc',
515 'widget/native_widget_test_utils_win.cc', 515 'widget/native_widget_test_utils_win.cc',
516 'widget/native_widget_unittest.cc', 516 'widget/native_widget_unittest.cc',
517 'widget/native_widget_win_unittest.cc', 517 'widget/native_widget_win_unittest.cc',
518 'widget/widget_unittest.cc',
518 519
519 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 520 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
520 ], 521 ],
521 'conditions': [ 522 'conditions': [
522 ['toolkit_uses_gtk == 1', { 523 ['toolkit_uses_gtk == 1', {
523 'dependencies': [ 524 'dependencies': [
524 '../build/linux/system.gyp:gtk', 525 '../build/linux/system.gyp:gtk',
525 '../chrome/chrome.gyp:packed_resources', 526 '../chrome/chrome.gyp:packed_resources',
526 ], 527 ],
527 'conditions': [ 528 'conditions': [
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 758
758 759
759 ], 760 ],
760 } 761 }
761 762
762 # Local Variables: 763 # Local Variables:
763 # tab-width:2 764 # tab-width:2
764 # indent-tabs-mode:nil 765 # indent-tabs-mode:nil
765 # End: 766 # End:
766 # vim: set expandtab tabstop=2 shiftwidth=2: 767 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | views/widget/native_widget_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698