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

Side by Side Diff: ash/ash.gyp

Issue 9166014: Allow a Views client to provide a default frameview for window widgets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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 | ash/ash_switches.h » ('j') | ash/ash_switches.h » ('J')
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 9
10 'targets': [ 10 'targets': [
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 'wm/always_on_top_controller.cc', 100 'wm/always_on_top_controller.cc',
101 'wm/always_on_top_controller.h', 101 'wm/always_on_top_controller.h',
102 'wm/compact_layout_manager.cc', 102 'wm/compact_layout_manager.cc',
103 'wm/compact_layout_manager.h', 103 'wm/compact_layout_manager.h',
104 'wm/compact_status_area_layout_manager.cc', 104 'wm/compact_status_area_layout_manager.cc',
105 'wm/compact_status_area_layout_manager.h', 105 'wm/compact_status_area_layout_manager.h',
106 'wm/default_container_event_filter.cc', 106 'wm/default_container_event_filter.cc',
107 'wm/default_container_event_filter.h', 107 'wm/default_container_event_filter.h',
108 'wm/default_container_layout_manager.cc', 108 'wm/default_container_layout_manager.cc',
109 'wm/default_container_layout_manager.h', 109 'wm/default_container_layout_manager.h',
110 'wm/dialog_frame_view.cc',
111 'wm/dialog_frame_view.h',
110 'wm/image_grid.cc', 112 'wm/image_grid.cc',
111 'wm/image_grid.h', 113 'wm/image_grid.h',
112 'wm/modal_container_layout_manager.cc', 114 'wm/modal_container_layout_manager.cc',
113 'wm/modal_container_layout_manager.h', 115 'wm/modal_container_layout_manager.h',
114 'wm/modality_event_filter.cc', 116 'wm/modality_event_filter.cc',
115 'wm/modality_event_filter.h', 117 'wm/modality_event_filter.h',
116 'wm/modality_event_filter_delegate.h', 118 'wm/modality_event_filter_delegate.h',
117 'wm/power_button_controller.cc', 119 'wm/power_button_controller.cc',
118 'wm/power_button_controller.h', 120 'wm/power_button_controller.h',
119 'wm/property_util.cc', 121 'wm/property_util.cc',
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'shell/window_type_launcher.cc', 272 'shell/window_type_launcher.cc',
271 'shell/window_type_launcher.h', 273 'shell/window_type_launcher.h',
272 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 274 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
273 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 275 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
274 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 276 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
275 '../ui/views/test/test_views_delegate.cc', 277 '../ui/views/test/test_views_delegate.cc',
276 ], 278 ],
277 }, 279 },
278 ], 280 ],
279 } 281 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | ash/ash_switches.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698