| 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 76 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', | 76 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.cc', |
| 77 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', | 77 'browser/ui/app_modal_dialogs/app_modal_dialog_queue.h', |
| 78 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', | 78 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.cc', |
| 79 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', | 79 'browser/ui/app_modal_dialogs/javascript_app_modal_dialog.h', |
| 80 'browser/ui/app_modal_dialogs/javascript_dialog_manager.cc', | 80 'browser/ui/app_modal_dialogs/javascript_dialog_manager.cc', |
| 81 'browser/ui/app_modal_dialogs/javascript_dialog_manager.h', | 81 'browser/ui/app_modal_dialogs/javascript_dialog_manager.h', |
| 82 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', | 82 'browser/ui/app_modal_dialogs/native_app_modal_dialog.h', |
| 83 'browser/ui/apps/app_info_dialog.h', | 83 'browser/ui/apps/app_info_dialog.h', |
| 84 'browser/ui/apps/apps_metro_handler_win.cc', | 84 'browser/ui/apps/apps_metro_handler_win.cc', |
| 85 'browser/ui/apps/apps_metro_handler_win.h', | 85 'browser/ui/apps/apps_metro_handler_win.h', |
| 86 'browser/ui/apps/chrome_apps_client.cc', | 86 'browser/ui/apps/chrome_app_window_client.cc', |
| 87 'browser/ui/apps/chrome_apps_client.h', | 87 'browser/ui/apps/chrome_app_window_client.h', |
| 88 'browser/ui/apps/directory_access_confirmation_dialog.cc', | 88 'browser/ui/apps/directory_access_confirmation_dialog.cc', |
| 89 'browser/ui/apps/directory_access_confirmation_dialog.h', | 89 'browser/ui/apps/directory_access_confirmation_dialog.h', |
| 90 'browser/ui/autofill/autofill_dialog_controller.cc', | 90 'browser/ui/autofill/autofill_dialog_controller.cc', |
| 91 'browser/ui/autofill/autofill_dialog_controller.h', | 91 'browser/ui/autofill/autofill_dialog_controller.h', |
| 92 'browser/ui/autofill/autofill_dialog_models.cc', | 92 'browser/ui/autofill/autofill_dialog_models.cc', |
| 93 'browser/ui/autofill/autofill_dialog_models.h', | 93 'browser/ui/autofill/autofill_dialog_models.h', |
| 94 'browser/ui/autofill/autofill_dialog_types.cc', | 94 'browser/ui/autofill/autofill_dialog_types.cc', |
| 95 'browser/ui/autofill/autofill_dialog_types.h', | 95 'browser/ui/autofill/autofill_dialog_types.h', |
| 96 'browser/ui/autofill/autofill_popup_controller.h', | 96 'browser/ui/autofill/autofill_popup_controller.h', |
| 97 'browser/ui/autofill/autofill_popup_controller_impl.cc', | 97 'browser/ui/autofill/autofill_popup_controller_impl.cc', |
| (...skipping 2886 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2984 }], | 2984 }], |
| 2985 ['OS!="android" and OS!="ios"', { | 2985 ['OS!="android" and OS!="ios"', { |
| 2986 'dependencies': [ | 2986 'dependencies': [ |
| 2987 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2987 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 2988 ], | 2988 ], |
| 2989 }], | 2989 }], |
| 2990 ], | 2990 ], |
| 2991 }, | 2991 }, |
| 2992 ], | 2992 ], |
| 2993 } | 2993 } |
| OLD | NEW |