summaryrefslogtreecommitdiffstats
path: root/components/dom_distiller.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 /components/dom_distiller.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 'components/dom_distiller.gypi')
-rw-r--r--components/dom_distiller.gypi28
1 files changed, 14 insertions, 14 deletions
diff --git a/components/dom_distiller.gypi b/components/dom_distiller.gypi
index 157e6be..ea4a750 100644
--- a/components/dom_distiller.gypi
+++ b/components/dom_distiller.gypi
@@ -164,8 +164,8 @@
['OS != "ios"', {
'targets': [
{
- # GN version: //components/dom_distiller/content
- 'target_name': 'dom_distiller_content',
+ # GN version: //components/dom_distiller/content:content_browser
+ 'target_name': 'dom_distiller_content_browser',
'type': 'static_library',
'dependencies': [
'../base/base.gyp:base',
@@ -184,18 +184,18 @@
'..',
],
'sources': [
- 'dom_distiller/content/distillable_page_utils.cc',
- 'dom_distiller/content/distillable_page_utils.h',
- 'dom_distiller/content/distillable_page_utils_android.cc',
- 'dom_distiller/content/distillable_page_utils_android.h',
- 'dom_distiller/content/distiller_javascript_utils.cc',
- 'dom_distiller/content/distiller_javascript_utils.h',
- 'dom_distiller/content/distiller_page_web_contents.cc',
- 'dom_distiller/content/distiller_page_web_contents.h',
- 'dom_distiller/content/dom_distiller_viewer_source.cc',
- 'dom_distiller/content/dom_distiller_viewer_source.h',
- 'dom_distiller/content/web_contents_main_frame_observer.cc',
- 'dom_distiller/content/web_contents_main_frame_observer.h',
+ 'dom_distiller/content/browser/distillable_page_utils.cc',
+ 'dom_distiller/content/browser/distillable_page_utils.h',
+ 'dom_distiller/content/browser/distillable_page_utils_android.cc',
+ 'dom_distiller/content/browser/distillable_page_utils_android.h',
+ 'dom_distiller/content/browser/distiller_javascript_utils.cc',
+ 'dom_distiller/content/browser/distiller_javascript_utils.h',
+ 'dom_distiller/content/browser/distiller_page_web_contents.cc',
+ 'dom_distiller/content/browser/distiller_page_web_contents.h',
+ 'dom_distiller/content/browser/dom_distiller_viewer_source.cc',
+ 'dom_distiller/content/browser/dom_distiller_viewer_source.h',
+ 'dom_distiller/content/browser/web_contents_main_frame_observer.cc',
+ 'dom_distiller/content/browser/web_contents_main_frame_observer.h',
],
'conditions': [
['OS == "android"', {