| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 'dom_distiller_core', | 111 'dom_distiller_core', |
| 112 '../skia/skia.gyp:skia', | 112 '../skia/skia.gyp:skia', |
| 113 '../sync/sync.gyp:sync', | 113 '../sync/sync.gyp:sync', |
| 114 ], | 114 ], |
| 115 'include_dirs': [ | 115 'include_dirs': [ |
| 116 '..', | 116 '..', |
| 117 ], | 117 ], |
| 118 'sources': [ | 118 'sources': [ |
| 119 'dom_distiller/content/distiller_page_web_contents.cc', | 119 'dom_distiller/content/distiller_page_web_contents.cc', |
| 120 'dom_distiller/content/distiller_page_web_contents.h', | 120 'dom_distiller/content/distiller_page_web_contents.h', |
| 121 'dom_distiller/content/dom_distiller_viewer_source.cc', |
| 122 'dom_distiller/content/dom_distiller_viewer_source.h', |
| 121 ], | 123 ], |
| 122 }, | 124 }, |
| 123 ], | 125 ], |
| 124 }], | 126 }], |
| 125 ], | 127 ], |
| 126 }], | 128 }], |
| 127 ], | 129 ], |
| 128 } | 130 } |
| OLD | NEW |