Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 84343002: [rAC, OSX] Use a bubble for tooltips. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: It slices! It dices! And now even WITH TESTS! Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser_ui', 8 'target_name': 'browser_ui',
9 'type': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
543 'browser/ui/cocoa/autofill/autofill_section_container.h', 543 'browser/ui/cocoa/autofill/autofill_section_container.h',
544 'browser/ui/cocoa/autofill/autofill_section_container.mm', 544 'browser/ui/cocoa/autofill/autofill_section_container.mm',
545 'browser/ui/cocoa/autofill/autofill_section_view.h', 545 'browser/ui/cocoa/autofill/autofill_section_view.h',
546 'browser/ui/cocoa/autofill/autofill_section_view.mm', 546 'browser/ui/cocoa/autofill/autofill_section_view.mm',
547 'browser/ui/cocoa/autofill/autofill_sign_in_container.h', 547 'browser/ui/cocoa/autofill/autofill_sign_in_container.h',
548 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm', 548 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm',
549 'browser/ui/cocoa/autofill/autofill_suggestion_container.h', 549 'browser/ui/cocoa/autofill/autofill_suggestion_container.h',
550 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm', 550 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm',
551 'browser/ui/cocoa/autofill/autofill_textfield.h', 551 'browser/ui/cocoa/autofill/autofill_textfield.h',
552 'browser/ui/cocoa/autofill/autofill_textfield.mm', 552 'browser/ui/cocoa/autofill/autofill_textfield.mm',
553 'browser/ui/cocoa/autofill/autofill_tooltip_controller.h',
554 'browser/ui/cocoa/autofill/autofill_tooltip_controller.mm',
553 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h', 555 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h',
554 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm', 556 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm',
555 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h', 557 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h',
556 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.mm', 558 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.mm',
557 'browser/ui/cocoa/autofill/layout_view.h', 559 'browser/ui/cocoa/autofill/layout_view.h',
558 'browser/ui/cocoa/autofill/layout_view.mm', 560 'browser/ui/cocoa/autofill/layout_view.mm',
559 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.h', 561 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.h',
560 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm', 562 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm',
561 'browser/ui/cocoa/autofill/simple_grid_layout.h', 563 'browser/ui/cocoa/autofill/simple_grid_layout.h',
562 'browser/ui/cocoa/autofill/simple_grid_layout.mm', 564 'browser/ui/cocoa/autofill/simple_grid_layout.mm',
(...skipping 2774 matching lines...) Expand 10 before | Expand all | Expand 10 after
3337 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3339 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3338 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3340 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3339 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3341 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3340 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3342 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3341 ], 3343 ],
3342 }], 3344 }],
3343 ], 3345 ],
3344 }, 3346 },
3345 ], 3347 ],
3346 } 3348 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698