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 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
413 'browser/ui/webui/constrained_web_dialog_ui.cc', | 413 'browser/ui/webui/constrained_web_dialog_ui.cc', |
414 'browser/ui/webui/constrained_web_dialog_ui.h', | 414 'browser/ui/webui/constrained_web_dialog_ui.h', |
415 'browser/ui/webui/cookies_tree_model_util.cc', | 415 'browser/ui/webui/cookies_tree_model_util.cc', |
416 'browser/ui/webui/cookies_tree_model_util.h', | 416 'browser/ui/webui/cookies_tree_model_util.h', |
417 'browser/ui/webui/crashes_ui.cc', | 417 'browser/ui/webui/crashes_ui.cc', |
418 'browser/ui/webui/crashes_ui.h', | 418 'browser/ui/webui/crashes_ui.h', |
419 'browser/ui/webui/device_log_ui.cc', | 419 'browser/ui/webui/device_log_ui.cc', |
420 'browser/ui/webui/device_log_ui.h', | 420 'browser/ui/webui/device_log_ui.h', |
421 'browser/ui/webui/domain_reliability_internals_ui.cc', | 421 'browser/ui/webui/domain_reliability_internals_ui.cc', |
422 'browser/ui/webui/domain_reliability_internals_ui.h', | 422 'browser/ui/webui/domain_reliability_internals_ui.h', |
| 423 'browser/ui/webui/engagement/site_engagement_ui.cc', |
| 424 'browser/ui/webui/engagement/site_engagement_ui.h', |
423 'browser/ui/webui/fallback_icon_source.cc', | 425 'browser/ui/webui/fallback_icon_source.cc', |
424 'browser/ui/webui/fallback_icon_source.h', | 426 'browser/ui/webui/fallback_icon_source.h', |
425 'browser/ui/webui/favicon_source.cc', | 427 'browser/ui/webui/favicon_source.cc', |
426 'browser/ui/webui/favicon_source.h', | 428 'browser/ui/webui/favicon_source.h', |
427 'browser/ui/webui/fileicon_source.cc', | 429 'browser/ui/webui/fileicon_source.cc', |
428 'browser/ui/webui/fileicon_source.h', | 430 'browser/ui/webui/fileicon_source.h', |
429 'browser/ui/webui/flags_ui.cc', | 431 'browser/ui/webui/flags_ui.cc', |
430 'browser/ui/webui/flags_ui.h', | 432 'browser/ui/webui/flags_ui.h', |
431 'browser/ui/webui/gcm_internals_ui.cc', | 433 'browser/ui/webui/gcm_internals_ui.cc', |
432 'browser/ui/webui/gcm_internals_ui.h', | 434 'browser/ui/webui/gcm_internals_ui.h', |
(...skipping 2343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2776 # Disable LTO due to undefined reference | 2778 # Disable LTO due to undefined reference |
2777 # crbug.com/422252 | 2779 # crbug.com/422252 |
2778 '../build/android/disable_gcc_lto.gypi', | 2780 '../build/android/disable_gcc_lto.gypi', |
2779 ], | 2781 ], |
2780 'conditions': [ | 2782 'conditions': [ |
2781 ['OS != "ios"', { | 2783 ['OS != "ios"', { |
2782 'sources': [ | 2784 'sources': [ |
2783 '<@(chrome_browser_ui_non_ios_sources)', | 2785 '<@(chrome_browser_ui_non_ios_sources)', |
2784 '<@(chrome_browser_ui_toolbar_model_sources)', | 2786 '<@(chrome_browser_ui_toolbar_model_sources)', |
2785 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.
mojom.cc', | 2787 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/omnibox/omnibox.
mojom.cc', |
| 2788 '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/ui/webui/engagement/site_
engagement.mojom.cc', |
2786 ], | 2789 ], |
2787 'dependencies': [ | 2790 'dependencies': [ |
2788 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', | 2791 'chrome_web_ui_mojo_bindings.gyp:web_ui_mojo_bindings', |
2789 'common_net', | 2792 'common_net', |
2790 'debugger', | 2793 'debugger', |
2791 'installer_util', | 2794 'installer_util', |
2792 '../components/components.gyp:app_modal', | 2795 '../components/components.gyp:app_modal', |
2793 '../components/components.gyp:autofill_content_risk_proto', | 2796 '../components/components.gyp:autofill_content_risk_proto', |
2794 '../components/components.gyp:translate_content_common', | 2797 '../components/components.gyp:translate_content_common', |
2795 '../content/app/resources/content_resources.gyp:content_resources', | 2798 '../content/app/resources/content_resources.gyp:content_resources', |
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3198 ], | 3201 ], |
3199 'sources': [ | 3202 'sources': [ |
3200 '<@(chrome_browser_ui_non_mobile_sources)', | 3203 '<@(chrome_browser_ui_non_mobile_sources)', |
3201 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', | 3204 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', |
3202 ], | 3205 ], |
3203 }], | 3206 }], |
3204 ], | 3207 ], |
3205 }, | 3208 }, |
3206 ], | 3209 ], |
3207 } | 3210 } |
OLD | NEW |