OLD | NEW |
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
64 'dom_distiller/core/dom_distiller_model.h', | 64 'dom_distiller/core/dom_distiller_model.h', |
65 'dom_distiller/core/dom_distiller_observer.h', | 65 'dom_distiller/core/dom_distiller_observer.h', |
66 'dom_distiller/core/dom_distiller_service.cc', | 66 'dom_distiller/core/dom_distiller_service.cc', |
67 'dom_distiller/core/dom_distiller_service.h', | 67 'dom_distiller/core/dom_distiller_service.h', |
68 'dom_distiller/core/dom_distiller_store.cc', | 68 'dom_distiller/core/dom_distiller_store.cc', |
69 'dom_distiller/core/dom_distiller_store.h', | 69 'dom_distiller/core/dom_distiller_store.h', |
70 'dom_distiller/core/page_distiller.cc', | 70 'dom_distiller/core/page_distiller.cc', |
71 'dom_distiller/core/page_distiller.h', | 71 'dom_distiller/core/page_distiller.h', |
72 'dom_distiller/core/task_tracker.cc', | 72 'dom_distiller/core/task_tracker.cc', |
73 'dom_distiller/core/task_tracker.h', | 73 'dom_distiller/core/task_tracker.h', |
| 74 'dom_distiller/core/url_constants.cc', |
| 75 'dom_distiller/core/url_constants.h', |
| 76 'dom_distiller/core/url_utils.cc', |
| 77 'dom_distiller/core/url_utils.h', |
74 ], | 78 ], |
75 }, | 79 }, |
76 { | 80 { |
77 'target_name': 'dom_distiller_test_support', | 81 'target_name': 'dom_distiller_test_support', |
78 'type': 'static_library', | 82 'type': 'static_library', |
79 'dependencies': [ | 83 'dependencies': [ |
80 'dom_distiller_core', | 84 'dom_distiller_core', |
81 '../sync/sync.gyp:sync', | 85 '../sync/sync.gyp:sync', |
82 '../testing/gmock.gyp:gmock', | 86 '../testing/gmock.gyp:gmock', |
83 ], | 87 ], |
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
130 'dom_distiller/content/dom_distiller_viewer_source.cc', | 134 'dom_distiller/content/dom_distiller_viewer_source.cc', |
131 'dom_distiller/content/dom_distiller_viewer_source.h', | 135 'dom_distiller/content/dom_distiller_viewer_source.h', |
132 ], | 136 ], |
133 }, | 137 }, |
134 ], | 138 ], |
135 }], | 139 }], |
136 ], | 140 ], |
137 }], | 141 }], |
138 ], | 142 ], |
139 } | 143 } |
OLD | NEW |