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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 13164002: Create and show the virtual keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix upstream Created 7 years, 8 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/ash/chrome_shell_delegate.cc ('k') | chrome/chrome_browser_ui.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', 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 2451 matching lines...) Expand 10 before | Expand all | Expand 10 after
2462 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'], 2462 ['exclude', '^browser/lifetime/application_lifetime_stub.cc'],
2463 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] , 2463 ['exclude', '^browser/renderer_host/render_widget_host_view_views*'] ,
2464 ], 2464 ],
2465 'sources': [ 2465 'sources': [
2466 'browser/metro_viewer/metro_viewer_process_host_win.cc', 2466 'browser/metro_viewer/metro_viewer_process_host_win.cc',
2467 'browser/metro_viewer/metro_viewer_process_host_win.h', 2467 'browser/metro_viewer/metro_viewer_process_host_win.h',
2468 ], 2468 ],
2469 'dependencies': [ 2469 'dependencies': [
2470 '../ui/aura/aura.gyp:aura', 2470 '../ui/aura/aura.gyp:aura',
2471 '../ui/compositor/compositor.gyp:compositor', 2471 '../ui/compositor/compositor.gyp:compositor',
2472 '../ui/keyboard/keyboard.gyp:keyboard',
2472 ], 2473 ],
2473 'conditions': [ 2474 'conditions': [
2474 ['OS=="win"', { 2475 ['OS=="win"', {
2475 'sources/': [ 2476 'sources/': [
2476 ['exclude', '^browser/automation/automation_provider_aura.cc'], 2477 ['exclude', '^browser/automation/automation_provider_aura.cc'],
2477 ['exclude', '^browser/background/background_mode_manager_aura.cc '], 2478 ['exclude', '^browser/background/background_mode_manager_aura.cc '],
2478 ['exclude', '^browser/fullscreen_ash.cc'], 2479 ['exclude', '^browser/fullscreen_ash.cc'],
2479 ['exclude', '^browser/lifetime/application_lifetime_win.cc'], 2480 ['exclude', '^browser/lifetime/application_lifetime_win.cc'],
2480 ], 2481 ],
2481 'dependencies': [ 2482 'dependencies': [
(...skipping 554 matching lines...) Expand 10 before | Expand all | Expand 10 after
3036 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3037 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3037 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3038 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3038 }, 3039 },
3039 'includes': [ '../build/android/java_cpp_template.gypi' ], 3040 'includes': [ '../build/android/java_cpp_template.gypi' ],
3040 }, 3041 },
3041 ], 3042 ],
3042 }, 3043 },
3043 ], 3044 ],
3044 ], 3045 ],
3045 } 3046 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/ash/chrome_shell_delegate.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698