| 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 1397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1408 'browser/ui/content_settings/content_setting_image_model.cc', | 1408 'browser/ui/content_settings/content_setting_image_model.cc', |
| 1409 'browser/ui/content_settings/content_setting_image_model.h', | 1409 'browser/ui/content_settings/content_setting_image_model.h', |
| 1410 'browser/ui/content_settings/content_setting_media_menu_model.cc', | 1410 'browser/ui/content_settings/content_setting_media_menu_model.cc', |
| 1411 'browser/ui/content_settings/content_setting_media_menu_model.h', | 1411 'browser/ui/content_settings/content_setting_media_menu_model.h', |
| 1412 'browser/ui/elide_url.cc', | 1412 'browser/ui/elide_url.cc', |
| 1413 'browser/ui/elide_url.h', | 1413 'browser/ui/elide_url.h', |
| 1414 'browser/ui/extensions/application_launch.cc', | 1414 'browser/ui/extensions/application_launch.cc', |
| 1415 'browser/ui/extensions/application_launch.h', | 1415 'browser/ui/extensions/application_launch.h', |
| 1416 'browser/ui/extensions/extension_install_ui_default.cc', | 1416 'browser/ui/extensions/extension_install_ui_default.cc', |
| 1417 'browser/ui/extensions/extension_install_ui_default.h', | 1417 'browser/ui/extensions/extension_install_ui_default.h', |
| 1418 'browser/ui/extensions/extension_install_ui_factory.cc', |
| 1418 'browser/ui/fast_unload_controller.cc', | 1419 'browser/ui/fast_unload_controller.cc', |
| 1419 'browser/ui/fast_unload_controller.h', | 1420 'browser/ui/fast_unload_controller.h', |
| 1420 'browser/ui/find_bar/find_bar_controller.cc', | 1421 'browser/ui/find_bar/find_bar_controller.cc', |
| 1421 'browser/ui/find_bar/find_bar_controller.h', | 1422 'browser/ui/find_bar/find_bar_controller.h', |
| 1422 'browser/ui/fullscreen/fullscreen_controller.cc', | 1423 'browser/ui/fullscreen/fullscreen_controller.cc', |
| 1423 'browser/ui/fullscreen/fullscreen_controller.h', | 1424 'browser/ui/fullscreen/fullscreen_controller.h', |
| 1424 'browser/ui/fullscreen/fullscreen_exit_bubble.cc', | 1425 'browser/ui/fullscreen/fullscreen_exit_bubble.cc', |
| 1425 'browser/ui/fullscreen/fullscreen_exit_bubble.h', | 1426 'browser/ui/fullscreen/fullscreen_exit_bubble.h', |
| 1426 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc', | 1427 'browser/ui/fullscreen/fullscreen_exit_bubble_type.cc', |
| 1427 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h', | 1428 'browser/ui/fullscreen/fullscreen_exit_bubble_type.h', |
| (...skipping 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3006 }], | 3007 }], |
| 3007 ['OS!="android" and OS!="ios"', { | 3008 ['OS!="android" and OS!="ios"', { |
| 3008 'dependencies': [ | 3009 'dependencies': [ |
| 3009 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 3010 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 3010 ], | 3011 ], |
| 3011 }], | 3012 }], |
| 3012 ], | 3013 ], |
| 3013 }, | 3014 }, |
| 3014 ], | 3015 ], |
| 3015 } | 3016 } |
| OLD | NEW |