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

Unified Diff: chrome/chrome.gyp

Issue 88058: Build on Linux with shared libraries (significant chunks courtesy craigsch):... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/common.gypi ('k') | media/media.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome.gyp
===================================================================
--- chrome/chrome.gyp (revision 14127)
+++ chrome/chrome.gyp (working copy)
@@ -2528,11 +2528,14 @@
'dependencies': [
'browser',
'common',
+ 'renderer',
'resources',
+ 'views',
'../base/base.gyp:base',
'../base/base.gyp:test_support_base',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
+ '../webkit/webkit.gyp:glue',
],
'sources': [
'browser/visitedlink_perftest.cc',
@@ -2725,18 +2728,20 @@
'views/accessibility/accessible_wrapper.cc',
'views/accessibility/view_accessibility.cc',
'views/controls/scrollbar/bitmap_scroll_bar.cc',
- 'views/controls/button/image_button.cc',
'views/controls/button/button_dropdown.cc',
'views/controls/button/checkbox.cc',
- 'views/controls/menu/chrome_menu.cc',
+ 'views/controls/button/image_button.cc',
+ 'views/controls/button/menu_button.cc',
'views/controls/combo_box.cc',
- 'views/focus/focus_manager.cc',
- 'views/controls/table/group_table_view.cc',
'views/controls/hwnd_view.cc',
'views/controls/link.cc',
+ 'views/controls/menu/chrome_menu.cc',
'views/controls/menu/menu.cc',
- 'views/controls/button/menu_button.cc',
'views/controls/message_box_view.cc',
+ 'views/controls/scroll_view.cc',
+ 'views/controls/table/group_table_view.cc',
+ 'views/focus/external_focus_tracker.cc',
+ 'views/focus/focus_manager.cc',
'views/controls/button/native_button.cc',
'views/controls/native_control.cc',
'views/controls/scrollbar/native_scroll_bar.cc',
« no previous file with comments | « build/common.gypi ('k') | media/media.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698