OLD | NEW |
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 1589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1600 'browser/ui/website_settings/permission_menu_model.cc', | 1600 'browser/ui/website_settings/permission_menu_model.cc', |
1601 'browser/ui/website_settings/permission_menu_model.h', | 1601 'browser/ui/website_settings/permission_menu_model.h', |
1602 'browser/ui/website_settings/website_settings_utils.cc', | 1602 'browser/ui/website_settings/website_settings_utils.cc', |
1603 'browser/ui/website_settings/website_settings_utils.h', | 1603 'browser/ui/website_settings/website_settings_utils.h', |
1604 'browser/ui/webui/app_launcher_page_ui.cc', | 1604 'browser/ui/webui/app_launcher_page_ui.cc', |
1605 'browser/ui/webui/app_launcher_page_ui.h', | 1605 'browser/ui/webui/app_launcher_page_ui.h', |
1606 'browser/ui/webui/bookmarks_ui.cc', | 1606 'browser/ui/webui/bookmarks_ui.cc', |
1607 'browser/ui/webui/bookmarks_ui.h', | 1607 'browser/ui/webui/bookmarks_ui.h', |
1608 'browser/ui/webui/chrome_web_contents_handler.cc', | 1608 'browser/ui/webui/chrome_web_contents_handler.cc', |
1609 'browser/ui/webui/chrome_web_contents_handler.h', | 1609 'browser/ui/webui/chrome_web_contents_handler.h', |
| 1610 'browser/ui/webui/copresence_ui_handler.cc', |
| 1611 'browser/ui/webui/copresence_ui_handler.h', |
| 1612 'browser/ui/webui/copresence_ui.cc', |
| 1613 'browser/ui/webui/copresence_ui.h', |
1610 'browser/ui/webui/devtools_ui.cc', | 1614 'browser/ui/webui/devtools_ui.cc', |
1611 'browser/ui/webui/devtools_ui.h', | 1615 'browser/ui/webui/devtools_ui.h', |
1612 'browser/ui/webui/downloads_dom_handler.cc', | 1616 'browser/ui/webui/downloads_dom_handler.cc', |
1613 'browser/ui/webui/downloads_dom_handler.h', | 1617 'browser/ui/webui/downloads_dom_handler.h', |
1614 'browser/ui/webui/downloads_ui.cc', | 1618 'browser/ui/webui/downloads_ui.cc', |
1615 'browser/ui/webui/downloads_ui.h', | 1619 'browser/ui/webui/downloads_ui.h', |
1616 'browser/ui/webui/extensions/command_handler.cc', | 1620 'browser/ui/webui/extensions/command_handler.cc', |
1617 'browser/ui/webui/extensions/command_handler.h', | 1621 'browser/ui/webui/extensions/command_handler.h', |
1618 'browser/ui/webui/extensions/extension_error_handler.cc', | 1622 'browser/ui/webui/extensions/extension_error_handler.cc', |
1619 'browser/ui/webui/extensions/extension_error_handler.h', | 1623 'browser/ui/webui/extensions/extension_error_handler.h', |
(...skipping 1481 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3101 }], | 3105 }], |
3102 ['enable_extensions==1', { | 3106 ['enable_extensions==1', { |
3103 'dependencies': [ | 3107 'dependencies': [ |
3104 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript
_dialog_extensions_client', | 3108 '<(DEPTH)/extensions/components/extensions_components.gyp:javascript
_dialog_extensions_client', |
3105 ], | 3109 ], |
3106 }], | 3110 }], |
3107 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { | 3111 ['OS=="win" and (chromium_win_pch==0 or syzyasan==1)', { |
3108 'msvs_shard': 4, | 3112 'msvs_shard': 4, |
3109 }], | 3113 }], |
3110 ['OS!="android" and OS!="ios"', { | 3114 ['OS!="android" and OS!="ios"', { |
| 3115 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
3111 'dependencies': [ | 3116 'dependencies': [ |
3112 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3117 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3113 ], | 3118 ], |
3114 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3119 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
3115 }], | 3120 }], |
3116 ], | 3121 ], |
3117 }, | 3122 }, |
3118 ], | 3123 ], |
3119 } | 3124 } |
OLD | NEW |