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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 137723008: Remove DataModelWrapper from android build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 10 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 3333 matching lines...) Expand 10 before | Expand all | Expand 10 after
3344 ['include', '^browser/ui/app_list/app_list_util.h'], 3344 ['include', '^browser/ui/app_list/app_list_util.h'],
3345 ['include', '^browser/ui/app_list/app_list_util.cc'], 3345 ['include', '^browser/ui/app_list/app_list_util.cc'],
3346 ['include', '^browser/ui/app_list/app_list_service.h'], 3346 ['include', '^browser/ui/app_list/app_list_service.h'],
3347 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], 3347 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'],
3348 ], 3348 ],
3349 }], 3349 }],
3350 ['enable_autofill_dialog!=1', { 3350 ['enable_autofill_dialog!=1', {
3351 'sources!': [ 3351 'sources!': [
3352 'browser/ui/autofill/autofill_dialog_common.cc', 3352 'browser/ui/autofill/autofill_dialog_common.cc',
3353 'browser/ui/autofill/autofill_dialog_common.h', 3353 'browser/ui/autofill/autofill_dialog_common.h',
3354 'browser/ui/autofill/data_model_wrapper.cc',
3355 'browser/ui/autofill/data_model_wrapper.h',
3356 ], 3354 ],
3357 }], 3355 }],
3358 ['enable_autofill_dialog==1 and OS!="android" and OS!="ios"', { 3356 ['enable_autofill_dialog==1 and OS!="android" and OS!="ios"', {
3359 'dependencies': [ 3357 'dependencies': [
3360 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3358 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3361 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ strings', 3359 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ strings',
3362 ], 3360 ],
3363 }, { # enable_autofill_dialog!=1 or OS=="android" or OS=="ios" 3361 }, { # enable_autofill_dialog!=1 or OS=="android" or OS=="ios"
3364 'sources!': [ 3362 'sources!': [
3365 'browser/ui/autofill/autofill_dialog_controller_impl.cc', 3363 'browser/ui/autofill/autofill_dialog_controller_impl.cc',
3366 'browser/ui/autofill/autofill_dialog_controller_impl.h', 3364 'browser/ui/autofill/autofill_dialog_controller_impl.h',
3367 'browser/ui/autofill/autofill_dialog_i18n_input.cc', 3365 'browser/ui/autofill/autofill_dialog_i18n_input.cc',
3368 'browser/ui/autofill/autofill_dialog_i18n_input.h', 3366 'browser/ui/autofill/autofill_dialog_i18n_input.h',
3369 'browser/ui/autofill/autofill_dialog_view.h', 3367 'browser/ui/autofill/autofill_dialog_view.h',
3370 'browser/ui/autofill/autofill_dialog_view.cc', 3368 'browser/ui/autofill/autofill_dialog_view.cc',
3371 'browser/ui/autofill/autofill_dialog_view_delegate.h', 3369 'browser/ui/autofill/autofill_dialog_view_delegate.h',
3370 'browser/ui/autofill/data_model_wrapper.cc',
3371 'browser/ui/autofill/data_model_wrapper.h',
3372 ], 3372 ],
3373 }], 3373 }],
3374 ['enable_google_now==0', { 3374 ['enable_google_now==0', {
3375 'sources!': [ 3375 'sources!': [
3376 'browser/ui/webui/options/geolocation_options_handler.cc', 3376 'browser/ui/webui/options/geolocation_options_handler.cc',
3377 'browser/ui/webui/options/geolocation_options_handler.h', 3377 'browser/ui/webui/options/geolocation_options_handler.h',
3378 ], 3378 ],
3379 }], 3379 }],
3380 ['enable_webrtc==0', { 3380 ['enable_webrtc==0', {
3381 'sources!': [ 3381 'sources!': [
3382 'browser/ui/webui/media/webrtc_logs_ui.cc', 3382 'browser/ui/webui/media/webrtc_logs_ui.cc',
3383 'browser/ui/webui/media/webrtc_logs_ui.h', 3383 'browser/ui/webui/media/webrtc_logs_ui.h',
3384 ], 3384 ],
3385 }], 3385 }],
3386 ['enable_mdns==1', { 3386 ['enable_mdns==1', {
3387 'sources': [ 3387 'sources': [
3388 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3388 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3389 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3389 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3390 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3390 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3391 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3391 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3392 ], 3392 ],
3393 }], 3393 }],
3394 ], 3394 ],
3395 }, 3395 },
3396 ], 3396 ],
3397 } 3397 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/autofill/data_model_wrapper_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698