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 1271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1282 'browser/ui/views/uninstall_view.h', | 1282 'browser/ui/views/uninstall_view.h', |
1283 'browser/ui/webui/conflicts_ui.cc', | 1283 'browser/ui/webui/conflicts_ui.cc', |
1284 'browser/ui/webui/conflicts_ui.h', | 1284 'browser/ui/webui/conflicts_ui.h', |
1285 'browser/ui/webui/set_as_default_browser_ui.cc', | 1285 'browser/ui/webui/set_as_default_browser_ui.cc', |
1286 'browser/ui/webui/set_as_default_browser_ui.h', | 1286 'browser/ui/webui/set_as_default_browser_ui.h', |
1287 ], | 1287 ], |
1288 'chrome_browser_ui_mac_sources': [ | 1288 'chrome_browser_ui_mac_sources': [ |
1289 'browser/ui/startup/session_crashed_bubble.cc', | 1289 'browser/ui/startup/session_crashed_bubble.cc', |
1290 'browser/ui/startup/autolaunch_prompt.cc', | 1290 'browser/ui/startup/autolaunch_prompt.cc', |
1291 'browser/ui/web_contents_sizer.mm', | 1291 'browser/ui/web_contents_sizer.mm', |
| 1292 'browser/ui/cocoa/create_application_shortcut_cocoa.cc', |
1292 ], | 1293 ], |
1293 'chrome_browser_ui_non_mac_sources': [ | 1294 'chrome_browser_ui_non_mac_sources': [ |
1294 'browser/ui/web_contents_sizer.cc', | 1295 'browser/ui/web_contents_sizer.cc', |
1295 ], | 1296 ], |
1296 # Files used only on desktop systems (not iOS, Android, ChromeOS). | 1297 # Files used only on desktop systems (not iOS, Android, ChromeOS). |
1297 'chrome_browser_ui_desktop_sources': [ | 1298 'chrome_browser_ui_desktop_sources': [ |
1298 'browser/ui/webui/signin/inline_login_handler_impl.cc', | 1299 'browser/ui/webui/signin/inline_login_handler_impl.cc', |
1299 'browser/ui/webui/signin/inline_login_handler_impl.h', | 1300 'browser/ui/webui/signin/inline_login_handler_impl.h', |
1300 'browser/ui/webui/signin/user_manager_screen_handler.cc', | 1301 'browser/ui/webui/signin/user_manager_screen_handler.cc', |
1301 'browser/ui/webui/signin/user_manager_screen_handler.h', | 1302 'browser/ui/webui/signin/user_manager_screen_handler.h', |
(...skipping 1783 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3085 ['OS!="android" and OS!="ios"', { | 3086 ['OS!="android" and OS!="ios"', { |
3086 'dependencies': [ | 3087 'dependencies': [ |
3087 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3088 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
3088 ], | 3089 ], |
3089 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], | 3090 'sources': [ '<@(chrome_browser_ui_non_mobile_sources)' ], |
3090 }], | 3091 }], |
3091 ], | 3092 ], |
3092 }, | 3093 }, |
3093 ], | 3094 ], |
3094 } | 3095 } |
OLD | NEW |