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

Unified Diff: webrtc/base/base_tests.gyp

Issue 1903553003: Remove the rtc_relative_path GYP variable and similar defines (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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 | « no previous file | webrtc/base/gunit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/base/base_tests.gyp
diff --git a/webrtc/base/base_tests.gyp b/webrtc/base/base_tests.gyp
index 73eeb0dbaa4b30d4d3eb016e091bc9c2428abd13..11aea29afb02b3b156f1a5cccff6897cd9c1eb0e 100644
--- a/webrtc/base/base_tests.gyp
+++ b/webrtc/base/base_tests.gyp
@@ -23,19 +23,11 @@
'testechoserver.h',
'testutils.h',
],
- 'defines': [
- 'GTEST_RELATIVE_PATH',
- ],
'dependencies': [
'base.gyp:rtc_base',
'<(DEPTH)/testing/gtest.gyp:gtest',
'<(webrtc_root)/test/test.gyp:field_trial',
],
- 'direct_dependent_settings': {
- 'defines': [
- 'GTEST_RELATIVE_PATH',
- ],
- },
'export_dependent_settings': [
'<(DEPTH)/testing/gtest.gyp:gtest',
],
« no previous file with comments | « no previous file | webrtc/base/gunit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698