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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1056023003: Add localized string and resource paths for media router WebUI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 8 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
« no previous file with comments | « chrome/browser/ui/webui/media_router/media_router_resources_provider.cc ('k') | no next file » | 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 1433 matching lines...) Expand 10 before | Expand all | Expand 10 after
1444 'browser/ui/startup/autolaunch_prompt.cc', 1444 'browser/ui/startup/autolaunch_prompt.cc',
1445 'browser/ui/web_contents_sizer.mm', 1445 'browser/ui/web_contents_sizer.mm',
1446 ], 1446 ],
1447 'chrome_browser_ui_media_router_sources': [ 1447 'chrome_browser_ui_media_router_sources': [
1448 'browser/ui/toolbar/media_router_action.h', 1448 'browser/ui/toolbar/media_router_action.h',
1449 'browser/ui/toolbar/media_router_action.cc', 1449 'browser/ui/toolbar/media_router_action.cc',
1450 'browser/ui/webui/media_router/media_cast_mode.cc', 1450 'browser/ui/webui/media_router/media_cast_mode.cc',
1451 'browser/ui/webui/media_router/media_cast_mode.h', 1451 'browser/ui/webui/media_router/media_cast_mode.h',
1452 'browser/ui/webui/media_router/media_sink_with_cast_modes.cc', 1452 'browser/ui/webui/media_router/media_sink_with_cast_modes.cc',
1453 'browser/ui/webui/media_router/media_sink_with_cast_modes.h', 1453 'browser/ui/webui/media_router/media_sink_with_cast_modes.h',
1454 'browser/ui/webui/media_router/media_router_localized_strings_provider.cc' ,
1455 'browser/ui/webui/media_router/media_router_localized_strings_provider.h',
1456 'browser/ui/webui/media_router/media_router_resources_provider.cc',
1457 'browser/ui/webui/media_router/media_router_resources_provider.h',
1454 ], 1458 ],
1455 'chrome_browser_ui_non_mac_sources': [ 1459 'chrome_browser_ui_non_mac_sources': [
1456 'browser/ui/web_contents_sizer.cc', 1460 'browser/ui/web_contents_sizer.cc',
1457 ], 1461 ],
1458 'chrome_browser_ui_non_mobile_sources': [ 1462 'chrome_browser_ui_non_mobile_sources': [
1459 'browser/ui/apps/app_info_dialog.h', 1463 'browser/ui/apps/app_info_dialog.h',
1460 'browser/ui/apps/apps_metro_handler_win.cc', 1464 'browser/ui/apps/apps_metro_handler_win.cc',
1461 'browser/ui/apps/apps_metro_handler_win.h', 1465 'browser/ui/apps/apps_metro_handler_win.h',
1462 'browser/ui/apps/chrome_app_delegate.cc', 1466 'browser/ui/apps/chrome_app_delegate.cc',
1463 'browser/ui/apps/chrome_app_delegate.h', 1467 'browser/ui/apps/chrome_app_delegate.h',
(...skipping 1716 matching lines...) Expand 10 before | Expand all | Expand 10 after
3180 ], 3184 ],
3181 'sources': [ 3185 'sources': [
3182 '<@(chrome_browser_ui_non_mobile_sources)', 3186 '<@(chrome_browser_ui_non_mobile_sources)',
3183 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3187 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3184 ], 3188 ],
3185 }], 3189 }],
3186 ], 3190 ],
3187 }, 3191 },
3188 ], 3192 ],
3189 } 3193 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/media_router/media_router_resources_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698