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

Side by Side Diff: components/dom_distiller.gypi

Issue 100623006: Move dom_distiller_service_factory to //chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase after conflict with blundell@chromium.org (!) Created 7 years 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'conditions': [ 6 'conditions': [
7 ['android_webview_build == 0', { 7 ['android_webview_build == 0', {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'dom_distiller_webui', 10 'target_name': 'dom_distiller_webui',
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 'dom_distiller_core', 105 'dom_distiller_core',
106 '../skia/skia.gyp:skia', 106 '../skia/skia.gyp:skia',
107 '../sync/sync.gyp:sync', 107 '../sync/sync.gyp:sync',
108 ], 108 ],
109 'include_dirs': [ 109 'include_dirs': [
110 '..', 110 '..',
111 ], 111 ],
112 'sources': [ 112 'sources': [
113 'dom_distiller/content/distiller_page_web_contents.cc', 113 'dom_distiller/content/distiller_page_web_contents.cc',
114 'dom_distiller/content/distiller_page_web_contents.h', 114 'dom_distiller/content/distiller_page_web_contents.h',
115 'dom_distiller/content/dom_distiller_service_factory.cc',
116 'dom_distiller/content/dom_distiller_service_factory.h',
117 ], 115 ],
118 }, 116 },
119 ], 117 ],
120 }], 118 }],
121 ], 119 ],
122 }], 120 }],
123 ], 121 ],
124 } 122 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/dom_distiller/content/dom_distiller_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698