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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 734243003: Adding the chrome://copresence page (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@state
Patch Set: Created 6 years 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
« no previous file with comments | « chrome/browser/ui/webui/copresence_ui_handler.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1590 matching lines...) Expand 10 before | Expand all | Expand 10 after
1601 'browser/ui/website_settings/permission_menu_model.cc', 1601 'browser/ui/website_settings/permission_menu_model.cc',
1602 'browser/ui/website_settings/permission_menu_model.h', 1602 'browser/ui/website_settings/permission_menu_model.h',
1603 'browser/ui/website_settings/website_settings_utils.cc', 1603 'browser/ui/website_settings/website_settings_utils.cc',
1604 'browser/ui/website_settings/website_settings_utils.h', 1604 'browser/ui/website_settings/website_settings_utils.h',
1605 'browser/ui/webui/app_launcher_page_ui.cc', 1605 'browser/ui/webui/app_launcher_page_ui.cc',
1606 'browser/ui/webui/app_launcher_page_ui.h', 1606 'browser/ui/webui/app_launcher_page_ui.h',
1607 'browser/ui/webui/bookmarks_ui.cc', 1607 'browser/ui/webui/bookmarks_ui.cc',
1608 'browser/ui/webui/bookmarks_ui.h', 1608 'browser/ui/webui/bookmarks_ui.h',
1609 'browser/ui/webui/chrome_web_contents_handler.cc', 1609 'browser/ui/webui/chrome_web_contents_handler.cc',
1610 'browser/ui/webui/chrome_web_contents_handler.h', 1610 'browser/ui/webui/chrome_web_contents_handler.h',
1611 'browser/ui/webui/copresence_ui_handler.cc',
1612 'browser/ui/webui/copresence_ui_handler.h',
1613 'browser/ui/webui/copresence_ui.cc',
1614 'browser/ui/webui/copresence_ui.h',
1611 'browser/ui/webui/devtools_ui.cc', 1615 'browser/ui/webui/devtools_ui.cc',
1612 'browser/ui/webui/devtools_ui.h', 1616 'browser/ui/webui/devtools_ui.h',
1613 'browser/ui/webui/downloads_dom_handler.cc', 1617 'browser/ui/webui/downloads_dom_handler.cc',
1614 'browser/ui/webui/downloads_dom_handler.h', 1618 'browser/ui/webui/downloads_dom_handler.h',
1615 'browser/ui/webui/downloads_ui.cc', 1619 'browser/ui/webui/downloads_ui.cc',
1616 'browser/ui/webui/downloads_ui.h', 1620 'browser/ui/webui/downloads_ui.h',
1617 'browser/ui/webui/extensions/command_handler.cc', 1621 'browser/ui/webui/extensions/command_handler.cc',
1618 'browser/ui/webui/extensions/command_handler.h', 1622 'browser/ui/webui/extensions/command_handler.h',
1619 'browser/ui/webui/extensions/extension_error_handler.cc', 1623 'browser/ui/webui/extensions/extension_error_handler.cc',
1620 'browser/ui/webui/extensions/extension_error_handler.h', 1624 'browser/ui/webui/extensions/extension_error_handler.h',
(...skipping 1523 matching lines...) Expand 10 before | Expand all | Expand 10 after
3144 ], 3148 ],
3145 'sources': [ 3149 'sources': [
3146 '<@(chrome_browser_ui_non_mobile_sources)', 3150 '<@(chrome_browser_ui_non_mobile_sources)',
3147 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3151 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3148 ], 3152 ],
3149 }], 3153 }],
3150 ], 3154 ],
3151 }, 3155 },
3152 ], 3156 ],
3153 } 3157 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/copresence_ui_handler.cc ('k') | chrome/common/url_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698