OLD | NEW |
---|---|
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 3345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3356 'sources!': [ | 3356 'sources!': [ |
3357 'browser/ui/autofill/autofill_dialog_common.cc', | 3357 'browser/ui/autofill/autofill_dialog_common.cc', |
3358 'browser/ui/autofill/autofill_dialog_common.h', | 3358 'browser/ui/autofill/autofill_dialog_common.h', |
3359 'browser/ui/autofill/data_model_wrapper.cc', | 3359 'browser/ui/autofill/data_model_wrapper.cc', |
3360 'browser/ui/autofill/data_model_wrapper.h', | 3360 'browser/ui/autofill/data_model_wrapper.h', |
3361 ], | 3361 ], |
3362 }], | 3362 }], |
3363 ['enable_autofill_dialog==1 and OS!="android"', { | 3363 ['enable_autofill_dialog==1 and OS!="android"', { |
3364 'dependencies': [ | 3364 'dependencies': [ |
3365 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , | 3365 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput' , |
3366 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput_ strings', | |
please use gerrit instead
2014/01/13 18:50:13
The dependency on libaddressinput_strings should n
Evan Stade
2014/01/13 23:36:07
I don't think we're supposed to rely on transitive
| |
3366 ], | 3367 ], |
3367 }, { # enable_autofill_dialog!=1 or OS=="android" | 3368 }, { # enable_autofill_dialog!=1 or OS=="android" |
3368 'sources!': [ | 3369 'sources!': [ |
3369 'browser/ui/autofill/autofill_dialog_controller_impl.cc', | 3370 'browser/ui/autofill/autofill_dialog_controller_impl.cc', |
3370 'browser/ui/autofill/autofill_dialog_controller_impl.h', | 3371 'browser/ui/autofill/autofill_dialog_controller_impl.h', |
3371 'browser/ui/autofill/autofill_dialog_i18n_input.cc', | 3372 'browser/ui/autofill/autofill_dialog_i18n_input.cc', |
3372 'browser/ui/autofill/autofill_dialog_i18n_input.h', | 3373 'browser/ui/autofill/autofill_dialog_i18n_input.h', |
3373 'browser/ui/autofill/autofill_dialog_view.h', | 3374 'browser/ui/autofill/autofill_dialog_view.h', |
3374 'browser/ui/autofill/autofill_dialog_view.cc', | 3375 'browser/ui/autofill/autofill_dialog_view.cc', |
3375 'browser/ui/autofill/autofill_dialog_view_delegate.h', | 3376 'browser/ui/autofill/autofill_dialog_view_delegate.h', |
(...skipping 16 matching lines...) Expand all Loading... | |
3392 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3393 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3393 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3394 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3394 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3395 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3395 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3396 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3396 ], | 3397 ], |
3397 }], | 3398 }], |
3398 ], | 3399 ], |
3399 }, | 3400 }, |
3400 ], | 3401 ], |
3401 } | 3402 } |
OLD | NEW |