summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 23:12:45 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-06-29 23:12:45 +0000
commitd267861bd5749577f37e7cc9331eac5469367d80 (patch)
treebb0189ad9c7662a6f4137f427599a26bda6c899b
parentec5efb575358f7f5d0bba7cef2853cf8e491bce5 (diff)
downloadchromium_src-d267861bd5749577f37e7cc9331eac5469367d80.zip
chromium_src-d267861bd5749577f37e7cc9331eac5469367d80.tar.gz
chromium_src-d267861bd5749577f37e7cc9331eac5469367d80.tar.bz2
Remove the dependency on app_base from some targets.
BUG=72317 TEST=None R=rsesek@chromium.org Review URL: http://codereview.chromium.org/7283024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91045 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--gpu/gpu.gyp1
-rw-r--r--remoting/remoting.gyp1
-rw-r--r--tools/imagediff/image_diff.gyp2
3 files changed, 1 insertions, 3 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index d9f0efa..6ef5929 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -251,7 +251,6 @@
'target_name': 'gpu_unittests',
'type': 'executable',
'dependencies': [
- '../app/app.gyp:app_base',
'../testing/gmock.gyp:gmock',
'../testing/gmock.gyp:gmock_main',
'../testing/gtest.gyp:gtest',
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index b5177f9..640cd2e 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -735,7 +735,6 @@
'conditions': [
['toolkit_uses_gtk == 1', {
'dependencies': [
- '../app/app.gyp:app_base',
# Needed for the following #include chain:
# base/run_all_unittests.cc
# ../base/test_suite.h
diff --git a/tools/imagediff/image_diff.gyp b/tools/imagediff/image_diff.gyp
index 0099c6d..4c0462b 100644
--- a/tools/imagediff/image_diff.gyp
+++ b/tools/imagediff/image_diff.gyp
@@ -11,8 +11,8 @@
'target_name': 'image_diff',
'type': 'executable',
'dependencies': [
- '../../app/app.gyp:app_base',
'../../base/base.gyp:base',
+ '../../ui/ui.gyp:ui_gfx',
],
'sources': [
'image_diff.cc',