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

Unified Diff: tools/clang/translation_unit/test_files/test_relative_sysroot.cc

Issue 1658553002: Check for system include paths by looking at clang's HeaderSearchOptions, (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add helpful comments Created 4 years, 11 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
Index: tools/clang/translation_unit/test_files/test_relative_sysroot.cc
diff --git a/chrome/test/data/extensions/policy_shared_module/shared_module/pass.js b/tools/clang/translation_unit/test_files/test_relative_sysroot.cc
similarity index 87%
copy from chrome/test/data/extensions/policy_shared_module/shared_module/pass.js
copy to tools/clang/translation_unit/test_files/test_relative_sysroot.cc
index 2a344be5ca53dc39b0cd7a89c66d67ce05122c7c..c6beb1aca01e4f9e136b8ba16084a63c177e0bb6 100644
--- a/chrome/test/data/extensions/policy_shared_module/shared_module/pass.js
+++ b/tools/clang/translation_unit/test_files/test_relative_sysroot.cc
@@ -2,4 +2,4 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-var pass_exported = {};
+#include <string>

Powered by Google App Engine
This is Rietveld 408576698