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 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1410 'browser/ui/collected_cookies_infobar_delegate.h', | 1410 'browser/ui/collected_cookies_infobar_delegate.h', |
1411 'browser/ui/confirm_bubble_model.cc', | 1411 'browser/ui/confirm_bubble_model.cc', |
1412 'browser/ui/confirm_bubble_model.h', | 1412 'browser/ui/confirm_bubble_model.h', |
1413 'browser/ui/content_settings/content_setting_bubble_model.cc', | 1413 'browser/ui/content_settings/content_setting_bubble_model.cc', |
1414 'browser/ui/content_settings/content_setting_bubble_model.h', | 1414 'browser/ui/content_settings/content_setting_bubble_model.h', |
1415 'browser/ui/content_settings/content_setting_bubble_model_delegate.h', | 1415 'browser/ui/content_settings/content_setting_bubble_model_delegate.h', |
1416 'browser/ui/content_settings/content_setting_image_model.cc', | 1416 'browser/ui/content_settings/content_setting_image_model.cc', |
1417 'browser/ui/content_settings/content_setting_image_model.h', | 1417 'browser/ui/content_settings/content_setting_image_model.h', |
1418 'browser/ui/content_settings/content_setting_media_menu_model.cc', | 1418 'browser/ui/content_settings/content_setting_media_menu_model.cc', |
1419 'browser/ui/content_settings/content_setting_media_menu_model.h', | 1419 'browser/ui/content_settings/content_setting_media_menu_model.h', |
1420 'browser/ui/content_settings/media_setting_changed_infobar_delegate.cc', | |
1421 'browser/ui/content_settings/media_setting_changed_infobar_delegate.h', | |
1422 'browser/ui/elide_url.cc', | 1420 'browser/ui/elide_url.cc', |
1423 'browser/ui/elide_url.h', | 1421 'browser/ui/elide_url.h', |
1424 'browser/ui/extensions/application_launch.cc', | 1422 'browser/ui/extensions/application_launch.cc', |
1425 'browser/ui/extensions/application_launch.h', | 1423 'browser/ui/extensions/application_launch.h', |
1426 'browser/ui/extensions/extension_install_ui_default.cc', | 1424 'browser/ui/extensions/extension_install_ui_default.cc', |
1427 'browser/ui/extensions/extension_install_ui_default.h', | 1425 'browser/ui/extensions/extension_install_ui_default.h', |
1428 'browser/ui/fast_unload_controller.cc', | 1426 'browser/ui/fast_unload_controller.cc', |
1429 'browser/ui/fast_unload_controller.h', | 1427 'browser/ui/fast_unload_controller.h', |
1430 'browser/ui/find_bar/find_bar_controller.cc', | 1428 'browser/ui/find_bar/find_bar_controller.cc', |
1431 'browser/ui/find_bar/find_bar_controller.h', | 1429 'browser/ui/find_bar/find_bar_controller.h', |
(...skipping 1541 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2973 }], | 2971 }], |
2974 ['OS!="android" and OS!="ios"', { | 2972 ['OS!="android" and OS!="ios"', { |
2975 'dependencies': [ | 2973 'dependencies': [ |
2976 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2974 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2977 ], | 2975 ], |
2978 }], | 2976 }], |
2979 ], | 2977 ], |
2980 }, | 2978 }, |
2981 ], | 2979 ], |
2982 } | 2980 } |
OLD | NEW |