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