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

Unified Diff: chrome/chrome.gyp

Issue 267048: Remove the base_gfx project since it no longer has an external dependencies.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/base.gyp ('k') | courgette/courgette.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 28691)
+++ chrome/chrome.gyp (working copy)
@@ -478,7 +478,7 @@
'theme_resources',
'../app/app.gyp:app_base',
'../base/base.gyp:base',
- '../base/base.gyp:base_gfx',
+ '../base/base.gyp:base_i18n',
'../build/temp_gyp/googleurl.gyp:googleurl',
'../ipc/ipc.gyp:ipc',
'../net/net.gyp:net',
@@ -4662,6 +4662,7 @@
}],
],
},
+ r
{
'target_name': 'page_cycler_tests',
'type': 'executable',
@@ -4704,6 +4705,7 @@
'test_support_common',
'test_support_ui',
'theme_resources',
+ '../base/base.gyp:base',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
],
@@ -4737,6 +4739,7 @@
'test_support_common',
'test_support_ui',
'theme_resources',
+ '../base/base.gyp:base',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
],
@@ -4765,6 +4768,7 @@
'test_support_common',
'test_support_ui',
'theme_resources',
+ '../base/base.gyp:base',
'../net/net.gyp:net',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
@@ -5409,6 +5413,7 @@
'msvs_guid': '42ECD5EC-722F-41DE-B6B8-83764C8016DF',
'dependencies': [
'../base/base.gyp:base',
+ '../base/base.gyp:base_i18n',
'convert_dict_lib',
'../third_party/hunspell/hunspell.gyp:hunspell',
],
@@ -5775,6 +5780,8 @@
'debugger',
'test_support_common',
'../app/app.gyp:app_base',
+ '../base/base.gyp:base',
+ '../base/base.gyp:base_i18n',
'../base/base.gyp:test_support_base',
'../skia/skia.gyp:skia',
'../testing/gtest.gyp:gtest',
« no previous file with comments | « base/base.gyp ('k') | courgette/courgette.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698