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

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
« no previous file with comments | « ash/accelerators/nested_dispatcher_controller_unittest.cc ('k') | ash/shell.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) 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 'wm/always_on_top_controller.cc', 181 'wm/always_on_top_controller.cc',
182 'wm/always_on_top_controller.h', 182 'wm/always_on_top_controller.h',
183 'wm/base_layout_manager.cc', 183 'wm/base_layout_manager.cc',
184 'wm/base_layout_manager.h', 184 'wm/base_layout_manager.h',
185 'wm/custom_frame_view_ash.cc', 185 'wm/custom_frame_view_ash.cc',
186 'wm/custom_frame_view_ash.h', 186 'wm/custom_frame_view_ash.h',
187 'wm/default_window_resizer.cc', 187 'wm/default_window_resizer.cc',
188 'wm/default_window_resizer.h', 188 'wm/default_window_resizer.h',
189 'wm/dialog_frame_view.cc', 189 'wm/dialog_frame_view.cc',
190 'wm/dialog_frame_view.h', 190 'wm/dialog_frame_view.h',
191 'wm/event_client_impl.cc',
192 'wm/event_client_impl.h',
191 'wm/frame_painter.cc', 193 'wm/frame_painter.cc',
192 'wm/frame_painter.h', 194 'wm/frame_painter.h',
193 'wm/image_grid.cc', 195 'wm/image_grid.cc',
194 'wm/image_grid.h', 196 'wm/image_grid.h',
195 'wm/panel_frame_view.cc', 197 'wm/panel_frame_view.cc',
196 'wm/panel_frame_view.h', 198 'wm/panel_frame_view.h',
197 'wm/panel_layout_manager.cc', 199 'wm/panel_layout_manager.cc',
198 'wm/panel_layout_manager.h', 200 'wm/panel_layout_manager.h',
199 'wm/panel_window_event_filter.cc', 201 'wm/panel_window_event_filter.cc',
200 'wm/panel_window_event_filter.h', 202 'wm/panel_window_event_filter.h',
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 '../ui/ui.gyp:ui_resources', 420 '../ui/ui.gyp:ui_resources',
419 '../ui/ui.gyp:ui_resources_standard', 421 '../ui/ui.gyp:ui_resources_standard',
420 '../ui/views/views.gyp:views', 422 '../ui/views/views.gyp:views',
421 '../ui/views/views.gyp:views_examples_lib', 423 '../ui/views/views.gyp:views_examples_lib',
422 'ash', 424 'ash',
423 ], 425 ],
424 'sources': [ 426 'sources': [
425 'shell/app_list.cc', 427 'shell/app_list.cc',
426 'shell/bubble.cc', 428 'shell/bubble.cc',
427 'shell/example_factory.h', 429 'shell/example_factory.h',
430 'shell/launcher_delegate_impl.cc',
431 'shell/launcher_delegate_impl.h',
428 'shell/lock_view.cc', 432 'shell/lock_view.cc',
429 'shell/panel_window.cc', 433 'shell/panel_window.cc',
430 'shell/panel_window.h', 434 'shell/panel_window.h',
435 'shell/shell_delegate_impl.cc',
436 'shell/shell_delegate_impl.h',
431 'shell/shell_main.cc', 437 'shell/shell_main.cc',
432 'shell/shell_main_parts.cc', 438 'shell/shell_main_parts.cc',
433 'shell/shell_main_parts.h', 439 'shell/shell_main_parts.h',
434 'shell/shell_main_parts_mac.mm', 440 'shell/shell_main_parts_mac.mm',
435 'shell/toplevel_window.cc', 441 'shell/toplevel_window.cc',
436 'shell/toplevel_window.h', 442 'shell/toplevel_window.h',
437 'shell/widgets.cc', 443 'shell/widgets.cc',
438 'shell/window_type_launcher.cc', 444 'shell/window_type_launcher.cc',
439 'shell/window_type_launcher.h', 445 'shell/window_type_launcher.h',
446 'shell/window_watcher.cc',
447 'shell/window_watcher.h',
440 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', 448 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
441 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc', 449 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_standa rd.rc',
442 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', 450 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
443 '../ui/views/test/test_views_delegate.cc', 451 '../ui/views/test/test_views_delegate.cc',
444 ], 452 ],
445 'conditions': [ 453 'conditions': [
446 ['OS=="mac"', { 454 ['OS=="mac"', {
447 'product_name': 'AuraShell', 455 'product_name': 'AuraShell',
448 'mac_bundle': 1, 456 'mac_bundle': 1,
449 'sources/': [ 457 'sources/': [
(...skipping 11 matching lines...) Expand all
461 'shell/cocoa/app-Info.plist', 469 'shell/cocoa/app-Info.plist',
462 ], 470 ],
463 'xcode_settings': { 471 'xcode_settings': {
464 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 472 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
465 }, 473 },
466 }], 474 }],
467 ], 475 ],
468 }, 476 },
469 ], 477 ],
470 } 478 }
OLDNEW
« no previous file with comments | « ash/accelerators/nested_dispatcher_controller_unittest.cc ('k') | ash/shell.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698