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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 298863012: Use upstream libaddressinput in Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix AutofillProfileSyncableServiceTest. Created 6 years, 5 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 'variables': { 6 'variables': {
7 'chrome_browser_ui_sources': [ 7 'chrome_browser_ui_sources': [
8 'browser/ui/accelerator_utils.h', 8 'browser/ui/accelerator_utils.h',
9 'browser/ui/android/android_about_app_info.cc', 9 'browser/ui/android/android_about_app_info.cc',
10 'browser/ui/android/android_about_app_info.h', 10 'browser/ui/android/android_about_app_info.h',
(...skipping 3079 matching lines...) Expand 10 before | Expand all | Expand 10 after
3090 'browser/ui/autofill/autofill_dialog_common.cc', 3090 'browser/ui/autofill/autofill_dialog_common.cc',
3091 'browser/ui/autofill/autofill_dialog_common.h', 3091 'browser/ui/autofill/autofill_dialog_common.h',
3092 ], 3092 ],
3093 }], 3093 }],
3094 ['enable_autofill_dialog==1 and OS!="android" and OS!="ios"', { 3094 ['enable_autofill_dialog==1 and OS!="android" and OS!="ios"', {
3095 'sources': [ 3095 'sources': [
3096 '<@(chrome_browser_ui_autofill_dialog_sources)', 3096 '<@(chrome_browser_ui_autofill_dialog_sources)',
3097 ], 3097 ],
3098 'dependencies': [ 3098 'dependencies': [
3099 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3099 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3100 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ strings', 3100 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ util',
3101 ], 3101 ],
3102 }], 3102 }],
3103 ['enable_google_now==0', { 3103 ['enable_google_now==0', {
3104 'sources!': [ 3104 'sources!': [
3105 'browser/ui/webui/options/geolocation_options_handler.cc', 3105 'browser/ui/webui/options/geolocation_options_handler.cc',
3106 'browser/ui/webui/options/geolocation_options_handler.h', 3106 'browser/ui/webui/options/geolocation_options_handler.h',
3107 ], 3107 ],
3108 }], 3108 }],
3109 ['enable_webrtc==0', { 3109 ['enable_webrtc==0', {
3110 'sources!': [ 3110 'sources!': [
(...skipping 12 matching lines...) Expand all
3123 ], 3123 ],
3124 'sources!': [ 3124 'sources!': [
3125 'browser/ui/views/session_crashed_bubble_view.cc', 3125 'browser/ui/views/session_crashed_bubble_view.cc',
3126 'browser/ui/views/session_crashed_bubble_view.h', 3126 'browser/ui/views/session_crashed_bubble_view.h',
3127 ], 3127 ],
3128 }], 3128 }],
3129 ], 3129 ],
3130 }, 3130 },
3131 ], 3131 ],
3132 } 3132 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698