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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 14646021: [Autofill] Add basic version of GridLayout (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move back to old location, add bug for Grand Unified Layout Created 7 years, 7 months 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 'browser/ui/cocoa/applescript/error_applescript.mm', 368 'browser/ui/cocoa/applescript/error_applescript.mm',
369 'browser/ui/cocoa/applescript/tab_applescript.h', 369 'browser/ui/cocoa/applescript/tab_applescript.h',
370 'browser/ui/cocoa/applescript/tab_applescript.mm', 370 'browser/ui/cocoa/applescript/tab_applescript.mm',
371 'browser/ui/cocoa/applescript/window_applescript.h', 371 'browser/ui/cocoa/applescript/window_applescript.h',
372 'browser/ui/cocoa/applescript/window_applescript.mm', 372 'browser/ui/cocoa/applescript/window_applescript.mm',
373 'browser/ui/cocoa/autofill/autofill_account_chooser.h', 373 'browser/ui/cocoa/autofill/autofill_account_chooser.h',
374 'browser/ui/cocoa/autofill/autofill_account_chooser.mm', 374 'browser/ui/cocoa/autofill/autofill_account_chooser.mm',
375 'browser/ui/cocoa/autofill/autofill_dialog_cocoa.h', 375 'browser/ui/cocoa/autofill/autofill_dialog_cocoa.h',
376 'browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm', 376 'browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm',
377 'browser/ui/cocoa/autofill/autofill_dialog_constants.h', 377 'browser/ui/cocoa/autofill/autofill_dialog_constants.h',
378 'browser/ui/cocoa/autofill/layout_view.h',
379 'browser/ui/cocoa/autofill/layout_view.mm',
378 'browser/ui/cocoa/autofill/autofill_main_container.h', 380 'browser/ui/cocoa/autofill/autofill_main_container.h',
379 'browser/ui/cocoa/autofill/autofill_main_container.mm', 381 'browser/ui/cocoa/autofill/autofill_main_container.mm',
380 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.h', 382 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.h',
381 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.mm', 383 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.mm',
382 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h', 384 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h',
383 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm', 385 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm',
384 'browser/ui/cocoa/autofill/autofill_sign_in_container.h', 386 'browser/ui/cocoa/autofill/autofill_sign_in_container.h',
385 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm', 387 'browser/ui/cocoa/autofill/autofill_sign_in_container.mm',
386 'browser/ui/cocoa/autofill/autofill_textfield.h', 388 'browser/ui/cocoa/autofill/autofill_textfield.h',
387 'browser/ui/cocoa/autofill/autofill_textfield.mm', 389 'browser/ui/cocoa/autofill/autofill_textfield.mm',
388 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h', 390 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.h',
389 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm', 391 'browser/ui/cocoa/autofill/down_arrow_popup_menu_cell.mm',
392 'browser/ui/cocoa/autofill/simple_grid_layout.h',
393 'browser/ui/cocoa/autofill/simple_grid_layout.mm',
390 'browser/ui/cocoa/background_gradient_view.h', 394 'browser/ui/cocoa/background_gradient_view.h',
391 'browser/ui/cocoa/background_gradient_view.mm', 395 'browser/ui/cocoa/background_gradient_view.mm',
392 'browser/ui/cocoa/background_tile_view.h', 396 'browser/ui/cocoa/background_tile_view.h',
393 'browser/ui/cocoa/background_tile_view.mm', 397 'browser/ui/cocoa/background_tile_view.mm',
394 'browser/ui/cocoa/base_bubble_controller.h', 398 'browser/ui/cocoa/base_bubble_controller.h',
395 'browser/ui/cocoa/base_bubble_controller.mm', 399 'browser/ui/cocoa/base_bubble_controller.mm',
396 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h', 400 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.h',
397 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm', 401 'browser/ui/cocoa/bookmarks/bookmark_all_tabs_controller.mm',
398 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h', 402 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.h',
399 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.mm', 403 'browser/ui/cocoa/bookmarks/bookmark_bar_bridge.mm',
(...skipping 2529 matching lines...) Expand 10 before | Expand all | Expand 10 after
2929 }], 2933 }],
2930 ['enable_message_center==1', { 2934 ['enable_message_center==1', {
2931 'dependencies': [ 2935 'dependencies': [
2932 '../ui/message_center/message_center.gyp:message_center', 2936 '../ui/message_center/message_center.gyp:message_center',
2933 ], 2937 ],
2934 }], 2938 }],
2935 ], 2939 ],
2936 }, 2940 },
2937 ], 2941 ],
2938 } 2942 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698