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

Side by Side Diff: chrome/chrome_browser_ui.gypi

Issue 134903003: libaddressinput string translations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: pull all the way 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
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3316 matching lines...) Expand 10 before | Expand all | Expand 10 after
3327 'sources!': [ 3327 'sources!': [
3328 'browser/ui/autofill/autofill_dialog_common.cc', 3328 'browser/ui/autofill/autofill_dialog_common.cc',
3329 'browser/ui/autofill/autofill_dialog_common.h', 3329 'browser/ui/autofill/autofill_dialog_common.h',
3330 'browser/ui/autofill/data_model_wrapper.cc', 3330 'browser/ui/autofill/data_model_wrapper.cc',
3331 'browser/ui/autofill/data_model_wrapper.h', 3331 'browser/ui/autofill/data_model_wrapper.h',
3332 ], 3332 ],
3333 }], 3333 }],
3334 ['enable_autofill_dialog==1 and OS!="android"', { 3334 ['enable_autofill_dialog==1 and OS!="android"', {
3335 'dependencies': [ 3335 'dependencies': [
3336 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , 3336 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' ,
3337 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ strings',
3337 ], 3338 ],
3338 }, { # enable_autofill_dialog!=1 or OS=="android" 3339 }, { # enable_autofill_dialog!=1 or OS=="android"
3339 'sources!': [ 3340 'sources!': [
3340 'browser/ui/autofill/autofill_dialog_controller_impl.cc', 3341 'browser/ui/autofill/autofill_dialog_controller_impl.cc',
3341 'browser/ui/autofill/autofill_dialog_controller_impl.h', 3342 'browser/ui/autofill/autofill_dialog_controller_impl.h',
3342 'browser/ui/autofill/autofill_dialog_i18n_input.cc', 3343 'browser/ui/autofill/autofill_dialog_i18n_input.cc',
3343 'browser/ui/autofill/autofill_dialog_i18n_input.h', 3344 'browser/ui/autofill/autofill_dialog_i18n_input.h',
3344 'browser/ui/autofill/autofill_dialog_view.h', 3345 'browser/ui/autofill/autofill_dialog_view.h',
3345 'browser/ui/autofill/autofill_dialog_view.cc', 3346 'browser/ui/autofill/autofill_dialog_view.cc',
3346 'browser/ui/autofill/autofill_dialog_view_delegate.h', 3347 'browser/ui/autofill/autofill_dialog_view_delegate.h',
(...skipping 16 matching lines...) Expand all
3363 'browser/ui/webui/local_discovery/local_discovery_ui.cc', 3364 'browser/ui/webui/local_discovery/local_discovery_ui.cc',
3364 'browser/ui/webui/local_discovery/local_discovery_ui.h', 3365 'browser/ui/webui/local_discovery/local_discovery_ui.h',
3365 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', 3366 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc',
3366 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', 3367 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h',
3367 ], 3368 ],
3368 }], 3369 }],
3369 ], 3370 ],
3370 }, 3371 },
3371 ], 3372 ],
3372 } 3373 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc ('k') | chrome/chrome_resources.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698