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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9225004: Handle Caps Lock short cut (Shift+Search) in ash [part 2 of 2]. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase 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 | « chrome/browser/ui/views/aura/screenshot_taker.h ('k') | chrome/chrome_tests.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 (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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 3358 matching lines...) Expand 10 before | Expand all | Expand 10 after
3369 'browser/ui/views/appcache_info_view.h', 3369 'browser/ui/views/appcache_info_view.h',
3370 'browser/ui/views/aura/app_list/app_list_model_builder.cc', 3370 'browser/ui/views/aura/app_list/app_list_model_builder.cc',
3371 'browser/ui/views/aura/app_list/app_list_model_builder.h', 3371 'browser/ui/views/aura/app_list/app_list_model_builder.h',
3372 'browser/ui/views/aura/app_list/app_list_view_delegate.cc', 3372 'browser/ui/views/aura/app_list/app_list_view_delegate.cc',
3373 'browser/ui/views/aura/app_list/app_list_view_delegate.h', 3373 'browser/ui/views/aura/app_list/app_list_view_delegate.h',
3374 'browser/ui/views/aura/app_list/browser_command_item.cc', 3374 'browser/ui/views/aura/app_list/browser_command_item.cc',
3375 'browser/ui/views/aura/app_list/browser_command_item.h', 3375 'browser/ui/views/aura/app_list/browser_command_item.h',
3376 'browser/ui/views/aura/app_list/chrome_app_list_item.h', 3376 'browser/ui/views/aura/app_list/chrome_app_list_item.h',
3377 'browser/ui/views/aura/app_list/extension_app_item.cc', 3377 'browser/ui/views/aura/app_list/extension_app_item.cc',
3378 'browser/ui/views/aura/app_list/extension_app_item.h', 3378 'browser/ui/views/aura/app_list/extension_app_item.h',
3379 'browser/ui/views/aura/caps_lock_handler.cc',
3380 'browser/ui/views/aura/caps_lock_handler.h',
3379 'browser/ui/views/aura/chrome_shell_delegate.cc', 3381 'browser/ui/views/aura/chrome_shell_delegate.cc',
3380 'browser/ui/views/aura/chrome_shell_delegate.h', 3382 'browser/ui/views/aura/chrome_shell_delegate.h',
3381 'browser/ui/views/aura/launcher_app_icon_loader.cc', 3383 'browser/ui/views/aura/launcher_app_icon_loader.cc',
3382 'browser/ui/views/aura/launcher_app_icon_loader.h', 3384 'browser/ui/views/aura/launcher_app_icon_loader.h',
3383 'browser/ui/views/aura/launcher_icon_updater.cc', 3385 'browser/ui/views/aura/launcher_icon_updater.cc',
3384 'browser/ui/views/aura/launcher_icon_updater.h', 3386 'browser/ui/views/aura/launcher_icon_updater.h',
3385 'browser/ui/views/aura/screen_orientation_listener.cc', 3387 'browser/ui/views/aura/screen_orientation_listener.cc',
3386 'browser/ui/views/aura/screen_orientation_listener.h', 3388 'browser/ui/views/aura/screen_orientation_listener.h',
3387 'browser/ui/views/aura/screenshot_taker.cc', 3389 'browser/ui/views/aura/screenshot_taker.cc',
3388 'browser/ui/views/aura/screenshot_taker.h', 3390 'browser/ui/views/aura/screenshot_taker.h',
(...skipping 2092 matching lines...) Expand 10 before | Expand all | Expand 10 after
5481 'type': 'static_library', 5483 'type': 'static_library',
5482 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5484 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5483 'variables': { 5485 'variables': {
5484 'proto_in_dir': 'browser/history', 5486 'proto_in_dir': 'browser/history',
5485 'proto_out_dir': 'chrome/browser/history', 5487 'proto_out_dir': 'chrome/browser/history',
5486 }, 5488 },
5487 'includes': [ '../build/protoc.gypi' ] 5489 'includes': [ '../build/protoc.gypi' ]
5488 }, 5490 },
5489 ], 5491 ],
5490 } 5492 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/aura/screenshot_taker.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698