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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
343 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', | 344 'browser/ui/aura/tab_contents/web_drag_bookmark_handler_aura.h', |
344 'browser/ui/aura/tabs/dock_info_auralinux.cc', | 345 'browser/ui/aura/tabs/dock_info_auralinux.cc', |
345 'browser/ui/autofill/account_chooser_model.cc', | 346 'browser/ui/autofill/account_chooser_model.cc', |
346 'browser/ui/autofill/account_chooser_model.h', | 347 'browser/ui/autofill/account_chooser_model.h', |
347 'browser/ui/autofill/autofill_dialog_common.cc', | 348 'browser/ui/autofill/autofill_dialog_common.cc', |
348 'browser/ui/autofill/autofill_dialog_common.h', | 349 'browser/ui/autofill/autofill_dialog_common.h', |
349 'browser/ui/autofill/autofill_dialog_controller.cc', | 350 'browser/ui/autofill/autofill_dialog_controller.cc', |
350 'browser/ui/autofill/autofill_dialog_controller.h', | 351 'browser/ui/autofill/autofill_dialog_controller.h', |
351 'browser/ui/autofill/autofill_dialog_controller_impl.cc', | 352 'browser/ui/autofill/autofill_dialog_controller_impl.cc', |
352 'browser/ui/autofill/autofill_dialog_controller_impl.h', | 353 'browser/ui/autofill/autofill_dialog_controller_impl.h', |
| 354 'browser/ui/autofill/autofill_dialog_i18n_input.cc', |
| 355 'browser/ui/autofill/autofill_dialog_i18n_input.h', |
353 'browser/ui/autofill/autofill_dialog_models.cc', | 356 'browser/ui/autofill/autofill_dialog_models.cc', |
354 'browser/ui/autofill/autofill_dialog_models.h', | 357 'browser/ui/autofill/autofill_dialog_models.h', |
355 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc', | 358 'browser/ui/autofill/autofill_dialog_sign_in_delegate.cc', |
356 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h', | 359 'browser/ui/autofill/autofill_dialog_sign_in_delegate.h', |
357 'browser/ui/autofill/autofill_dialog_types.cc', | 360 'browser/ui/autofill/autofill_dialog_types.cc', |
358 'browser/ui/autofill/autofill_dialog_types.h', | 361 'browser/ui/autofill/autofill_dialog_types.h', |
359 'browser/ui/autofill/autofill_dialog_view.cc', | 362 'browser/ui/autofill/autofill_dialog_view.cc', |
360 'browser/ui/autofill/autofill_dialog_view.h', | 363 'browser/ui/autofill/autofill_dialog_view.h', |
361 'browser/ui/autofill/autofill_dialog_view_delegate.h', | 364 'browser/ui/autofill/autofill_dialog_view_delegate.h', |
362 'browser/ui/autofill/autofill_popup_controller.h', | 365 'browser/ui/autofill/autofill_popup_controller.h', |
(...skipping 2956 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3319 'browser/ui/webui/local_discovery/local_discovery_ui.cc', | 3322 'browser/ui/webui/local_discovery/local_discovery_ui.cc', |
3320 'browser/ui/webui/local_discovery/local_discovery_ui.h', | 3323 'browser/ui/webui/local_discovery/local_discovery_ui.h', |
3321 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', | 3324 'browser/ui/webui/local_discovery/local_discovery_ui_handler.cc', |
3322 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', | 3325 'browser/ui/webui/local_discovery/local_discovery_ui_handler.h', |
3323 ], | 3326 ], |
3324 }], | 3327 }], |
3325 ], | 3328 ], |
3326 }, | 3329 }, |
3327 ], | 3330 ], |
3328 } | 3331 } |
OLD | NEW |