Chromium Code Reviews| 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 1286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1297 'browser/ui/views/color_chooser_dialog.h', | 1297 'browser/ui/views/color_chooser_dialog.h', |
| 1298 'browser/ui/views/frame/browser_desktop_window_tree_host.h', | 1298 'browser/ui/views/frame/browser_desktop_window_tree_host.h', |
| 1299 'browser/ui/views/frame/browser_desktop_window_tree_host_win.cc', | 1299 'browser/ui/views/frame/browser_desktop_window_tree_host_win.cc', |
| 1300 'browser/ui/views/frame/browser_desktop_window_tree_host_win.h', | 1300 'browser/ui/views/frame/browser_desktop_window_tree_host_win.h', |
| 1301 'browser/ui/views/frame/browser_frame_ashwin.cc', | 1301 'browser/ui/views/frame/browser_frame_ashwin.cc', |
| 1302 'browser/ui/views/frame/browser_frame_ashwin.h', | 1302 'browser/ui/views/frame/browser_frame_ashwin.h', |
| 1303 'browser/ui/views/frame/glass_browser_frame_view.cc', | 1303 'browser/ui/views/frame/glass_browser_frame_view.cc', |
| 1304 'browser/ui/views/frame/glass_browser_frame_view.h', | 1304 'browser/ui/views/frame/glass_browser_frame_view.h', |
| 1305 'browser/ui/views/frame/native_browser_frame_factory_aurawin.cc', | 1305 'browser/ui/views/frame/native_browser_frame_factory_aurawin.cc', |
| 1306 'browser/ui/views/frame/native_browser_frame_factory_desktop_ash.cc', | 1306 'browser/ui/views/frame/native_browser_frame_factory_desktop_ash.cc', |
| 1307 'browser/ui/views/link_disambiguation/link_disambiguation_popup.cc', | |
|
sky
2014/09/11 14:53:43
Remove if not aura?
luken
2014/09/17 00:00:48
It's in the Windows-only section, and the comment
sky
2014/09/17 14:34:30
My mistake.
| |
| 1308 'browser/ui/views/link_disambiguation/link_disambiguation_popup.h', | |
| 1307 'browser/ui/views/network_profile_bubble_view.cc', | 1309 'browser/ui/views/network_profile_bubble_view.cc', |
| 1308 'browser/ui/views/network_profile_bubble_view.h', | 1310 'browser/ui/views/network_profile_bubble_view.h', |
| 1309 'browser/ui/webui/conflicts_ui.cc', | 1311 'browser/ui/webui/conflicts_ui.cc', |
| 1310 'browser/ui/webui/conflicts_ui.h', | 1312 'browser/ui/webui/conflicts_ui.h', |
| 1311 'browser/ui/webui/set_as_default_browser_ui.cc', | 1313 'browser/ui/webui/set_as_default_browser_ui.cc', |
| 1312 'browser/ui/webui/set_as_default_browser_ui.h', | 1314 'browser/ui/webui/set_as_default_browser_ui.h', |
| 1313 'browser/ui/views/uninstall_view.cc', | 1315 'browser/ui/views/uninstall_view.cc', |
| 1314 'browser/ui/views/uninstall_view.h', | 1316 'browser/ui/views/uninstall_view.h', |
| 1315 ], | 1317 ], |
| 1316 'chrome_browser_ui_mac_sources': [ | 1318 'chrome_browser_ui_mac_sources': [ |
| (...skipping 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2988 }], | 2990 }], |
| 2989 ['OS!="android" and OS!="ios"', { | 2991 ['OS!="android" and OS!="ios"', { |
| 2990 'dependencies': [ | 2992 'dependencies': [ |
| 2991 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2993 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 2992 ], | 2994 ], |
| 2993 }], | 2995 }], |
| 2994 ], | 2996 ], |
| 2995 }, | 2997 }, |
| 2996 ], | 2998 ], |
| 2997 } | 2999 } |
| OLD | NEW |