| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'chrome_renderer_sources': [ | 7 'chrome_renderer_sources': [ |
| 8 'renderer/benchmarking_extension.cc', | 8 'renderer/benchmarking_extension.cc', |
| 9 'renderer/benchmarking_extension.h', | 9 'renderer/benchmarking_extension.h', |
| 10 'renderer/isolated_world_ids.h', | 10 'renderer/isolated_world_ids.h', |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 228 'renderer/spellchecker/spellcheck.h', | 228 'renderer/spellchecker/spellcheck.h', |
| 229 'renderer/spellchecker/spellcheck_language.cc', | 229 'renderer/spellchecker/spellcheck_language.cc', |
| 230 'renderer/spellchecker/spellcheck_language.h', | 230 'renderer/spellchecker/spellcheck_language.h', |
| 231 'renderer/spellchecker/spellcheck_worditerator.cc', | 231 'renderer/spellchecker/spellcheck_worditerator.cc', |
| 232 'renderer/spellchecker/spellcheck_worditerator.h', | 232 'renderer/spellchecker/spellcheck_worditerator.h', |
| 233 'renderer/spellchecker/spelling_engine.h', | 233 'renderer/spellchecker/spelling_engine.h', |
| 234 ], | 234 ], |
| 235 'chrome_renderer_printing_sources': [ | 235 'chrome_renderer_printing_sources': [ |
| 236 'renderer/printing/print_web_view_helper.cc', | 236 'renderer/printing/print_web_view_helper.cc', |
| 237 'renderer/printing/print_web_view_helper.h', | 237 'renderer/printing/print_web_view_helper.h', |
| 238 'renderer/printing/print_web_view_helper_delegate.h', |
| 239 'renderer/printing/chrome_print_web_view_helper_delegate.h', |
| 240 'renderer/printing/chrome_print_web_view_helper_delegate.cc', |
| 238 'renderer/printing/print_web_view_helper_android.cc', | 241 'renderer/printing/print_web_view_helper_android.cc', |
| 239 'renderer/printing/print_web_view_helper_linux.cc', | 242 'renderer/printing/print_web_view_helper_linux.cc', |
| 240 'renderer/printing/print_web_view_helper_mac.mm', | 243 'renderer/printing/print_web_view_helper_mac.mm', |
| 241 'renderer/printing/print_web_view_helper_pdf_win.cc', | 244 'renderer/printing/print_web_view_helper_pdf_win.cc', |
| 242 ], | 245 ], |
| 243 'chrome_renderer_full_printing_sources': [ | 246 'chrome_renderer_full_printing_sources': [ |
| 244 'renderer/pepper/chrome_pdf_print_client.cc', | 247 'renderer/pepper/chrome_pdf_print_client.cc', |
| 245 'renderer/pepper/chrome_pdf_print_client.h', | 248 'renderer/pepper/chrome_pdf_print_client.h', |
| 246 ], | 249 ], |
| 247 }, | 250 }, |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 'export_dependent_settings': [ | 402 'export_dependent_settings': [ |
| 400 '<(allocator_target)', | 403 '<(allocator_target)', |
| 401 ], | 404 ], |
| 402 }], | 405 }], |
| 403 ], | 406 ], |
| 404 }], | 407 }], |
| 405 ], | 408 ], |
| 406 }, | 409 }, |
| 407 ], | 410 ], |
| 408 } | 411 } |
| OLD | NEW |