| 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/banners/app_banner_client.cc', | 8 'renderer/banners/app_banner_client.cc', |
| 9 'renderer/banners/app_banner_client.h', | 9 'renderer/banners/app_banner_client.h', |
| 10 'renderer/benchmarking_extension.cc', | 10 'renderer/benchmarking_extension.cc', |
| (...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 171 'renderer/pepper/pepper_helper.cc', | 171 'renderer/pepper/pepper_helper.cc', |
| 172 'renderer/pepper/pepper_helper.h', | 172 'renderer/pepper/pepper_helper.h', |
| 173 'renderer/pepper/pepper_shared_memory_message_filter.cc', | 173 'renderer/pepper/pepper_shared_memory_message_filter.cc', |
| 174 'renderer/pepper/pepper_shared_memory_message_filter.h', | 174 'renderer/pepper/pepper_shared_memory_message_filter.h', |
| 175 'renderer/pepper/pepper_uma_host.cc', | 175 'renderer/pepper/pepper_uma_host.cc', |
| 176 'renderer/pepper/pepper_uma_host.h', | 176 'renderer/pepper/pepper_uma_host.h', |
| 177 'renderer/plugins/chrome_plugin_placeholder.cc', | 177 'renderer/plugins/chrome_plugin_placeholder.cc', |
| 178 'renderer/plugins/chrome_plugin_placeholder.h', | 178 'renderer/plugins/chrome_plugin_placeholder.h', |
| 179 'renderer/plugins/plugin_preroller.cc', | 179 'renderer/plugins/plugin_preroller.cc', |
| 180 'renderer/plugins/plugin_preroller.h', | 180 'renderer/plugins/plugin_preroller.h', |
| 181 'renderer/plugins/power_saver_info.cc', |
| 182 'renderer/plugins/power_saver_info.h', |
| 181 ], | 183 ], |
| 182 # For safe_browsing==1 or safe_browsing==2. | 184 # For safe_browsing==1 or safe_browsing==2. |
| 183 'chrome_renderer_basic_safe_browsing_sources': [ | 185 'chrome_renderer_basic_safe_browsing_sources': [ |
| 184 'renderer/safe_browsing/threat_dom_details.cc', | 186 'renderer/safe_browsing/threat_dom_details.cc', |
| 185 'renderer/safe_browsing/threat_dom_details.h', | 187 'renderer/safe_browsing/threat_dom_details.h', |
| 186 ], | 188 ], |
| 187 # For safe_browsing==1 only. | 189 # For safe_browsing==1 only. |
| 188 'chrome_renderer_full_safe_browsing_sources': [ | 190 'chrome_renderer_full_safe_browsing_sources': [ |
| 189 'renderer/safe_browsing/feature_extractor_clock.cc', | 191 'renderer/safe_browsing/feature_extractor_clock.cc', |
| 190 'renderer/safe_browsing/feature_extractor_clock.h', | 192 'renderer/safe_browsing/feature_extractor_clock.h', |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 '../components/components.gyp:dom_distiller_core', # Needed by chro
me_content_renderer_client.cc. | 393 '../components/components.gyp:dom_distiller_core', # Needed by chro
me_content_renderer_client.cc. |
| 392 ], | 394 ], |
| 393 'include_dirs': [ | 395 'include_dirs': [ |
| 394 '<(DEPTH)/third_party/wtl/include', | 396 '<(DEPTH)/third_party/wtl/include', |
| 395 ], | 397 ], |
| 396 }], | 398 }], |
| 397 ], | 399 ], |
| 398 }, | 400 }, |
| 399 ], | 401 ], |
| 400 } | 402 } |
| OLD | NEW |