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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 13652010: Add a virtual keyboard webui at chrome://keyboard/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: build fix 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_repack_resources.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 2480 matching lines...) Expand 10 before | Expand all | Expand 10 after
2491 ['include', '^browser/ui/views/simple_message_box_views.cc'], 2491 ['include', '^browser/ui/views/simple_message_box_views.cc'],
2492 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'], 2492 ['include', '^browser/ui/webui/certificate_viewer_webui.cc'],
2493 ['include', '^browser/ui/webui/certificate_viewer_webui.h'], 2493 ['include', '^browser/ui/webui/certificate_viewer_webui.h'],
2494 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'], 2494 ['include', '^browser/ui/webui/certificate_viewer_ui.cc'],
2495 ['include', '^browser/ui/webui/certificate_viewer_ui.h'], 2495 ['include', '^browser/ui/webui/certificate_viewer_ui.h'],
2496 ], 2496 ],
2497 'dependencies': [ 2497 'dependencies': [
2498 # aura uses some of ash resources. 2498 # aura uses some of ash resources.
2499 '../ash/ash.gyp:ash_resources', 2499 '../ash/ash.gyp:ash_resources',
2500 '../ui/aura/aura.gyp:aura', 2500 '../ui/aura/aura.gyp:aura',
2501 '../ui/keyboard/keyboard.gyp:keyboard',
2502 '../ui/keyboard/keyboard.gyp:keyboard_resources',
2501 ], 2503 ],
2502 'conditions': [ 2504 'conditions': [
2503 ['OS=="win"', { 2505 ['OS=="win"', {
2504 'sources/': [ 2506 'sources/': [
2505 ['exclude', '^browser/ui/views/hwnd_util_win.cc'], 2507 ['exclude', '^browser/ui/views/hwnd_util_win.cc'],
2506 ['exclude', '^browser/ui/views/native_focus_tracker_views_win.cc '], 2508 ['exclude', '^browser/ui/views/native_focus_tracker_views_win.cc '],
2507 ['exclude', '^browser/ui/views/theme_image_mapper.cc'], 2509 ['exclude', '^browser/ui/views/theme_image_mapper.cc'],
2508 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'], 2510 ['exclude', '^browser/ui/webui/certificate_viewer_webui.cc'],
2509 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'], 2511 ['exclude', '^browser/ui/webui/certificate_viewer_webui.h'],
2510 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'], 2512 ['exclude', '^browser/ui/webui/certificate_viewer_ui.cc'],
(...skipping 374 matching lines...) Expand 10 before | Expand all | Expand 10 after
2885 }], 2887 }],
2886 ['enable_message_center==1', { 2888 ['enable_message_center==1', {
2887 'dependencies': [ 2889 'dependencies': [
2888 '../ui/message_center/message_center.gyp:message_center', 2890 '../ui/message_center/message_center.gyp:message_center',
2889 ], 2891 ],
2890 }], 2892 }],
2891 ], 2893 ],
2892 }, 2894 },
2893 ], 2895 ],
2894 } 2896 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | chrome/chrome_repack_resources.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698