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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 133273029: Move LanguageState to the translate component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . 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
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', 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 15 matching lines...) Expand all
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:signin_core',
35 '../components/components.gyp:startup_metric_utils', 35 '../components/components.gyp:startup_metric_utils',
36 '../components/components.gyp:translate_content_browser',
36 '../components/components.gyp:translate_core_browser', 37 '../components/components.gyp:translate_core_browser',
37 '../components/components.gyp:translate_core_common', 38 '../components/components.gyp:translate_core_common',
38 '../components/components.gyp:user_prefs', 39 '../components/components.gyp:user_prefs',
39 # This depends directly on the variations target, rather than just 40 # This depends directly on the variations target, rather than just
40 # transitively via the common target because the proto sources need to 41 # transitively via the common target because the proto sources need to
41 # be generated before code in this target can start building. 42 # be generated before code in this target can start building.
42 '../components/components.gyp:variations', 43 '../components/components.gyp:variations',
43 '../components/components.gyp:webdata_common', 44 '../components/components.gyp:webdata_common',
44 '../content/content.gyp:content_browser', 45 '../content/content.gyp:content_browser',
45 '../content/content.gyp:content_common', 46 '../content/content.gyp:content_common',
(...skipping 2355 matching lines...) Expand 10 before | Expand all | Expand 10 after
2401 'browser/sync_file_system/sync_service_state.h', 2402 'browser/sync_file_system/sync_service_state.h',
2402 'browser/sync_file_system/sync_status_code.cc', 2403 'browser/sync_file_system/sync_status_code.cc',
2403 'browser/sync_file_system/sync_status_code.h', 2404 'browser/sync_file_system/sync_status_code.h',
2404 'browser/sync_file_system/sync_task.h', 2405 'browser/sync_file_system/sync_task.h',
2405 'browser/sync_file_system/sync_task_manager.cc', 2406 'browser/sync_file_system/sync_task_manager.cc',
2406 'browser/sync_file_system/sync_task_manager.h', 2407 'browser/sync_file_system/sync_task_manager.h',
2407 'browser/sync_file_system/syncable_file_system_util.cc', 2408 'browser/sync_file_system/syncable_file_system_util.cc',
2408 'browser/sync_file_system/syncable_file_system_util.h', 2409 'browser/sync_file_system/syncable_file_system_util.h',
2409 'browser/tab_contents/background_contents.cc', 2410 'browser/tab_contents/background_contents.cc',
2410 'browser/tab_contents/background_contents.h', 2411 'browser/tab_contents/background_contents.h',
2411 'browser/tab_contents/language_state.cc',
2412 'browser/tab_contents/language_state.h',
2413 'browser/tab_contents/language_state_observer.h',
2414 'browser/tab_contents/navigation_metrics_recorder.cc', 2412 'browser/tab_contents/navigation_metrics_recorder.cc',
2415 'browser/tab_contents/navigation_metrics_recorder.h', 2413 'browser/tab_contents/navigation_metrics_recorder.h',
2416 'browser/tab_contents/render_view_context_menu.cc', 2414 'browser/tab_contents/render_view_context_menu.cc',
2417 'browser/tab_contents/render_view_context_menu.h', 2415 'browser/tab_contents/render_view_context_menu.h',
2418 'browser/tab_contents/render_view_context_menu_observer.cc', 2416 'browser/tab_contents/render_view_context_menu_observer.cc',
2419 'browser/tab_contents/render_view_context_menu_observer.h', 2417 'browser/tab_contents/render_view_context_menu_observer.h',
2420 'browser/tab_contents/retargeting_details.h', 2418 'browser/tab_contents/retargeting_details.h',
2421 'browser/tab_contents/tab_util.cc', 2419 'browser/tab_contents/tab_util.cc',
2422 'browser/tab_contents/tab_util.h', 2420 'browser/tab_contents/tab_util.h',
2423 'browser/tab_contents/spellchecker_submenu_observer.h', 2421 'browser/tab_contents/spellchecker_submenu_observer.h',
(...skipping 1223 matching lines...) Expand 10 before | Expand all | Expand 10 after
3647 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3645 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3648 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3646 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3649 }, 3647 },
3650 'includes': [ '../build/android/java_cpp_template.gypi' ], 3648 'includes': [ '../build/android/java_cpp_template.gypi' ],
3651 }, 3649 },
3652 ], 3650 ],
3653 }, 3651 },
3654 ], 3652 ],
3655 ], 3653 ],
3656 } 3654 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698