summaryrefslogtreecommitdiffstats
path: root/sandbox/win
diff options
context:
space:
mode:
authorjln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-13 20:05:40 +0000
committerjln@chromium.org <jln@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-07-13 20:05:40 +0000
commit890f30023b5c763470065f779a5a85c3cbcdd4ab (patch)
treecced1cb7e9eeab8fd91a72ecbcf33863370e2bee /sandbox/win
parentf2ba2a55f72c313e600060efc1bf0b3e56fc2ed2 (diff)
downloadchromium_src-890f30023b5c763470065f779a5a85c3cbcdd4ab.zip
chromium_src-890f30023b5c763470065f779a5a85c3cbcdd4ab.tar.gz
chromium_src-890f30023b5c763470065f779a5a85c3cbcdd4ab.tar.bz2
sandbox_win.gypi: one less.. for other .gyp files
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@146630 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sandbox/win')
-rw-r--r--sandbox/win/sandbox_win.gypi20
1 files changed, 10 insertions, 10 deletions
diff --git a/sandbox/win/sandbox_win.gypi b/sandbox/win/sandbox_win.gypi
index 7952bfe..3a6ecc7 100644
--- a/sandbox/win/sandbox_win.gypi
+++ b/sandbox/win/sandbox_win.gypi
@@ -142,12 +142,12 @@
'sandbox_windows_target': 1,
},
'dependencies': [
- '../../testing/gtest.gyp:gtest',
- '../../base/base.gyp:base',
- '../../base/base.gyp:base_static',
+ '../testing/gtest.gyp:gtest',
+ '../base/base.gyp:base',
+ '../base/base.gyp:base_static',
],
'export_dependent_settings': [
- '../../base/base.gyp:base',
+ '../base/base.gyp:base',
],
'sources': [
# Files that are used by the 32-bit version of Windows sandbox only.
@@ -191,9 +191,9 @@
'sandbox_windows_target': 1,
},
'dependencies': [
- '../../testing/gtest.gyp:gtest',
- '../../base/base.gyp:base_nacl_win64',
- '../../base/base.gyp:base_static_win64',
+ '../testing/gtest.gyp:gtest',
+ '../base/base.gyp:base_nacl_win64',
+ '../base/base.gyp:base_static_win64',
],
'configurations': {
'Common_Base': {
@@ -226,7 +226,7 @@
'type': 'executable',
'dependencies': [
'sandbox',
- '../../testing/gtest.gyp:gtest',
+ '../testing/gtest.gyp:gtest',
],
'sources': [
'tests/common/controller.cc',
@@ -254,7 +254,7 @@
'type': 'executable',
'dependencies': [
'sandbox',
- '../../testing/gtest.gyp:gtest',
+ '../testing/gtest.gyp:gtest',
],
'sources': [
'tests/common/controller.cc',
@@ -270,7 +270,7 @@
'type': 'executable',
'dependencies': [
'sandbox',
- '../../testing/gtest.gyp:gtest',
+ '../testing/gtest.gyp:gtest',
],
'sources': [
'tests/common/test_utils.cc',