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

Unified Diff: chrome/chrome_tests.gypi

Issue 699001: Move wtl from chrome/third_party to third_party/. This... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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 | « chrome/chrome_renderer.gypi ('k') | chrome/nacl.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 40987)
+++ chrome/chrome_tests.gypi (working copy)
@@ -124,7 +124,7 @@
}],
['OS=="win"', {
'include_dirs': [
- 'third_party/wtl/include',
+ '<(DEPTH)/third_party/wtl/include',
],
}],
],
@@ -234,7 +234,7 @@
}],
['OS=="win"', {
'include_dirs': [
- 'third_party/wtl/include',
+ '<(DEPTH)/third_party/wtl/include',
],
'dependencies': [
'<(allocator_target)',
@@ -364,7 +364,7 @@
}],
['OS=="win"', {
'include_dirs': [
- 'third_party/wtl/include',
+ '<(DEPTH)/third_party/wtl/include',
],
'dependencies': [
'crash_service', # run time dependency
@@ -1051,7 +1051,7 @@
'<(allocator_target)',
],
'include_dirs': [
- 'third_party/wtl/include',
+ '<(DEPTH)/third_party/wtl/include',
],
'sources': [
'app/chrome_dll.rc',
@@ -1233,7 +1233,7 @@
'<@(browser_tests_sources_views_specific)'
],
'include_dirs': [
- 'third_party/wtl/include',
+ '<(DEPTH)/third_party/wtl/include',
],
'dependencies': [
'chrome_dll_version',
@@ -1509,7 +1509,7 @@
'conditions': [
['OS=="win"', {
'include_dirs': [
- 'third_party/wtl/include',
+ '<(DEPTH)/third_party/wtl/include',
],
'dependencies': [
'<(allocator_target)',
@@ -1708,7 +1708,7 @@
'<(SHARED_INTERMEDIATE_DIR)/chrome/theme_resources.rc',
],
'include_dirs': [
- 'third_party/wtl/include',
+ '<(DEPTH)/third_party/wtl/include',
],
'dependencies': [
'chrome_dll_version',
@@ -1819,7 +1819,7 @@
],
'include_dirs': [
'..',
- 'third_party/wtl/include',
+ '<(DEPTH)/third_party/wtl/include',
],
'sources': [
'test/plugin/plugin_test.cpp',
@@ -1862,7 +1862,7 @@
],
'include_dirs': [
'..',
- 'third_party/wtl/include',
+ '<(DEPTH)/third_party/wtl/include',
],
'sources': [
'test/selenium/selenium_test.cc',
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | chrome/nacl.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698