Chromium Code Reviews| 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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 346 'browser/ui/webui/metrics_handler.h', | 346 'browser/ui/webui/metrics_handler.h', |
| 347 'browser/ui/webui/mojo_web_ui_controller.cc', | 347 'browser/ui/webui/mojo_web_ui_controller.cc', |
| 348 'browser/ui/webui/mojo_web_ui_controller.h', | 348 'browser/ui/webui/mojo_web_ui_controller.h', |
| 349 'browser/ui/webui/mojo_web_ui_handler.h', | 349 'browser/ui/webui/mojo_web_ui_handler.h', |
| 350 'browser/ui/webui/net_export_ui.cc', | 350 'browser/ui/webui/net_export_ui.cc', |
| 351 'browser/ui/webui/net_export_ui.h', | 351 'browser/ui/webui/net_export_ui.h', |
| 352 'browser/ui/webui/net_internals/net_internals_ui.cc', | 352 'browser/ui/webui/net_internals/net_internals_ui.cc', |
| 353 'browser/ui/webui/net_internals/net_internals_ui.h', | 353 'browser/ui/webui/net_internals/net_internals_ui.h', |
| 354 'browser/ui/webui/ntp/ntp_user_data_logger.cc', | 354 'browser/ui/webui/ntp/ntp_user_data_logger.cc', |
| 355 'browser/ui/webui/ntp/ntp_user_data_logger.h', | 355 'browser/ui/webui/ntp/ntp_user_data_logger.h', |
| 356 'browser/ui/webui/offline_internals_ui.cc', | |
|
jianli
2016/05/25 00:17:17
Move these 2 files to chrome_browser_ui_android_ja
chili
2016/05/25 02:14:48
Done.
| |
| 357 'browser/ui/webui/offline_internals_ui.h', | |
| 356 'browser/ui/webui/omnibox/omnibox_ui.cc', | 358 'browser/ui/webui/omnibox/omnibox_ui.cc', |
| 357 'browser/ui/webui/omnibox/omnibox_ui.h', | 359 'browser/ui/webui/omnibox/omnibox_ui.h', |
| 358 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', | 360 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', |
| 359 'browser/ui/webui/omnibox/omnibox_ui_handler.h', | 361 'browser/ui/webui/omnibox/omnibox_ui_handler.h', |
| 360 'browser/ui/webui/password_manager_internals/password_manager_internals_ui .cc', | 362 'browser/ui/webui/password_manager_internals/password_manager_internals_ui .cc', |
| 361 'browser/ui/webui/password_manager_internals/password_manager_internals_ui .h', | 363 'browser/ui/webui/password_manager_internals/password_manager_internals_ui .h', |
| 362 'browser/ui/webui/policy_material_design_ui.cc', | 364 'browser/ui/webui/policy_material_design_ui.cc', |
| 363 'browser/ui/webui/policy_material_design_ui.h', | 365 'browser/ui/webui/policy_material_design_ui.h', |
| 364 'browser/ui/webui/policy_ui.cc', | 366 'browser/ui/webui/policy_ui.cc', |
| 365 'browser/ui/webui/policy_ui.h', | 367 'browser/ui/webui/policy_ui.h', |
| (...skipping 2960 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 3326 ], | 3328 ], |
| 3327 'sources': [ | 3329 'sources': [ |
| 3328 '<@(chrome_browser_ui_non_mobile_sources)', | 3330 '<@(chrome_browser_ui_non_mobile_sources)', |
| 3329 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3331 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
| 3330 ], | 3332 ], |
| 3331 }], | 3333 }], |
| 3332 ], | 3334 ], |
| 3333 }, | 3335 }, |
| 3334 ], | 3336 ], |
| 3335 } | 3337 } |
| OLD | NEW |