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

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: ready to go 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
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 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 43 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 44 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
45 '../third_party/icu/icu.gyp:icui18n', 45 '../third_party/icu/icu.gyp:icui18n',
46 '../third_party/icu/icu.gyp:icuuc', 46 '../third_party/icu/icu.gyp:icuuc',
47 '../third_party/libjingle/libjingle.gyp:libjingle', 47 '../third_party/libjingle/libjingle.gyp:libjingle',
48 '../third_party/libxml/libxml.gyp:libxml', 48 '../third_party/libxml/libxml.gyp:libxml',
49 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 49 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
50 '../third_party/zlib/zlib.gyp:minizip', 50 '../third_party/zlib/zlib.gyp:minizip',
51 '../third_party/zlib/zlib.gyp:zlib', 51 '../third_party/zlib/zlib.gyp:zlib',
52 '../ui/base/strings/ui_strings.gyp:ui_strings', 52 '../ui/base/strings/ui_strings.gyp:ui_strings',
53 '../ui/keyboard/keyboard.gyp:keyboard',
53 '../ui/ui.gyp:shell_dialogs', 54 '../ui/ui.gyp:shell_dialogs',
54 '../ui/ui.gyp:ui', 55 '../ui/ui.gyp:ui',
55 '../ui/ui.gyp:ui_resources', 56 '../ui/ui.gyp:ui_resources',
56 '../webkit/support/webkit_support.gyp:user_agent', 57 '../webkit/support/webkit_support.gyp:user_agent',
57 ], 58 ],
58 'include_dirs': [ 59 'include_dirs': [
59 '..', 60 '..',
60 '<(INTERMEDIATE_DIR)', 61 '<(INTERMEDIATE_DIR)',
61 # Needed by chrome_content_renderer_client.cc. & 62 # Needed by chrome_content_renderer_client.cc. &
62 # plugin_info_message_filter.cc. 63 # plugin_info_message_filter.cc.
(...skipping 2950 matching lines...) Expand 10 before | Expand all | Expand 10 after
3013 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3014 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3014 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3015 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3015 }, 3016 },
3016 'includes': [ '../build/android/java_cpp_template.gypi' ], 3017 'includes': [ '../build/android/java_cpp_template.gypi' ],
3017 }, 3018 },
3018 ], 3019 ],
3019 }, 3020 },
3020 ], 3021 ],
3021 ], 3022 ],
3022 } 3023 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698