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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3387008: linux: Add support for undo in the omnibox. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: Corrected entry in DEPS. Created 10 years, 2 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/browser/autocomplete/autocomplete_edit_view_gtk.cc ('k') | third_party/undoview/LICENSE » ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 3199 matching lines...) Expand 10 before | Expand all | Expand 10 after
3210 'browser/dom_ui/keyboard_ui.h', 3210 'browser/dom_ui/keyboard_ui.h',
3211 ], 3211 ],
3212 }], 3212 }],
3213 ['OS=="linux"', { 3213 ['OS=="linux"', {
3214 'dependencies': [ 3214 'dependencies': [
3215 '../build/linux/system.gyp:dbus-glib', 3215 '../build/linux/system.gyp:dbus-glib',
3216 '../build/linux/system.gyp:gconf', 3216 '../build/linux/system.gyp:gconf',
3217 '../build/linux/system.gyp:gtk', 3217 '../build/linux/system.gyp:gtk',
3218 '../build/linux/system.gyp:gtkprint', 3218 '../build/linux/system.gyp:gtkprint',
3219 '../build/linux/system.gyp:nss', 3219 '../build/linux/system.gyp:nss',
3220 '../third_party/undoview/undoview.gyp:undoview',
3220 ], 3221 ],
3221 'link_settings': { 3222 'link_settings': {
3222 'libraries': [ 3223 'libraries': [
3223 # For dlsym() in 'browser/zygote_main_linux.cc' 3224 # For dlsym() in 'browser/zygote_main_linux.cc'
3224 '-ldl', 3225 '-ldl',
3225 ], 3226 ],
3226 }, 3227 },
3227 'sources!': [ 3228 'sources!': [
3228 'browser/views/extensions/extension_view.cc', 3229 'browser/views/extensions/extension_view.cc',
3229 'browser/views/extensions/extension_view.h', 3230 'browser/views/extensions/extension_view.h',
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after
4045 ], 4046 ],
4046 }, 4047 },
4047 ], 4048 ],
4048 } 4049 }
4049 4050
4050 # Local Variables: 4051 # Local Variables:
4051 # tab-width:2 4052 # tab-width:2
4052 # indent-tabs-mode:nil 4053 # indent-tabs-mode:nil
4053 # End: 4054 # End:
4054 # vim: set expandtab tabstop=2 shiftwidth=2: 4055 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/autocomplete/autocomplete_edit_view_gtk.cc ('k') | third_party/undoview/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698