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

Side by Side Diff: components/dom_distiller.gypi

Issue 111503003: dom_distiller_core exports dependent settings of distilled_page_proto (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 'dom_distiller_resources', 54 'dom_distiller_resources',
55 '../base/base.gyp:base', 55 '../base/base.gyp:base',
56 '../skia/skia.gyp:skia', 56 '../skia/skia.gyp:skia',
57 '../sync/sync.gyp:sync', 57 '../sync/sync.gyp:sync',
58 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 58 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
59 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 59 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
60 ], 60 ],
61 'include_dirs': [ 61 'include_dirs': [
62 '..', 62 '..',
63 ], 63 ],
64 'export_dependent_settings': [
65 'distilled_page_proto',
66 ],
64 'sources': [ 67 'sources': [
65 'dom_distiller/core/article_entry.cc', 68 'dom_distiller/core/article_entry.cc',
66 'dom_distiller/core/article_entry.h', 69 'dom_distiller/core/article_entry.h',
67 'dom_distiller/core/distiller.cc', 70 'dom_distiller/core/distiller.cc',
68 'dom_distiller/core/distiller.h', 71 'dom_distiller/core/distiller.h',
69 'dom_distiller/core/distiller_page.cc', 72 'dom_distiller/core/distiller_page.cc',
70 'dom_distiller/core/distiller_page.h', 73 'dom_distiller/core/distiller_page.h',
71 'dom_distiller/core/distiller_url_fetcher.cc', 74 'dom_distiller/core/distiller_url_fetcher.cc',
72 'dom_distiller/core/distiller_url_fetcher.h', 75 'dom_distiller/core/distiller_url_fetcher.h',
73 'dom_distiller/core/dom_distiller_constants.cc', 76 'dom_distiller/core/dom_distiller_constants.cc',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 'dom_distiller/content/distiller_page_web_contents.cc', 119 'dom_distiller/content/distiller_page_web_contents.cc',
117 'dom_distiller/content/distiller_page_web_contents.h', 120 'dom_distiller/content/distiller_page_web_contents.h',
118 ], 121 ],
119 }, 122 },
120 ], 123 ],
121 }], 124 }],
122 ], 125 ],
123 }], 126 }],
124 ], 127 ],
125 } 128 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698