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

Side by Side Diff: ash/ash.gyp

Issue 9788001: Remove stops_event_propagation from Window, since it's broken. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 9 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
160 'wm/always_on_top_controller.cc', 160 'wm/always_on_top_controller.cc',
161 'wm/always_on_top_controller.h', 161 'wm/always_on_top_controller.h',
162 'wm/base_layout_manager.cc', 162 'wm/base_layout_manager.cc',
163 'wm/base_layout_manager.h', 163 'wm/base_layout_manager.h',
164 'wm/custom_frame_view_ash.cc', 164 'wm/custom_frame_view_ash.cc',
165 'wm/custom_frame_view_ash.h', 165 'wm/custom_frame_view_ash.h',
166 'wm/default_window_resizer.cc', 166 'wm/default_window_resizer.cc',
167 'wm/default_window_resizer.h', 167 'wm/default_window_resizer.h',
168 'wm/dialog_frame_view.cc', 168 'wm/dialog_frame_view.cc',
169 'wm/dialog_frame_view.h', 169 'wm/dialog_frame_view.h',
170 'wm/event_client_impl.cc',
171 'wm/event_client_impl.h',
170 'wm/frame_painter.cc', 172 'wm/frame_painter.cc',
171 'wm/frame_painter.h', 173 'wm/frame_painter.h',
172 'wm/image_grid.cc', 174 'wm/image_grid.cc',
173 'wm/image_grid.h', 175 'wm/image_grid.h',
174 'wm/panel_frame_view.cc', 176 'wm/panel_frame_view.cc',
175 'wm/panel_frame_view.h', 177 'wm/panel_frame_view.h',
176 'wm/panel_layout_manager.cc', 178 'wm/panel_layout_manager.cc',
177 'wm/panel_layout_manager.h', 179 'wm/panel_layout_manager.h',
178 'wm/panel_window_event_filter.cc', 180 'wm/panel_window_event_filter.cc',
179 'wm/panel_window_event_filter.h', 181 'wm/panel_window_event_filter.h',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 '../ui/ui.gyp:ui_resources', 399 '../ui/ui.gyp:ui_resources',
398 '../ui/ui.gyp:ui_resources_standard', 400 '../ui/ui.gyp:ui_resources_standard',
399 '../ui/views/views.gyp:views', 401 '../ui/views/views.gyp:views',
400 '../ui/views/views.gyp:views_examples_lib', 402 '../ui/views/views.gyp:views_examples_lib',
401 'ash', 403 'ash',
402 ], 404 ],
403 'sources': [ 405 'sources': [
404 'shell/app_list.cc', 406 'shell/app_list.cc',
405 'shell/bubble.cc', 407 'shell/bubble.cc',
406 'shell/example_factory.h', 408 'shell/example_factory.h',
409 'shell/launcher_delegate_impl.cc',
410 'shell/launcher_delegate_impl.h',
407 'shell/lock_view.cc', 411 'shell/lock_view.cc',
408 'shell/panel_window.cc', 412 'shell/panel_window.cc',
409 'shell/panel_window.h', 413 'shell/panel_window.h',
414 'shell/shell_delegate_impl.cc',
415 'shell/shell_delegate_impl.h',
410 'shell/shell_main.cc', 416 'shell/shell_main.cc',
411 'shell/shell_main_parts.cc', 417 'shell/shell_main_parts.cc',
412 'shell/shell_main_parts.h', 418 'shell/shell_main_parts.h',
413 'shell/shell_main_parts_mac.mm', 419 'shell/shell_main_parts_mac.mm',
414 'shell/toplevel_window.cc', 420 'shell/toplevel_window.cc',
415 'shell/toplevel_window.h', 421 'shell/toplevel_window.h',
416 'shell/widgets.cc', 422 'shell/widgets.cc',
417 'shell/window_type_launcher.cc', 423 'shell/window_type_launcher.cc',
418 'shell/window_type_launcher.h', 424 'shell/window_type_launcher.h',
425 'shell/window_watcher.cc',
426 'shell/window_watcher.h',
419 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 427 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
420 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 428 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
421 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 429 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
422 '../ui/views/test/test_views_delegate.cc', 430 '../ui/views/test/test_views_delegate.cc',
423 ], 431 ],
424 'conditions': [ 432 'conditions': [
425 ['OS=="mac"', { 433 ['OS=="mac"', {
426 'product_name': 'AuraShell', 434 'product_name': 'AuraShell',
427 'mac_bundle': 1, 435 'mac_bundle': 1,
428 'sources/': [ 436 'sources/': [
(...skipping 11 matching lines...) Expand all
440 'shell/cocoa/app-Info.plist', 448 'shell/cocoa/app-Info.plist',
441 ], 449 ],
442 'xcode_settings': { 450 'xcode_settings': {
443 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 451 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
444 }, 452 },
445 }], 453 }],
446 ], 454 ],
447 }, 455 },
448 ], 456 ],
449 } 457 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698