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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 165463002: event-rewrite: Clean up how events are rewritten. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix-debug Created 6 years, 10 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 | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_tests_unit.gypi » ('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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 'browser/ui/ash/chrome_launcher_prefs.cc', 280 'browser/ui/ash/chrome_launcher_prefs.cc',
281 'browser/ui/ash/chrome_launcher_prefs.h', 281 'browser/ui/ash/chrome_launcher_prefs.h',
282 'browser/ui/ash/chrome_new_window_delegate.cc', 282 'browser/ui/ash/chrome_new_window_delegate.cc',
283 'browser/ui/ash/chrome_new_window_delegate.h', 283 'browser/ui/ash/chrome_new_window_delegate.h',
284 'browser/ui/ash/chrome_new_window_delegate_chromeos.cc', 284 'browser/ui/ash/chrome_new_window_delegate_chromeos.cc',
285 'browser/ui/ash/chrome_new_window_delegate_chromeos.h', 285 'browser/ui/ash/chrome_new_window_delegate_chromeos.h',
286 'browser/ui/ash/chrome_shell_delegate.cc', 286 'browser/ui/ash/chrome_shell_delegate.cc',
287 'browser/ui/ash/chrome_shell_delegate.h', 287 'browser/ui/ash/chrome_shell_delegate.h',
288 'browser/ui/ash/chrome_shell_delegate_chromeos.cc', 288 'browser/ui/ash/chrome_shell_delegate_chromeos.cc',
289 'browser/ui/ash/chrome_shell_delegate_views.cc', 289 'browser/ui/ash/chrome_shell_delegate_views.cc',
290 'browser/ui/ash/event_rewriter.cc',
291 'browser/ui/ash/event_rewriter.h',
292 'browser/ui/ash/ime_controller_chromeos.cc', 290 'browser/ui/ash/ime_controller_chromeos.cc',
293 'browser/ui/ash/ime_controller_chromeos.h', 291 'browser/ui/ash/ime_controller_chromeos.h',
294 'browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc', 292 'browser/ui/ash/launcher/app_shortcut_launcher_item_controller.cc',
295 'browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h', 293 'browser/ui/ash/launcher/app_shortcut_launcher_item_controller.h',
296 'browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc', 294 'browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.cc',
297 'browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h', 295 'browser/ui/ash/launcher/browser_shortcut_launcher_item_controller.h',
298 'browser/ui/ash/launcher/browser_status_monitor.cc', 296 'browser/ui/ash/launcher/browser_status_monitor.cc',
299 'browser/ui/ash/launcher/browser_status_monitor.h', 297 'browser/ui/ash/launcher/browser_status_monitor.h',
300 'browser/ui/ash/launcher/chrome_launcher_app_menu_item.cc', 298 'browser/ui/ash/launcher/chrome_launcher_app_menu_item.cc',
301 'browser/ui/ash/launcher/chrome_launcher_app_menu_item.h', 299 'browser/ui/ash/launcher/chrome_launcher_app_menu_item.h',
(...skipping 3107 matching lines...) Expand 10 before | Expand all | Expand 10 after
3409 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3407 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3410 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3408 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3411 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3409 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3412 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3410 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3413 ], 3411 ],
3414 }], 3412 }],
3415 ], 3413 ],
3416 }, 3414 },
3417 ], 3415 ],
3418 } 3416 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698