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

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
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 'chrome_browser_ui_non_ios_sources': [ 7 'chrome_browser_ui_non_ios_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 1787 matching lines...) Expand 10 before | Expand all | Expand 10 after
1798 'chrome_browser_ui_non_mobile_sources': [ 1798 'chrome_browser_ui_non_mobile_sources': [
1799 'browser/ui/browser_commands.cc', 1799 'browser/ui/browser_commands.cc',
1800 'browser/ui/browser_commands.h', 1800 'browser/ui/browser_commands.h',
1801 'browser/ui/browser_tab_restorer.cc', 1801 'browser/ui/browser_tab_restorer.cc',
1802 'browser/ui/browser_window_state.cc', 1802 'browser/ui/browser_window_state.cc',
1803 'browser/ui/browser_window_state.h', 1803 'browser/ui/browser_window_state.h',
1804 'browser/ui/scoped_tabbed_browser_displayer.cc', 1804 'browser/ui/scoped_tabbed_browser_displayer.cc',
1805 'browser/ui/scoped_tabbed_browser_displayer.h', 1805 'browser/ui/scoped_tabbed_browser_displayer.h',
1806 'browser/ui/sync/sync_promo_ui.cc', 1806 'browser/ui/sync/sync_promo_ui.cc',
1807 'browser/ui/sync/sync_promo_ui.h', 1807 'browser/ui/sync/sync_promo_ui.h',
1808 'browser/ui/webui/copresence_ui_handler.cc',
1809 'browser/ui/webui/copresence_ui_handler.h',
1810 'browser/ui/webui/copresence_ui.cc',
1811 'browser/ui/webui/copresence_ui.h',
1808 'browser/ui/webui/devtools_ui.cc', 1812 'browser/ui/webui/devtools_ui.cc',
1809 'browser/ui/webui/devtools_ui.h', 1813 'browser/ui/webui/devtools_ui.h',
1810 ], 1814 ],
1811 'chrome_browser_ui_print_preview_sources': [ 1815 'chrome_browser_ui_print_preview_sources': [
1812 'browser/ui/webui/print_preview/print_preview_handler.cc', 1816 'browser/ui/webui/print_preview/print_preview_handler.cc',
1813 'browser/ui/webui/print_preview/print_preview_handler.h', 1817 'browser/ui/webui/print_preview/print_preview_handler.h',
1814 'browser/ui/webui/print_preview/print_preview_ui.cc', 1818 'browser/ui/webui/print_preview/print_preview_ui.cc',
1815 'browser/ui/webui/print_preview/print_preview_ui.h', 1819 'browser/ui/webui/print_preview/print_preview_ui.h',
1816 'browser/ui/webui/print_preview/sticky_settings.cc', 1820 'browser/ui/webui/print_preview/sticky_settings.cc',
1817 'browser/ui/webui/print_preview/sticky_settings.h', 1821 'browser/ui/webui/print_preview/sticky_settings.h',
(...skipping 1265 matching lines...) Expand 10 before | Expand all | Expand 10 after
3083 }], 3087 }],
3084 ['enable_extensions==1', { 3088 ['enable_extensions==1', {
3085 'dependencies': [ 3089 'dependencies': [
3086 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client', 3090 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript _dialog_extensions_client',
3087 ], 3091 ],
3088 }], 3092 }],
3089 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { 3093 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', {
3090 'msvs_shard': 4, 3094 'msvs_shard': 4,
3091 }], 3095 }],
3092 ['OS!="android" and OS!="ios"', { 3096 ['OS!="android" and OS!="ios"', {
3097 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ],
3093 'dependencies': [ 3098 'dependencies': [
3094 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3099 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3095 ], 3100 ],
3096 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], 3101 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ],
3097 }], 3102 }],
3098 ], 3103 ],
3099 }, 3104 },
3100 ], 3105 ],
3101 } 3106 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698