| OLD | NEW |
| 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'includes': [ | 9 'includes': [ |
| 10 '../build/common.gypi', | 10 '../build/common.gypi', |
| (...skipping 1198 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1209 'target_name': 'renderer', | 1209 'target_name': 'renderer', |
| 1210 'type': 'static_library', | 1210 'type': 'static_library', |
| 1211 'dependencies': [ | 1211 'dependencies': [ |
| 1212 'common', | 1212 'common', |
| 1213 'resources', | 1213 'resources', |
| 1214 '../skia/skia.gyp:skia', | 1214 '../skia/skia.gyp:skia', |
| 1215 '../third_party/icu38/icu38.gyp:icui18n', | 1215 '../third_party/icu38/icu38.gyp:icui18n', |
| 1216 '../third_party/icu38/icu38.gyp:icuuc', | 1216 '../third_party/icu38/icu38.gyp:icuuc', |
| 1217 '../third_party/npapi/npapi.gyp:npapi', | 1217 '../third_party/npapi/npapi.gyp:npapi', |
| 1218 '../webkit/webkit.gyp:glue', | 1218 '../webkit/webkit.gyp:glue', |
| 1219 '../webkit/webkit.gyp:webkit', |
| 1219 ], | 1220 ], |
| 1220 'include_dirs': [ | 1221 'include_dirs': [ |
| 1221 '..', | 1222 '..', |
| 1222 ], | 1223 ], |
| 1223 'sources': [ | 1224 'sources': [ |
| 1224 # All .cc, .h, and .mm files under renderer except tests and mocks. | 1225 # All .cc, .h, and .mm files under renderer except tests and mocks. |
| 1225 'renderer/automation/dom_automation_controller.cc', | 1226 'renderer/automation/dom_automation_controller.cc', |
| 1226 'renderer/automation/dom_automation_controller.h', | 1227 'renderer/automation/dom_automation_controller.h', |
| 1227 'renderer/media/audio_renderer_impl.cc', | 1228 'renderer/media/audio_renderer_impl.cc', |
| 1228 'renderer/media/audio_renderer_impl.h', | 1229 'renderer/media/audio_renderer_impl.h', |
| (...skipping 426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1655 'common/pref_service_unittest.cc', | 1656 'common/pref_service_unittest.cc', |
| 1656 'common/time_format_unittest.cc', | 1657 'common/time_format_unittest.cc', |
| 1657 'renderer/render_view_unittest.cc', | 1658 'renderer/render_view_unittest.cc', |
| 1658 'renderer/render_widget_unittest.cc', | 1659 'renderer/render_widget_unittest.cc', |
| 1659 ], | 1660 ], |
| 1660 }], | 1661 }], |
| 1661 ], | 1662 ], |
| 1662 }, | 1663 }, |
| 1663 ], | 1664 ], |
| 1664 } | 1665 } |
| OLD | NEW |