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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 3429025: Landing http://codereview.chromium.org/3387008 for sadrul: (Closed) Base URL: git://git.chromium.org/chromium.git
Patch Set: fix deps issue 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 3210 matching lines...) Expand 10 before | Expand all | Expand 10 after
3221 'browser/dom_ui/keyboard_ui.h', 3221 'browser/dom_ui/keyboard_ui.h',
3222 ], 3222 ],
3223 }], 3223 }],
3224 ['OS=="linux"', { 3224 ['OS=="linux"', {
3225 'dependencies': [ 3225 'dependencies': [
3226 '../build/linux/system.gyp:dbus-glib', 3226 '../build/linux/system.gyp:dbus-glib',
3227 '../build/linux/system.gyp:gconf', 3227 '../build/linux/system.gyp:gconf',
3228 '../build/linux/system.gyp:gtk', 3228 '../build/linux/system.gyp:gtk',
3229 '../build/linux/system.gyp:gtkprint', 3229 '../build/linux/system.gyp:gtkprint',
3230 '../build/linux/system.gyp:nss', 3230 '../build/linux/system.gyp:nss',
3231 '../third_party/undoview/undoview.gyp:undoview',
3231 ], 3232 ],
3232 'link_settings': { 3233 'link_settings': {
3233 'libraries': [ 3234 'libraries': [
3234 # For dlsym() in 'browser/zygote_main_linux.cc' 3235 # For dlsym() in 'browser/zygote_main_linux.cc'
3235 '-ldl', 3236 '-ldl',
3236 ], 3237 ],
3237 }, 3238 },
3238 'sources!': [ 3239 'sources!': [
3239 'browser/views/extensions/extension_view.cc', 3240 'browser/views/extensions/extension_view.cc',
3240 'browser/views/extensions/extension_view.h', 3241 'browser/views/extensions/extension_view.h',
(...skipping 815 matching lines...) Expand 10 before | Expand all | Expand 10 after
4056 ], 4057 ],
4057 }, 4058 },
4058 ], 4059 ],
4059 } 4060 }
4060 4061
4061 # Local Variables: 4062 # Local Variables:
4062 # tab-width:2 4063 # tab-width:2
4063 # indent-tabs-mode:nil 4064 # indent-tabs-mode:nil
4064 # End: 4065 # End:
4065 # vim: set expandtab tabstop=2 shiftwidth=2: 4066 # 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