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

Side by Side Diff: views/views.gyp

Issue 5785001: A NativeViewHostViews class for embedding views inside NativeHostView instances. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed the location of the cast as per discussion with ben Created 10 years 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
OLDNEW
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 'controls/native_control_gtk.cc', 164 'controls/native_control_gtk.cc',
165 'controls/native_control_gtk.h', 165 'controls/native_control_gtk.h',
166 'controls/native_control_win.cc', 166 'controls/native_control_win.cc',
167 'controls/native_control_win.h', 167 'controls/native_control_win.h',
168 'controls/native/native_view_host.cc', 168 'controls/native/native_view_host.cc',
169 'controls/native/native_view_host.h', 169 'controls/native/native_view_host.h',
170 'controls/native/native_view_host_gtk.cc', 170 'controls/native/native_view_host_gtk.cc',
171 'controls/native/native_view_host_gtk.h', 171 'controls/native/native_view_host_gtk.h',
172 'controls/native/native_view_host_win.cc', 172 'controls/native/native_view_host_win.cc',
173 'controls/native/native_view_host_win.h', 173 'controls/native/native_view_host_win.h',
174 'controls/native/native_view_host_views.cc',
175 'controls/native/native_view_host_views.h',
174 'controls/native/native_view_host_wrapper.h', 176 'controls/native/native_view_host_wrapper.h',
175 'controls/progress_bar.h', 177 'controls/progress_bar.h',
176 'controls/progress_bar.cc', 178 'controls/progress_bar.cc',
177 'controls/resize_area.cc', 179 'controls/resize_area.cc',
178 'controls/resize_area.h', 180 'controls/resize_area.h',
179 'controls/scroll_view.cc', 181 'controls/scroll_view.cc',
180 'controls/scroll_view.h', 182 'controls/scroll_view.h',
181 'controls/scrollbar/bitmap_scroll_bar.cc', 183 'controls/scrollbar/bitmap_scroll_bar.cc',
182 'controls/scrollbar/bitmap_scroll_bar.h', 184 'controls/scrollbar/bitmap_scroll_bar.h',
183 'controls/scrollbar/native_scroll_bar_gtk.cc', 185 'controls/scrollbar/native_scroll_bar_gtk.cc',
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 ], 531 ],
530 }, 532 },
531 ], 533 ],
532 } 534 }
533 535
534 # Local Variables: 536 # Local Variables:
535 # tab-width:2 537 # tab-width:2
536 # indent-tabs-mode:nil 538 # indent-tabs-mode:nil
537 # End: 539 # End:
538 # vim: set expandtab tabstop=2 shiftwidth=2: 540 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« chrome/browser/ui/views/dom_view.cc ('K') | « views/controls/native/native_view_host_views.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698