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

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

Powered by Google App Engine
This is Rietveld 408576698