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 20 matching lines...) Expand all Loading... |
31 'feedback_proto', | 31 'feedback_proto', |
32 '../components/components.gyp:auto_login_parser', | 32 '../components/components.gyp:auto_login_parser', |
33 '../components/components.gyp:onc_component', | 33 '../components/components.gyp:onc_component', |
34 '../content/content.gyp:content_browser', | 34 '../content/content.gyp:content_browser', |
35 '../content/content.gyp:content_common', | 35 '../content/content.gyp:content_common', |
36 '../crypto/crypto.gyp:crypto', | 36 '../crypto/crypto.gyp:crypto', |
37 '../skia/skia.gyp:skia', | 37 '../skia/skia.gyp:skia', |
38 '../sync/sync.gyp:sync', | 38 '../sync/sync.gyp:sync', |
39 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', | 39 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n', |
40 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', | 40 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio
n_proto_cpp', |
| 41 '../third_party/libaddressinput/libaddressinput.gyp:libaddressinput', |
41 '../third_party/icu/icu.gyp:icui18n', | 42 '../third_party/icu/icu.gyp:icui18n', |
42 '../third_party/icu/icu.gyp:icuuc', | 43 '../third_party/icu/icu.gyp:icuuc', |
43 '../third_party/libusb/libusb.gyp:libusb', | 44 '../third_party/libusb/libusb.gyp:libusb', |
44 '../third_party/libxml/libxml.gyp:libxml', | 45 '../third_party/libxml/libxml.gyp:libxml', |
45 '../third_party/zlib/zlib.gyp:zlib', | 46 '../third_party/zlib/zlib.gyp:zlib', |
46 '../ui/base/strings/ui_strings.gyp:ui_strings', | 47 '../ui/base/strings/ui_strings.gyp:ui_strings', |
47 '../ui/gfx/gfx.gyp:gfx', | 48 '../ui/gfx/gfx.gyp:gfx', |
48 '../ui/message_center/message_center.gyp:message_center', | 49 '../ui/message_center/message_center.gyp:message_center', |
49 '../ui/native_theme/native_theme.gyp:native_theme', | 50 '../ui/native_theme/native_theme.gyp:native_theme', |
50 '../ui/snapshot/snapshot.gyp:snapshot', | 51 '../ui/snapshot/snapshot.gyp:snapshot', |
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', | 353 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', |
353 'browser/ui/aura/tabs/dock_info_auralinux.cc', | 354 'browser/ui/aura/tabs/dock_info_auralinux.cc', |
354 'browser/ui/autofill/account_chooser_model.cc', | 355 'browser/ui/autofill/account_chooser_model.cc', |
355 'browser/ui/autofill/account_chooser_model.h', | 356 'browser/ui/autofill/account_chooser_model.h', |
356 'browser/ui/autofill/autofill_dialog_common.cc', | 357 'browser/ui/autofill/autofill_dialog_common.cc', |
357 'browser/ui/autofill/autofill_dialog_common.h', | 358 'browser/ui/autofill/autofill_dialog_common.h', |
358 'browser/ui/autofill/autofill_dialog_controller.cc', | 359 'browser/ui/autofill/autofill_dialog_controller.cc', |
359 'browser/ui/autofill/autofill_dialog_controller.h', | 360 'browser/ui/autofill/autofill_dialog_controller.h', |
360 'browser/ui/autofill/autofill_dialog_controller_impl.cc', | 361 'browser/ui/autofill/autofill_dialog_controller_impl.cc', |
361 'browser/ui/autofill/autofill_dialog_controller_impl.h', | 362 'browser/ui/autofill/autofill_dialog_controller_impl.h', |
| 363 'browser/ui/autofill/autofill_dialog_i18n_input.cc', |
| 364 'browser/ui/autofill/autofill_dialog_i18n_input.h', |
362 'browser/ui/autofill/autofill_dialog_models.cc', | 365 'browser/ui/autofill/autofill_dialog_models.cc', |
363 'browser/ui/autofill/autofill_dialog_models.h', | 366 'browser/ui/autofill/autofill_dialog_models.h', |
364 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc', | 367 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc', |
365 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h', | 368 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h', |
366 'browser/ui/autofill/autofill_dialog_types.cc', | 369 'browser/ui/autofill/autofill_dialog_types.cc', |
367 'browser/ui/autofill/autofill_dialog_types.h', | 370 'browser/ui/autofill/autofill_dialog_types.h', |
368 'browser/ui/autofill/autofill_dialog_view.cc', | 371 'browser/ui/autofill/autofill_dialog_view.cc', |
369 'browser/ui/autofill/autofill_dialog_view.h', | 372 'browser/ui/autofill/autofill_dialog_view.h', |
370 'browser/ui/autofill/autofill_dialog_view_delegate.h', | 373 'browser/ui/autofill/autofill_dialog_view_delegate.h', |
371 'browser/ui/autofill/autofill_popup_controller.h', | 374 'browser/ui/autofill/autofill_popup_controller.h', |
(...skipping 2970 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3342 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3345 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3343 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3346 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3344 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3347 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3345 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3348 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3346 ], | 3349 ], |
3347 }], | 3350 }], |
3348 ], | 3351 ], |
3349 }, | 3352 }, |
3350 ], | 3353 ], |
3351 } | 3354 } |
OLD | NEW |