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

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: Review fixes. Created 7 years 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 537 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'browser/ui/cocoa/autofill/autofill_section_container.h', 548 'browser/ui/cocoa/autofill/autofill_section_container.h',
549 'browser/ui/cocoa/autofill/autofill_section_container.mm', 549 'browser/ui/cocoa/autofill/autofill_section_container.mm',
550 'browser/ui/cocoa/autofill/autofill_section_view.h', 550 'browser/ui/cocoa/autofill/autofill_section_view.h',
551 'browser/ui/cocoa/autofill/autofill_section_view.mm', 551 'browser/ui/cocoa/autofill/autofill_section_view.mm',
552 'browser/ui/cocoa/autofill/autofill_sign_in_container.h', 552 'browser/ui/cocoa/autofill/autofill_sign_in_container.h',
553 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm', 553 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm',
554 'browser/ui/cocoa/autofill/autofill_suggestion_container.h', 554 'browser/ui/cocoa/autofill/autofill_suggestion_container.h',
555 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm', 555 'browser/ui/cocoa/autofill/autofill_suggestion_container.mm',
556 'browser/ui/cocoa/autofill/autofill_textfield.h', 556 'browser/ui/cocoa/autofill/autofill_textfield.h',
557 'browser/ui/cocoa/autofill/autofill_textfield.mm', 557 'browser/ui/cocoa/autofill/autofill_textfield.mm',
558 'browser/ui/cocoa/autofill/autofill_tooltip_controller.h',
559 'browser/ui/cocoa/autofill/autofill_tooltip_controller.mm',
558 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h', 560 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h',
559 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm', 561 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm',
560 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h', 562 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.h',
561 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.mm', 563 'browser/ui/cocoa/autofill/generated_credit_card_bubble_cocoa.mm',
562 'browser/ui/cocoa/autofill/layout_view.h', 564 'browser/ui/cocoa/autofill/layout_view.h',
563 'browser/ui/cocoa/autofill/layout_view.mm', 565 'browser/ui/cocoa/autofill/layout_view.mm',
564 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.h', 566 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.h',
565 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm', 567 'browser/ui/cocoa/autofill/new_credit_card_bubble_cocoa.mm',
566 'browser/ui/cocoa/autofill/simple_grid_layout.h', 568 'browser/ui/cocoa/autofill/simple_grid_layout.h',
567 'browser/ui/cocoa/autofill/simple_grid_layout.mm', 569 'browser/ui/cocoa/autofill/simple_grid_layout.mm',
(...skipping 2777 matching lines...) Expand 10 before | Expand all | Expand 10 after
3345 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3347 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3346 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3348 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3347 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3349 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3348 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3350 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3349 ], 3351 ],
3350 }], 3352 }],
3351 ], 3353 ],
3352 }, 3354 },
3353 ], 3355 ],
3354 } 3356 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/autofill/autofill_tooltip_controller_unittest.mm ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698