| OLD | NEW |
| 1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 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 # There are two sections of sources: | 7 # There are two sections of sources: |
| 8 # * "Platform"-based sources (OS, toolkit, etc.) | 8 # * "Platform"-based sources (OS, toolkit, etc.) |
| 9 # * Feature/directory-based sources (e.g., history, printing) | 9 # * Feature/directory-based sources (e.g., history, printing) |
| 10 | 10 |
| (...skipping 333 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 344 'browser/ui/webui/invalidations_message_handler.cc', | 344 'browser/ui/webui/invalidations_message_handler.cc', |
| 345 'browser/ui/webui/invalidations_message_handler.h', | 345 'browser/ui/webui/invalidations_message_handler.h', |
| 346 'browser/ui/webui/invalidations_ui.cc', | 346 'browser/ui/webui/invalidations_ui.cc', |
| 347 'browser/ui/webui/invalidations_ui.h', | 347 'browser/ui/webui/invalidations_ui.h', |
| 348 'browser/ui/webui/large_icon_source.cc', | 348 'browser/ui/webui/large_icon_source.cc', |
| 349 'browser/ui/webui/large_icon_source.h', | 349 'browser/ui/webui/large_icon_source.h', |
| 350 'browser/ui/webui/local_state/local_state_ui.cc', | 350 'browser/ui/webui/local_state/local_state_ui.cc', |
| 351 'browser/ui/webui/local_state/local_state_ui.h', | 351 'browser/ui/webui/local_state/local_state_ui.h', |
| 352 'browser/ui/webui/log_web_ui_url.cc', | 352 'browser/ui/webui/log_web_ui_url.cc', |
| 353 'browser/ui/webui/log_web_ui_url.h', | 353 'browser/ui/webui/log_web_ui_url.h', |
| 354 'browser/ui/webui/memory_internals/memory_internals_handler.cc', | |
| 355 'browser/ui/webui/memory_internals/memory_internals_handler.h', | |
| 356 'browser/ui/webui/memory_internals/memory_internals_proxy.cc', | |
| 357 'browser/ui/webui/memory_internals/memory_internals_proxy.h', | |
| 358 'browser/ui/webui/memory_internals/memory_internals_ui.cc', | |
| 359 'browser/ui/webui/memory_internals/memory_internals_ui.h', | |
| 360 'browser/ui/webui/metrics_handler.cc', | 354 'browser/ui/webui/metrics_handler.cc', |
| 361 'browser/ui/webui/metrics_handler.h', | 355 'browser/ui/webui/metrics_handler.h', |
| 362 'browser/ui/webui/mojo_web_ui_controller.cc', | 356 'browser/ui/webui/mojo_web_ui_controller.cc', |
| 363 'browser/ui/webui/mojo_web_ui_controller.h', | 357 'browser/ui/webui/mojo_web_ui_controller.h', |
| 364 'browser/ui/webui/mojo_web_ui_handler.h', | 358 'browser/ui/webui/mojo_web_ui_handler.h', |
| 365 'browser/ui/webui/net_export_ui.cc', | 359 'browser/ui/webui/net_export_ui.cc', |
| 366 'browser/ui/webui/net_export_ui.h', | 360 'browser/ui/webui/net_export_ui.h', |
| 367 'browser/ui/webui/net_internals/net_internals_ui.cc', | 361 'browser/ui/webui/net_internals/net_internals_ui.cc', |
| 368 'browser/ui/webui/net_internals/net_internals_ui.h', | 362 'browser/ui/webui/net_internals/net_internals_ui.h', |
| 369 'browser/ui/webui/ntp/ntp_user_data_logger.cc', | 363 'browser/ui/webui/ntp/ntp_user_data_logger.cc', |
| (...skipping 2999 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3369 ], | 3363 ], |
| 3370 'sources': [ | 3364 'sources': [ |
| 3371 '<@(chrome_browser_ui_non_mobile_sources)', | 3365 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3372 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3366 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3373 ], | 3367 ], |
| 3374 }], | 3368 }], |
| 3375 ], | 3369 ], |
| 3376 }, | 3370 }, |
| 3377 ], | 3371 ], |
| 3378 } | 3372 } |
| OLD | NEW |