summaryrefslogtreecommitdiffstats
path: root/chrome/chrome_tests.gypi
diff options
context:
space:
mode:
authormdjones <mdjones@chromium.org>2015-07-22 12:15:39 -0700
committerCommit bot <commit-bot@chromium.org>2015-07-22 19:16:25 +0000
commit1c47b05d2ac1f7caa4e67992a6b97b3486acf2aa (patch)
treeb0b638d4ff1c8d8954b19f7ccf528d876266e98d /chrome/chrome_tests.gypi
parent8d035971cf97199c4aa2d0cb308fe622fe02418e (diff)
downloadchromium_src-1c47b05d2ac1f7caa4e67992a6b97b3486acf2aa.zip
chromium_src-1c47b05d2ac1f7caa4e67992a6b97b3486acf2aa.tar.gz
chromium_src-1c47b05d2ac1f7caa4e67992a6b97b3486acf2aa.tar.bz2
Refactor dom_distiller content/ to content/browser
This change moves the files in the root content folder to a new browser folder. This is to help differentiate future code that will run on the renderer. BUG= Review URL: https://codereview.chromium.org/1227123002 Cr-Commit-Position: refs/heads/master@{#339927}
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r--chrome/chrome_tests.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 39281b4..9de0536 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2033,7 +2033,7 @@
'../components/components.gyp:autofill_content_risk_proto',
'../components/components.gyp:autofill_content_test_support',
'../components/components.gyp:captive_portal_test_support',
- '../components/components.gyp:dom_distiller_content',
+ '../components/components.gyp:dom_distiller_content_browser',
'../components/components.gyp:dom_distiller_test_support',
'../components/components.gyp:guest_view_test_support',
'../components/components.gyp:translate_core_common',