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', | 8 'target_name': 'browser', |
9 'type': 'static_library', | 9 'type': 'static_library', |
10 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 13 matching lines...) Expand all Loading... |
24 'feedback_proto', | 24 'feedback_proto', |
25 'in_memory_url_index_cache_proto', | 25 'in_memory_url_index_cache_proto', |
26 'probe_message_proto', | 26 'probe_message_proto', |
27 'safe_browsing_proto', | 27 'safe_browsing_proto', |
28 'safe_browsing_report_proto', | 28 'safe_browsing_report_proto', |
29 '../components/component_strings.gyp:component_strings', | 29 '../components/component_strings.gyp:component_strings', |
30 '../components/components.gyp:encryptor', | 30 '../components/components.gyp:encryptor', |
31 '../components/components.gyp:navigation_metrics', | 31 '../components/components.gyp:navigation_metrics', |
32 '../components/components.gyp:policy_component', | 32 '../components/components.gyp:policy_component', |
33 '../components/components.gyp:precache_core', | 33 '../components/components.gyp:precache_core', |
| 34 '../components/components.gyp:signin_core', |
34 '../components/components.gyp:startup_metric_utils', | 35 '../components/components.gyp:startup_metric_utils', |
35 '../components/components.gyp:translate_core_browser', | 36 '../components/components.gyp:translate_core_browser', |
36 '../components/components.gyp:translate_core_common', | 37 '../components/components.gyp:translate_core_common', |
37 '../components/components.gyp:user_prefs', | 38 '../components/components.gyp:user_prefs', |
38 # This depends directly on the variations target, rather than just | 39 # This depends directly on the variations target, rather than just |
39 # transitively via the common target because the proto sources need to | 40 # transitively via the common target because the proto sources need to |
40 # be generated before code in this target can start building. | 41 # be generated before code in this target can start building. |
41 '../components/components.gyp:variations', | 42 '../components/components.gyp:variations', |
42 '../components/components.gyp:webdata_common', | 43 '../components/components.gyp:webdata_common', |
43 '../content/content.gyp:content_browser', | 44 '../content/content.gyp:content_browser', |
(...skipping 2532 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2576 'browser/web_resource/web_resource_service.h', | 2577 'browser/web_resource/web_resource_service.h', |
2577 'browser/webdata/autocomplete_syncable_service.cc', | 2578 'browser/webdata/autocomplete_syncable_service.cc', |
2578 'browser/webdata/autocomplete_syncable_service.h', | 2579 'browser/webdata/autocomplete_syncable_service.h', |
2579 'browser/webdata/autofill_profile_syncable_service.cc', | 2580 'browser/webdata/autofill_profile_syncable_service.cc', |
2580 'browser/webdata/autofill_profile_syncable_service.h', | 2581 'browser/webdata/autofill_profile_syncable_service.h', |
2581 'browser/webdata/keyword_table.cc', | 2582 'browser/webdata/keyword_table.cc', |
2582 'browser/webdata/keyword_table.h', | 2583 'browser/webdata/keyword_table.h', |
2583 'browser/webdata/logins_table.cc', | 2584 'browser/webdata/logins_table.cc', |
2584 'browser/webdata/logins_table.h', | 2585 'browser/webdata/logins_table.h', |
2585 'browser/webdata/logins_table_win.cc', | 2586 'browser/webdata/logins_table_win.cc', |
2586 'browser/webdata/token_service_table.cc', | |
2587 'browser/webdata/token_service_table.h', | |
2588 'browser/webdata/token_web_data.cc', | |
2589 'browser/webdata/token_web_data.h', | |
2590 'browser/webdata/web_apps_table.cc', | 2587 'browser/webdata/web_apps_table.cc', |
2591 'browser/webdata/web_apps_table.h', | 2588 'browser/webdata/web_apps_table.h', |
2592 'browser/webdata/web_data_service.cc', | 2589 'browser/webdata/web_data_service.cc', |
2593 'browser/webdata/web_data_service.h', | 2590 'browser/webdata/web_data_service.h', |
2594 'browser/webdata/web_data_service_factory.cc', | 2591 'browser/webdata/web_data_service_factory.cc', |
2595 'browser/webdata/web_data_service_factory.h', | 2592 'browser/webdata/web_data_service_factory.h', |
2596 'browser/webdata/web_data_service_win.cc', | 2593 'browser/webdata/web_data_service_win.cc', |
2597 'browser/webdata/web_intents_table.cc', | 2594 'browser/webdata/web_intents_table.cc', |
2598 'browser/webdata/web_intents_table.h', | 2595 'browser/webdata/web_intents_table.h', |
2599 | 2596 |
(...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3639 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3636 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3640 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3637 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3641 }, | 3638 }, |
3642 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3639 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3643 }, | 3640 }, |
3644 ], | 3641 ], |
3645 }, | 3642 }, |
3646 ], | 3643 ], |
3647 ], | 3644 ], |
3648 } | 3645 } |
OLD | NEW |