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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 13470023: [autofill] First step towards autofill dialog on OSX. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Switch test to MessageLoopRunner. Created 7 years, 8 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 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 'browser/ui/cocoa/applescript/constants_applescript.h', 348 'browser/ui/cocoa/applescript/constants_applescript.h',
349 'browser/ui/cocoa/applescript/constants_applescript.mm', 349 'browser/ui/cocoa/applescript/constants_applescript.mm',
350 'browser/ui/cocoa/applescript/element_applescript.h', 350 'browser/ui/cocoa/applescript/element_applescript.h',
351 'browser/ui/cocoa/applescript/element_applescript.mm', 351 'browser/ui/cocoa/applescript/element_applescript.mm',
352 'browser/ui/cocoa/applescript/error_applescript.h', 352 'browser/ui/cocoa/applescript/error_applescript.h',
353 'browser/ui/cocoa/applescript/error_applescript.mm', 353 'browser/ui/cocoa/applescript/error_applescript.mm',
354 'browser/ui/cocoa/applescript/tab_applescript.h', 354 'browser/ui/cocoa/applescript/tab_applescript.h',
355 'browser/ui/cocoa/applescript/tab_applescript.mm', 355 'browser/ui/cocoa/applescript/tab_applescript.mm',
356 'browser/ui/cocoa/applescript/window_applescript.h', 356 'browser/ui/cocoa/applescript/window_applescript.h',
357 'browser/ui/cocoa/applescript/window_applescript.mm', 357 'browser/ui/cocoa/applescript/window_applescript.mm',
358 'browser/ui/cocoa/autofill/autofill_dialog_cocoa.h',
359 'browser/ui/cocoa/autofill/autofill_dialog_cocoa.mm',
358 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.h', 360 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.h',
359 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.mm', 361 'browser/ui/cocoa/autofill/autofill_popup_view_bridge.mm',
360 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h', 362 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.h',
361 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm', 363 'browser/ui/cocoa/autofill/autofill_popup_view_cocoa.mm',
362 'browser/ui/cocoa/background_gradient_view.h', 364 'browser/ui/cocoa/background_gradient_view.h',
363 'browser/ui/cocoa/background_gradient_view.mm', 365 'browser/ui/cocoa/background_gradient_view.mm',
364 'browser/ui/cocoa/background_tile_view.h', 366 'browser/ui/cocoa/background_tile_view.h',
365 'browser/ui/cocoa/background_tile_view.mm', 367 'browser/ui/cocoa/background_tile_view.mm',
366 'browser/ui/cocoa/base_bubble_controller.h', 368 'browser/ui/cocoa/base_bubble_controller.h',
367 'browser/ui/cocoa/base_bubble_controller.mm', 369 'browser/ui/cocoa/base_bubble_controller.mm',
(...skipping 2514 matching lines...) Expand 10 before | Expand all | Expand 10 after
2882 }], 2884 }],
2883 ['enable_message_center==1', { 2885 ['enable_message_center==1', {
2884 'dependencies': [ 2886 'dependencies': [
2885 '../ui/message_center/message_center.gyp:message_center', 2887 '../ui/message_center/message_center.gyp:message_center',
2886 ], 2888 ],
2887 }], 2889 }],
2888 ], 2890 ],
2889 }, 2891 },
2890 ], 2892 ],
2891 } 2893 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/cocoa/autofill/autofill_dialog_cocoa_browsertest.mm ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698