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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 63053003: Ask libaddressinput for address components to use in requestAutocomplete(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: let's try this again, android 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 344 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', 355 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h',
356 'browser/ui/aura/tabs/dock_info_auralinux.cc', 356 'browser/ui/aura/tabs/dock_info_auralinux.cc',
357 'browser/ui/autofill/account_chooser_model.cc', 357 'browser/ui/autofill/account_chooser_model.cc',
358 'browser/ui/autofill/account_chooser_model.h', 358 'browser/ui/autofill/account_chooser_model.h',
359 'browser/ui/autofill/autofill_dialog_common.cc', 359 'browser/ui/autofill/autofill_dialog_common.cc',
360 'browser/ui/autofill/autofill_dialog_common.h', 360 'browser/ui/autofill/autofill_dialog_common.h',
361 'browser/ui/autofill/autofill_dialog_controller.cc', 361 'browser/ui/autofill/autofill_dialog_controller.cc',
362 'browser/ui/autofill/autofill_dialog_controller.h', 362 'browser/ui/autofill/autofill_dialog_controller.h',
363 'browser/ui/autofill/autofill_dialog_controller_impl.cc', 363 'browser/ui/autofill/autofill_dialog_controller_impl.cc',
364 'browser/ui/autofill/autofill_dialog_controller_impl.h', 364 'browser/ui/autofill/autofill_dialog_controller_impl.h',
365 'browser/ui/autofill/autofill_dialog_i18n_input.cc',
366 'browser/ui/autofill/autofill_dialog_i18n_input.h',
365 'browser/ui/autofill/autofill_dialog_models.cc', 367 'browser/ui/autofill/autofill_dialog_models.cc',
366 'browser/ui/autofill/autofill_dialog_models.h', 368 'browser/ui/autofill/autofill_dialog_models.h',
367 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc', 369 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc',
368 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h', 370 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h',
369 'browser/ui/autofill/autofill_dialog_types.cc', 371 'browser/ui/autofill/autofill_dialog_types.cc',
370 'browser/ui/autofill/autofill_dialog_types.h', 372 'browser/ui/autofill/autofill_dialog_types.h',
371 'browser/ui/autofill/autofill_dialog_view.cc', 373 'browser/ui/autofill/autofill_dialog_view.cc',
372 'browser/ui/autofill/autofill_dialog_view.h', 374 'browser/ui/autofill/autofill_dialog_view.h',
373 'browser/ui/autofill/autofill_dialog_view_delegate.h', 375 'browser/ui/autofill/autofill_dialog_view_delegate.h',
374 'browser/ui/autofill/autofill_popup_controller.h', 376 'browser/ui/autofill/autofill_popup_controller.h',
(...skipping 2261 matching lines...) Expand 10 before | Expand all | Expand 10 after
2636 ], 2638 ],
2637 'sources/': [ 2639 'sources/': [
2638 # iOS uses only small portions of browser/ui/. 2640 # iOS uses only small portions of browser/ui/.
2639 ['exclude', '\\.(cc|mm)$'], 2641 ['exclude', '\\.(cc|mm)$'],
2640 ['include', '_ios\\.(cc|mm)$'], 2642 ['include', '_ios\\.(cc|mm)$'],
2641 ['include', '(^|/)ios/'], 2643 ['include', '(^|/)ios/'],
2642 # TODO(ios): Add files here as they are updated to compile on iOS. 2644 # TODO(ios): Add files here as they are updated to compile on iOS.
2643 ['include', '^browser/ui/profile_error_dialog\\.cc$'], 2645 ['include', '^browser/ui/profile_error_dialog\\.cc$'],
2644 ], 2646 ],
2645 }], 2647 }],
2648 ['OS != "ios" and OS != "android"', {
2649 'dependencies': [
2650 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
2651 ],
2652 }],
2646 ['enable_printing!=0', { 2653 ['enable_printing!=0', {
2647 'dependencies': [ 2654 'dependencies': [
2648 '../printing/printing.gyp:printing', 2655 '../printing/printing.gyp:printing',
2649 ], 2656 ],
2650 }], 2657 }],
2651 ['OS!="ios" and chrome_multiple_dll!=1', { 2658 ['OS!="ios" and chrome_multiple_dll!=1', {
2652 'dependencies': [ 2659 'dependencies': [
2653 '../webkit/glue/webkit_glue.gyp:glue', 2660 '../webkit/glue/webkit_glue.gyp:glue',
2654 ], 2661 ],
2655 }], 2662 }],
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
3345 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3352 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3346 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3353 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3347 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3354 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3348 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3355 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3349 ], 3356 ],
3350 }], 3357 }],
3351 ], 3358 ],
3352 }, 3359 },
3353 ], 3360 ],
3354 } 3361 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698