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

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

Issue 10913237: Allow the Views Delegate to provide the native widget. (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
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 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
296 'touchui/touch_selection_controller.h', 296 'touchui/touch_selection_controller.h',
297 'view.cc', 297 'view.cc',
298 'view.h', 298 'view.h',
299 'view_constants.cc', 299 'view_constants.cc',
300 'view_constants.h', 300 'view_constants.h',
301 'view_aura.cc', 301 'view_aura.cc',
302 'view_model.cc', 302 'view_model.cc',
303 'view_model.h', 303 'view_model.h',
304 'view_model_utils.cc', 304 'view_model_utils.cc',
305 'view_model_utils.h', 305 'view_model_utils.h',
306 'views_switches.cc',
sky 2012/09/13 16:42:13 I think you forgot to svn add these.
307 'views_switches.h',
306 'view_text_utils.cc', 308 'view_text_utils.cc',
307 'view_text_utils.h', 309 'view_text_utils.h',
308 'view_win.cc', 310 'view_win.cc',
309 'views_delegate.h', 311 'views_delegate.h',
310 'widget/aero_tooltip_manager.cc', 312 'widget/aero_tooltip_manager.cc',
311 'widget/aero_tooltip_manager.h', 313 'widget/aero_tooltip_manager.h',
312 'widget/child_window_message_processor.cc', 314 'widget/child_window_message_processor.cc',
313 'widget/child_window_message_processor.h', 315 'widget/child_window_message_processor.h',
314 'widget/default_theme_provider.cc', 316 'widget/default_theme_provider.cc',
315 'widget/default_theme_provider.h', 317 'widget/default_theme_provider.h',
(...skipping 539 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 'sources/': [ 857 'sources/': [
856 # This is needed because the aura rule strips it from the default 858 # This is needed because the aura rule strips it from the default
857 # sources list. 859 # sources list.
858 ['include', '^../../content/app/startup_helper_win.cc'], 860 ['include', '^../../content/app/startup_helper_win.cc'],
859 ], 861 ],
860 }], 862 }],
861 ], 863 ],
862 }, # target_name: views_examples_with_content_exe 864 }, # target_name: views_examples_with_content_exe
863 ], 865 ],
864 } 866 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698