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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7857019: Basic scaffolding for a "content shell", i.e. test browser over the content module. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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/app/chrome_main.cc ('k') | chrome/chrome_dll.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 (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 4092 matching lines...) Expand 10 before | Expand all | Expand 10 after
4103 ['webui_dialogs == 1', { 4103 ['webui_dialogs == 1', {
4104 'sources/': [ 4104 'sources/': [
4105 ['exclude', '^browser/ui/gtk/certificate_viewer.cc'], 4105 ['exclude', '^browser/ui/gtk/certificate_viewer.cc'],
4106 ['exclude', '^browser/ui/gtk/certificate_viewer.h'], 4106 ['exclude', '^browser/ui/gtk/certificate_viewer.h'],
4107 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc'], 4107 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.cc'],
4108 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.h'], 4108 ['exclude', '^browser/ui/gtk/hung_renderer_dialog_gtk.h'],
4109 ], 4109 ],
4110 }], 4110 }],
4111 ['toolkit_uses_gtk == 1', { 4111 ['toolkit_uses_gtk == 1', {
4112 'dependencies': [ 4112 'dependencies': [
4113 '../build/linux/system.gyp:dbus-glib',
4114 '../build/linux/system.gyp:gconf', 4113 '../build/linux/system.gyp:gconf',
4115 '../build/linux/system.gyp:gtk', 4114 '../build/linux/system.gyp:gtk',
4116 '../build/linux/system.gyp:gtkprint', 4115 '../build/linux/system.gyp:gtkprint',
4117 '../build/linux/system.gyp:ssl', 4116 '../build/linux/system.gyp:ssl',
4118 '../build/linux/system.gyp:x11', 4117 '../build/linux/system.gyp:x11',
4119 '../third_party/undoview/undoview.gyp:undoview', 4118 '../third_party/undoview/undoview.gyp:undoview',
4120 ], 4119 ],
4121 'link_settings': { 4120 'link_settings': {
4122 'libraries': [ 4121 'libraries': [
4123 # For dlsym() in 'browser/zygote_main_linux.cc' 4122 # For dlsym() in 'browser/zygote_main_linux.cc'
(...skipping 924 matching lines...) Expand 10 before | Expand all | Expand 10 after
5048 # weak imports in dependents, who still must #include 5047 # weak imports in dependents, who still must #include
5049 # closure_blocks_leopard_compat.h to get weak imports. 5048 # closure_blocks_leopard_compat.h to get weak imports.
5050 'type': 'none', 5049 'type': 'none',
5051 }], 5050 }],
5052 ], 5051 ],
5053 }, 5052 },
5054 ], 5053 ],
5055 }], 5054 }],
5056 ], 5055 ],
5057 } 5056 }
OLDNEW
« no previous file with comments | « chrome/app/chrome_main.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698