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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 746663002: Stub for WebRTCDeviceProvider (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webclient
Patch Set: Switching to chrome:// schema, moving to chrome/browser/devtools/device/cloud/ 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 1776 matching lines...) Expand 10 before | Expand all | Expand 10 after
1787 'chrome_browser_ui_non_mobile_sources': [ 1787 'chrome_browser_ui_non_mobile_sources': [
1788 'browser/ui/browser_commands.cc', 1788 'browser/ui/browser_commands.cc',
1789 'browser/ui/browser_commands.h', 1789 'browser/ui/browser_commands.h',
1790 'browser/ui/browser_tab_restorer.cc', 1790 'browser/ui/browser_tab_restorer.cc',
1791 'browser/ui/browser_window_state.cc', 1791 'browser/ui/browser_window_state.cc',
1792 'browser/ui/browser_window_state.h', 1792 'browser/ui/browser_window_state.h',
1793 'browser/ui/scoped_tabbed_browser_displayer.cc', 1793 'browser/ui/scoped_tabbed_browser_displayer.cc',
1794 'browser/ui/scoped_tabbed_browser_displayer.h', 1794 'browser/ui/scoped_tabbed_browser_displayer.h',
1795 'browser/ui/sync/sync_promo_ui.cc', 1795 'browser/ui/sync/sync_promo_ui.cc',
1796 'browser/ui/sync/sync_promo_ui.h', 1796 'browser/ui/sync/sync_promo_ui.h',
1797 'browser/ui/webui/devtools_bridge_ui.cc',
1798 'browser/ui/webui/devtools_bridge_ui.h',
1797 'browser/ui/webui/devtools_ui.cc', 1799 'browser/ui/webui/devtools_ui.cc',
1798 'browser/ui/webui/devtools_ui.h', 1800 'browser/ui/webui/devtools_ui.h',
1799 ], 1801 ],
1800 'chrome_browser_ui_print_preview_sources': [ 1802 'chrome_browser_ui_print_preview_sources': [
1801 'browser/ui/webui/print_preview/print_preview_handler.cc', 1803 'browser/ui/webui/print_preview/print_preview_handler.cc',
1802 'browser/ui/webui/print_preview/print_preview_handler.h', 1804 'browser/ui/webui/print_preview/print_preview_handler.h',
1803 'browser/ui/webui/print_preview/print_preview_ui.cc', 1805 'browser/ui/webui/print_preview/print_preview_ui.cc',
1804 'browser/ui/webui/print_preview/print_preview_ui.h', 1806 'browser/ui/webui/print_preview/print_preview_ui.h',
1805 'browser/ui/webui/print_preview/sticky_settings.cc', 1807 'browser/ui/webui/print_preview/sticky_settings.cc',
1806 'browser/ui/webui/print_preview/sticky_settings.h', 1808 'browser/ui/webui/print_preview/sticky_settings.h',
(...skipping 1268 matching lines...) Expand 10 before | Expand all | Expand 10 after
3075 ['OS!="android" and OS!="ios"', { 3077 ['OS!="android" and OS!="ios"', {
3076 'dependencies': [ 3078 'dependencies': [
3077 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 3079 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
3078 ], 3080 ],
3079 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], 3081 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ],
3080 }], 3082 }],
3081 ], 3083 ],
3082 }, 3084 },
3083 ], 3085 ],
3084 } 3086 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698