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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 'browser/ui/cocoa/location_bar/image_decoration.h', | 548 'browser/ui/cocoa/location_bar/image_decoration.h', |
549 'browser/ui/cocoa/location_bar/image_decoration.mm', | 549 'browser/ui/cocoa/location_bar/image_decoration.mm', |
550 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h', | 550 'browser/ui/cocoa/location_bar/keyword_hint_decoration.h', |
551 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm', | 551 'browser/ui/cocoa/location_bar/keyword_hint_decoration.mm', |
552 'browser/ui/cocoa/location_bar/location_bar_decoration.h', | 552 'browser/ui/cocoa/location_bar/location_bar_decoration.h', |
553 'browser/ui/cocoa/location_bar/location_bar_decoration.mm', | 553 'browser/ui/cocoa/location_bar/location_bar_decoration.mm', |
554 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', | 554 'browser/ui/cocoa/location_bar/location_bar_view_mac.h', |
555 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', | 555 'browser/ui/cocoa/location_bar/location_bar_view_mac.mm', |
556 'browser/ui/cocoa/location_bar/location_icon_decoration.h', | 556 'browser/ui/cocoa/location_bar/location_icon_decoration.h', |
557 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', | 557 'browser/ui/cocoa/location_bar/location_icon_decoration.mm', |
| 558 'browser/ui/cocoa/location_bar/manage_passwords_decoration.h', |
| 559 'browser/ui/cocoa/location_bar/manage_passwords_decoration.mm', |
558 'browser/ui/cocoa/location_bar/mic_search_decoration.h', | 560 'browser/ui/cocoa/location_bar/mic_search_decoration.h', |
559 'browser/ui/cocoa/location_bar/mic_search_decoration.mm', | 561 'browser/ui/cocoa/location_bar/mic_search_decoration.mm', |
560 'browser/ui/cocoa/location_bar/origin_chip_decoration.h', | 562 'browser/ui/cocoa/location_bar/origin_chip_decoration.h', |
561 'browser/ui/cocoa/location_bar/origin_chip_decoration.mm', | 563 'browser/ui/cocoa/location_bar/origin_chip_decoration.mm', |
562 'browser/ui/cocoa/location_bar/page_action_decoration.h', | 564 'browser/ui/cocoa/location_bar/page_action_decoration.h', |
563 'browser/ui/cocoa/location_bar/page_action_decoration.mm', | 565 'browser/ui/cocoa/location_bar/page_action_decoration.mm', |
564 'browser/ui/cocoa/location_bar/search_button_decoration.h', | 566 'browser/ui/cocoa/location_bar/search_button_decoration.h', |
565 'browser/ui/cocoa/location_bar/search_button_decoration.mm', | 567 'browser/ui/cocoa/location_bar/search_button_decoration.mm', |
566 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', | 568 'browser/ui/cocoa/location_bar/selected_keyword_decoration.h', |
567 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', | 569 'browser/ui/cocoa/location_bar/selected_keyword_decoration.mm', |
(...skipping 2396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2964 }], | 2966 }], |
2965 ['OS!="android" and OS!="ios"', { | 2967 ['OS!="android" and OS!="ios"', { |
2966 'dependencies': [ | 2968 'dependencies': [ |
2967 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 2969 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
2968 ], | 2970 ], |
2969 }], | 2971 }], |
2970 ], | 2972 ], |
2971 }, | 2973 }, |
2972 ], | 2974 ], |
2973 } | 2975 } |
OLD | NEW |