Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1307)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 2248913007: Add a Physical Web WebUI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: case and rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2831 matching lines...) Expand 10 before | Expand all | Expand 10 after
2842 'common', 2842 'common',
2843 '../base/base.gyp:base_debugging_flags', 2843 '../base/base.gyp:base_debugging_flags',
2844 '../components/components.gyp:certificate_reporting', 2844 '../components/components.gyp:certificate_reporting',
2845 '../components/components.gyp:device_event_log_component', 2845 '../components/components.gyp:device_event_log_component',
2846 '../components/components.gyp:dom_distiller_core', 2846 '../components/components.gyp:dom_distiller_core',
2847 '../components/components.gyp:dom_distiller_webui', 2847 '../components/components.gyp:dom_distiller_webui',
2848 '../components/components.gyp:invalidation_impl', 2848 '../components/components.gyp:invalidation_impl',
2849 '../components/components.gyp:omnibox_common', 2849 '../components/components.gyp:omnibox_common',
2850 '../components/components.gyp:onc_component', 2850 '../components/components.gyp:onc_component',
2851 '../components/components.gyp:password_manager_core_browser', 2851 '../components/components.gyp:password_manager_core_browser',
2852 '../components/components.gyp:physical_web_ui',
2852 '../components/components.gyp:policy', 2853 '../components/components.gyp:policy',
2853 '../components/components.gyp:toolbar', 2854 '../components/components.gyp:toolbar',
2854 '../components/components.gyp:update_client', 2855 '../components/components.gyp:update_client',
2855 '../components/components.gyp:version_ui', 2856 '../components/components.gyp:version_ui',
2856 '../components/components.gyp:zoom', 2857 '../components/components.gyp:zoom',
2857 '../components/components_resources.gyp:components_resources', 2858 '../components/components_resources.gyp:components_resources',
2858 '../components/components_strings.gyp:components_strings', 2859 '../components/components_strings.gyp:components_strings',
2859 '../components/url_formatter/url_formatter.gyp:url_formatter', 2860 '../components/url_formatter/url_formatter.gyp:url_formatter',
2860 '../content/content.gyp:content_browser', 2861 '../content/content.gyp:content_browser',
2861 '../content/content.gyp:content_common', 2862 '../content/content.gyp:content_common',
(...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
3337 ], 3338 ],
3338 'sources': [ 3339 'sources': [
3339 '<@(chrome_browser_ui_non_mobile_sources)', 3340 '<@(chrome_browser_ui_non_mobile_sources)',
3340 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3341 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3341 ], 3342 ],
3342 }], 3343 }],
3343 ], 3344 ],
3344 }, 3345 },
3345 ], 3346 ],
3346 } 3347 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698