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

Unified Diff: components/components_tests.gyp

Issue 866553004: components: Remove grit_out_dir variable from components_tests.gyp (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 521a4c84feb7d8a1208ab4ea4df609d7e314bc35..d1f60be7e0738403048315388109914cb53a9ce3 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -8,8 +8,7 @@
# platforms to include source files on (e.g. files ending in
# _mac.h or _mac.cc are only compiled on MacOSX).
'chromium_code': 1,
- 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/components',
- },
+ },
'conditions': [
['android_webview_build == 0', {
'targets': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698