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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 'browser/ui/webui/net_internals/net_internals_ui.cc', | 359 'browser/ui/webui/net_internals/net_internals_ui.cc', |
360 'browser/ui/webui/net_internals/net_internals_ui.h', | 360 'browser/ui/webui/net_internals/net_internals_ui.h', |
361 'browser/ui/webui/ntp/ntp_user_data_logger.cc', | 361 'browser/ui/webui/ntp/ntp_user_data_logger.cc', |
362 'browser/ui/webui/ntp/ntp_user_data_logger.h', | 362 'browser/ui/webui/ntp/ntp_user_data_logger.h', |
363 'browser/ui/webui/omnibox/omnibox_ui.cc', | 363 'browser/ui/webui/omnibox/omnibox_ui.cc', |
364 'browser/ui/webui/omnibox/omnibox_ui.h', | 364 'browser/ui/webui/omnibox/omnibox_ui.h', |
365 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', | 365 'browser/ui/webui/omnibox/omnibox_ui_handler.cc', |
366 'browser/ui/webui/omnibox/omnibox_ui_handler.h', | 366 'browser/ui/webui/omnibox/omnibox_ui_handler.h', |
367 'browser/ui/webui/password_manager_internals/password_manager_internals_ui
.cc', | 367 'browser/ui/webui/password_manager_internals/password_manager_internals_ui
.cc', |
368 'browser/ui/webui/password_manager_internals/password_manager_internals_ui
.h', | 368 'browser/ui/webui/password_manager_internals/password_manager_internals_ui
.h', |
| 369 'browser/ui/webui/policy_material_design_ui.cc', |
| 370 'browser/ui/webui/policy_material_design_ui.h', |
| 371 'browser/ui/webui/policy_ui.cc', |
| 372 'browser/ui/webui/policy_ui.h', |
| 373 'browser/ui/webui/policy_ui_handler.cc', |
| 374 'browser/ui/webui/policy_ui_handler.h', |
369 'browser/ui/webui/predictors/predictors_handler.cc', | 375 'browser/ui/webui/predictors/predictors_handler.cc', |
370 'browser/ui/webui/predictors/predictors_handler.h', | 376 'browser/ui/webui/predictors/predictors_handler.h', |
371 'browser/ui/webui/predictors/predictors_ui.cc', | 377 'browser/ui/webui/predictors/predictors_ui.cc', |
372 'browser/ui/webui/predictors/predictors_ui.h', | 378 'browser/ui/webui/predictors/predictors_ui.h', |
373 'browser/ui/webui/profiler_ui.cc', | 379 'browser/ui/webui/profiler_ui.cc', |
374 'browser/ui/webui/profiler_ui.h', | 380 'browser/ui/webui/profiler_ui.h', |
375 'browser/ui/webui/signin_internals_ui.cc', | 381 'browser/ui/webui/signin_internals_ui.cc', |
376 'browser/ui/webui/signin_internals_ui.h', | 382 'browser/ui/webui/signin_internals_ui.h', |
377 'browser/ui/webui/supervised_user_internals_message_handler.cc', | 383 'browser/ui/webui/supervised_user_internals_message_handler.cc', |
378 'browser/ui/webui/supervised_user_internals_message_handler.h', | 384 'browser/ui/webui/supervised_user_internals_message_handler.h', |
(...skipping 2429 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2808 'chrome_browser_ui_plugin_sources': [ | 2814 'chrome_browser_ui_plugin_sources': [ |
2809 'browser/ui/hung_plugin_tab_helper.cc', | 2815 'browser/ui/hung_plugin_tab_helper.cc', |
2810 'browser/ui/hung_plugin_tab_helper.h', | 2816 'browser/ui/hung_plugin_tab_helper.h', |
2811 'browser/ui/webui/flash_ui.cc', | 2817 'browser/ui/webui/flash_ui.cc', |
2812 'browser/ui/webui/flash_ui.h', | 2818 'browser/ui/webui/flash_ui.h', |
2813 'browser/ui/webui/plugins/plugins_handler.cc', | 2819 'browser/ui/webui/plugins/plugins_handler.cc', |
2814 'browser/ui/webui/plugins/plugins_handler.h', | 2820 'browser/ui/webui/plugins/plugins_handler.h', |
2815 'browser/ui/webui/plugins/plugins_ui.cc', | 2821 'browser/ui/webui/plugins/plugins_ui.cc', |
2816 'browser/ui/webui/plugins/plugins_ui.h', | 2822 'browser/ui/webui/plugins/plugins_ui.h', |
2817 ], | 2823 ], |
2818 'chrome_browser_ui_policy_sources': [ | |
2819 'browser/ui/webui/policy_material_design_ui.cc', | |
2820 'browser/ui/webui/policy_material_design_ui.h', | |
2821 'browser/ui/webui/policy_ui.cc', | |
2822 'browser/ui/webui/policy_ui.h', | |
2823 'browser/ui/webui/policy_ui_handler.cc', | |
2824 'browser/ui/webui/policy_ui_handler.h', | |
2825 ], | |
2826 'chrome_browser_ui_print_preview_sources': [ | 2824 'chrome_browser_ui_print_preview_sources': [ |
2827 'browser/ui/webui/print_preview/extension_printer_handler.cc', | 2825 'browser/ui/webui/print_preview/extension_printer_handler.cc', |
2828 'browser/ui/webui/print_preview/extension_printer_handler.h', | 2826 'browser/ui/webui/print_preview/extension_printer_handler.h', |
2829 'browser/ui/webui/print_preview/print_preview_distiller.cc', | 2827 'browser/ui/webui/print_preview/print_preview_distiller.cc', |
2830 'browser/ui/webui/print_preview/print_preview_distiller.h', | 2828 'browser/ui/webui/print_preview/print_preview_distiller.h', |
2831 'browser/ui/webui/print_preview/print_preview_handler.cc', | 2829 'browser/ui/webui/print_preview/print_preview_handler.cc', |
2832 'browser/ui/webui/print_preview/print_preview_handler.h', | 2830 'browser/ui/webui/print_preview/print_preview_handler.h', |
2833 'browser/ui/webui/print_preview/print_preview_ui.cc', | 2831 'browser/ui/webui/print_preview/print_preview_ui.cc', |
2834 'browser/ui/webui/print_preview/print_preview_ui.h', | 2832 'browser/ui/webui/print_preview/print_preview_ui.h', |
2835 'browser/ui/webui/print_preview/printer_handler.cc', | 2833 'browser/ui/webui/print_preview/printer_handler.cc', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2879 'common', | 2877 'common', |
2880 '../base/base.gyp:base_debugging_flags', | 2878 '../base/base.gyp:base_debugging_flags', |
2881 '../components/components.gyp:certificate_reporting', | 2879 '../components/components.gyp:certificate_reporting', |
2882 '../components/components.gyp:device_event_log_component', | 2880 '../components/components.gyp:device_event_log_component', |
2883 '../components/components.gyp:dom_distiller_core', | 2881 '../components/components.gyp:dom_distiller_core', |
2884 '../components/components.gyp:dom_distiller_webui', | 2882 '../components/components.gyp:dom_distiller_webui', |
2885 '../components/components.gyp:invalidation_impl', | 2883 '../components/components.gyp:invalidation_impl', |
2886 '../components/components.gyp:omnibox_common', | 2884 '../components/components.gyp:omnibox_common', |
2887 '../components/components.gyp:onc_component', | 2885 '../components/components.gyp:onc_component', |
2888 '../components/components.gyp:password_manager_core_browser', | 2886 '../components/components.gyp:password_manager_core_browser', |
| 2887 '../components/components.gyp:policy', |
2889 '../components/components.gyp:sync_driver', | 2888 '../components/components.gyp:sync_driver', |
2890 '../components/components.gyp:toolbar', | 2889 '../components/components.gyp:toolbar', |
2891 '../components/components.gyp:ui_zoom', | 2890 '../components/components.gyp:ui_zoom', |
2892 '../components/components.gyp:update_client', | 2891 '../components/components.gyp:update_client', |
2893 '../components/components.gyp:version_ui', | 2892 '../components/components.gyp:version_ui', |
2894 '../components/components_resources.gyp:components_resources', | 2893 '../components/components_resources.gyp:components_resources', |
2895 '../components/components_strings.gyp:components_strings', | 2894 '../components/components_strings.gyp:components_strings', |
2896 '../components/url_formatter/url_formatter.gyp:url_formatter', | 2895 '../components/url_formatter/url_formatter.gyp:url_formatter', |
2897 '../content/content.gyp:content_browser', | 2896 '../content/content.gyp:content_browser', |
2898 '../content/content.gyp:content_common', | 2897 '../content/content.gyp:content_common', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2989 'sources': [ '<@(chrome_browser_ui_nacl_sources)' ], | 2988 'sources': [ '<@(chrome_browser_ui_nacl_sources)' ], |
2990 'dependencies': [ | 2989 'dependencies': [ |
2991 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', | 2990 '../native_client/src/trusted/service_runtime/service_runtime.gyp:se
l', |
2992 ], | 2991 ], |
2993 }], | 2992 }], |
2994 ['debug_devtools==1', { | 2993 ['debug_devtools==1', { |
2995 'defines': [ | 2994 'defines': [ |
2996 'DEBUG_DEVTOOLS=1', | 2995 'DEBUG_DEVTOOLS=1', |
2997 ], | 2996 ], |
2998 }], | 2997 }], |
2999 ['configuration_policy==1', { | |
3000 'sources': [ '<@(chrome_browser_ui_policy_sources)' ], | |
3001 'dependencies': [ | |
3002 '../components/components.gyp:policy', | |
3003 ], | |
3004 }], | |
3005 ['enable_plugins==1', { | 2998 ['enable_plugins==1', { |
3006 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ], | 2999 'sources': [ '<@(chrome_browser_ui_plugin_sources)' ], |
3007 'dependencies': [ | 3000 'dependencies': [ |
3008 '../ppapi/ppapi_internal.gyp:ppapi_ipc', | 3001 '../ppapi/ppapi_internal.gyp:ppapi_ipc', |
3009 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', | 3002 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', |
3010 ], | 3003 ], |
3011 }], | 3004 }], |
3012 ['safe_browsing==1', { | 3005 ['safe_browsing==1', { |
3013 'dependencies': [ | 3006 'dependencies': [ |
3014 'safe_browsing_chunk_proto', | 3007 'safe_browsing_chunk_proto', |
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3368 ], | 3361 ], |
3369 'sources': [ | 3362 'sources': [ |
3370 '<@(chrome_browser_ui_non_mobile_sources)', | 3363 '<@(chrome_browser_ui_non_mobile_sources)', |
3371 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3364 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3372 ], | 3365 ], |
3373 }], | 3366 }], |
3374 ], | 3367 ], |
3375 }, | 3368 }, |
3376 ], | 3369 ], |
3377 } | 3370 } |
OLD | NEW |