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

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, 11 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 3328 matching lines...) Expand 10 before | Expand all | Expand 10 after
3339 ['include', '^browser/ui/app_list/app_list_util.h'], 3339 ['include', '^browser/ui/app_list/app_list_util.h'],
3340 ['include', '^browser/ui/app_list/app_list_util.cc'], 3340 ['include', '^browser/ui/app_list/app_list_util.cc'],
3341 ['include', '^browser/ui/app_list/app_list_service.h'], 3341 ['include', '^browser/ui/app_list/app_list_service.h'],
3342 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'], 3342 ['include', '^browser/ui/app_list/app_list_service_disabled.cc'],
3343 ], 3343 ],
3344 }], 3344 }],
3345 ['enable_autofill_dialog!=1', { 3345 ['enable_autofill_dialog!=1', {
3346 'sources!': [ 3346 'sources!': [
3347 'browser/ui/autofill/autofill_dialog_common.cc', 3347 'browser/ui/autofill/autofill_dialog_common.cc',
3348 'browser/ui/autofill/autofill_dialog_common.h', 3348 'browser/ui/autofill/autofill_dialog_common.h',
3349 'browser/ui/autofill/data_model_wrapper.cc',
3350 'browser/ui/autofill/data_model_wrapper.h',
3351 ], 3349 ],
3352 }], 3350 }],
3353 ['enable_autofill_dialog==1 and OS!="android" and OS!="ios"', { 3351 ['enable_autofill_dialog==1 and OS!="android" and OS!="ios"', {
3354 'dependencies': [ 3352 'dependencies': [
3355 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3353 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3356 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ strings', 3354 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ strings',
3357 ], 3355 ],
3358 }, { # enable_autofill_dialog!=1 or OS=="android" or OS=="ios" 3356 }, { # enable_autofill_dialog!=1 or OS=="android" or OS=="ios"
3359 'sources!': [ 3357 'sources!': [
3360 'browser/ui/autofill/autofill_dialog_controller_impl.cc', 3358 'browser/ui/autofill/autofill_dialog_controller_impl.cc',
3361 'browser/ui/autofill/autofill_dialog_controller_impl.h', 3359 'browser/ui/autofill/autofill_dialog_controller_impl.h',
3362 'browser/ui/autofill/autofill_dialog_i18n_input.cc', 3360 'browser/ui/autofill/autofill_dialog_i18n_input.cc',
3363 'browser/ui/autofill/autofill_dialog_i18n_input.h', 3361 'browser/ui/autofill/autofill_dialog_i18n_input.h',
3364 'browser/ui/autofill/autofill_dialog_view.h', 3362 'browser/ui/autofill/autofill_dialog_view.h',
3365 'browser/ui/autofill/autofill_dialog_view.cc', 3363 'browser/ui/autofill/autofill_dialog_view.cc',
3366 'browser/ui/autofill/autofill_dialog_view_delegate.h', 3364 'browser/ui/autofill/autofill_dialog_view_delegate.h',
3365 'browser/ui/autofill/data_model_wrapper.cc',
3366 'browser/ui/autofill/data_model_wrapper.h',
3367 ], 3367 ],
3368 }], 3368 }],
3369 ['enable_google_now==0', { 3369 ['enable_google_now==0', {
3370 'sources!': [ 3370 'sources!': [
3371 'browser/ui/webui/options/geolocation_options_handler.cc', 3371 'browser/ui/webui/options/geolocation_options_handler.cc',
3372 'browser/ui/webui/options/geolocation_options_handler.h', 3372 'browser/ui/webui/options/geolocation_options_handler.h',
3373 ], 3373 ],
3374 }], 3374 }],
3375 ['enable_webrtc==0', { 3375 ['enable_webrtc==0', {
3376 'sources!': [ 3376 'sources!': [
3377 'browser/ui/webui/media/webrtc_logs_ui.cc', 3377 'browser/ui/webui/media/webrtc_logs_ui.cc',
3378 'browser/ui/webui/media/webrtc_logs_ui.h', 3378 'browser/ui/webui/media/webrtc_logs_ui.h',
3379 ], 3379 ],
3380 }], 3380 }],
3381 ['enable_mdns==1', { 3381 ['enable_mdns==1', {
3382 'sources': [ 3382 'sources': [
3383 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3383 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3384 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3384 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3385 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3385 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3386 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3386 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3387 ], 3387 ],
3388 }], 3388 }],
3389 ], 3389 ],
3390 }, 3390 },
3391 ], 3391 ],
3392 } 3392 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698