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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 1128543002: Blank UI for web component tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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 1928 matching lines...) Expand 10 before | Expand all | Expand 10 after
1939 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ha ndler.cc', 1939 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ha ndler.cc',
1940 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ha ndler.h', 1940 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ha ndler.h',
1941 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui .cc', 1941 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui .cc',
1942 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui .h', 1942 'browser/ui/webui/sync_file_system_internals/sync_file_system_internals_ui .h',
1943 'browser/ui/webui/system_info_ui.cc', 1943 'browser/ui/webui/system_info_ui.cc',
1944 'browser/ui/webui/system_info_ui.h', 1944 'browser/ui/webui/system_info_ui.h',
1945 'browser/ui/webui/theme_handler.cc', 1945 'browser/ui/webui/theme_handler.cc',
1946 'browser/ui/webui/theme_handler.h', 1946 'browser/ui/webui/theme_handler.h',
1947 'browser/ui/webui/uber/uber_ui.cc', 1947 'browser/ui/webui/uber/uber_ui.cc',
1948 'browser/ui/webui/uber/uber_ui.h', 1948 'browser/ui/webui/uber/uber_ui.h',
1949 'browser/ui/webui/web_component_test_ui.cc',
1950 'browser/ui/webui/web_component_test_ui.h',
1949 'browser/ui/window_sizer/window_sizer.cc', 1951 'browser/ui/window_sizer/window_sizer.cc',
1950 'browser/ui/window_sizer/window_sizer.h', 1952 'browser/ui/window_sizer/window_sizer.h',
1951 ], 1953 ],
1952 # Cross-platform views sources also ready for toolkit-views on Mac. 1954 # Cross-platform views sources also ready for toolkit-views on Mac.
1953 'chrome_browser_ui_views_sources': [ 1955 'chrome_browser_ui_views_sources': [
1954 'browser/ui/app_list/app_list_controller_delegate_views.cc', 1956 'browser/ui/app_list/app_list_controller_delegate_views.cc',
1955 'browser/ui/app_list/app_list_controller_delegate_views.h', 1957 'browser/ui/app_list/app_list_controller_delegate_views.h',
1956 'browser/ui/app_list/app_list_service_views.cc', 1958 'browser/ui/app_list/app_list_service_views.cc',
1957 'browser/ui/app_list/app_list_service_views.h', 1959 'browser/ui/app_list/app_list_service_views.h',
1958 'browser/ui/app_list/app_list_shower_views.cc', 1960 'browser/ui/app_list/app_list_shower_views.cc',
(...skipping 1235 matching lines...) Expand 10 before | Expand all | Expand 10 after
3194 ], 3196 ],
3195 'sources': [ 3197 'sources': [
3196 '<@(chrome_browser_ui_non_mobile_sources)', 3198 '<@(chrome_browser_ui_non_mobile_sources)',
3197 '<@(chrome_browser_ui_omnibox_non_mobile_sources)', 3199 '<@(chrome_browser_ui_omnibox_non_mobile_sources)',
3198 ], 3200 ],
3199 }], 3201 }],
3200 ], 3202 ],
3201 }, 3203 },
3202 ], 3204 ],
3203 } 3205 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698