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

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: Review comment + rebase 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 2395 matching lines...) Expand 10 before | Expand all | Expand 10 after
2406 'browser/sync_file_system/sync_service_state.h', 2406 'browser/sync_file_system/sync_service_state.h',
2407 'browser/sync_file_system/sync_status_code.cc', 2407 'browser/sync_file_system/sync_status_code.cc',
2408 'browser/sync_file_system/sync_status_code.h', 2408 'browser/sync_file_system/sync_status_code.h',
2409 'browser/sync_file_system/sync_task.h', 2409 'browser/sync_file_system/sync_task.h',
2410 'browser/sync_file_system/sync_task_manager.cc', 2410 'browser/sync_file_system/sync_task_manager.cc',
2411 'browser/sync_file_system/sync_task_manager.h', 2411 'browser/sync_file_system/sync_task_manager.h',
2412 'browser/sync_file_system/syncable_file_system_util.cc', 2412 'browser/sync_file_system/syncable_file_system_util.cc',
2413 'browser/sync_file_system/syncable_file_system_util.h', 2413 'browser/sync_file_system/syncable_file_system_util.h',
2414 'browser/tab_contents/background_contents.cc', 2414 'browser/tab_contents/background_contents.cc',
2415 'browser/tab_contents/background_contents.h', 2415 'browser/tab_contents/background_contents.h',
2416 'browser/tab_contents/language_state.cc',
2417 'browser/tab_contents/language_state.h',
2418 'browser/tab_contents/language_state_observer.h',
2419 'browser/tab_contents/navigation_metrics_recorder.cc', 2416 'browser/tab_contents/navigation_metrics_recorder.cc',
2420 'browser/tab_contents/navigation_metrics_recorder.h', 2417 'browser/tab_contents/navigation_metrics_recorder.h',
2421 'browser/tab_contents/render_view_context_menu.cc', 2418 'browser/tab_contents/render_view_context_menu.cc',
2422 'browser/tab_contents/render_view_context_menu.h', 2419 'browser/tab_contents/render_view_context_menu.h',
2423 'browser/tab_contents/render_view_context_menu_observer.cc', 2420 'browser/tab_contents/render_view_context_menu_observer.cc',
2424 'browser/tab_contents/render_view_context_menu_observer.h', 2421 'browser/tab_contents/render_view_context_menu_observer.h',
2425 'browser/tab_contents/retargeting_details.h', 2422 'browser/tab_contents/retargeting_details.h',
2426 'browser/tab_contents/tab_util.cc', 2423 'browser/tab_contents/tab_util.cc',
2427 'browser/tab_contents/tab_util.h', 2424 'browser/tab_contents/tab_util.h',
2428 'browser/tab_contents/spellchecker_submenu_observer.h', 2425 'browser/tab_contents/spellchecker_submenu_observer.h',
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
2617 'sync_file_system_drive_proto', 2614 'sync_file_system_drive_proto',
2618 'sync_file_system_proto', 2615 'sync_file_system_proto',
2619 '../<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2', 2616 '../<(gyp_output_dir)/gn_gyp/third_party/re2/re2.gyp:re2',
2620 '../cc/cc.gyp:cc', 2617 '../cc/cc.gyp:cc',
2621 '../components/components.gyp:autofill_content_browser', 2618 '../components/components.gyp:autofill_content_browser',
2622 '../components/components.gyp:browser_context_keyed_service', 2619 '../components/components.gyp:browser_context_keyed_service',
2623 '../components/components.gyp:dom_distiller_content', 2620 '../components/components.gyp:dom_distiller_content',
2624 '../components/components.gyp:navigation_interception', 2621 '../components/components.gyp:navigation_interception',
2625 '../components/components.gyp:precache_content', 2622 '../components/components.gyp:precache_content',
2626 '../components/components.gyp:sessions', 2623 '../components/components.gyp:sessions',
2624 '../components/components.gyp:translate_content_browser',
2627 '../components/components.gyp:url_matcher', 2625 '../components/components.gyp:url_matcher',
2628 '../components/components.gyp:visitedlink_browser', 2626 '../components/components.gyp:visitedlink_browser',
2629 '../components/components.gyp:visitedlink_common', 2627 '../components/components.gyp:visitedlink_common',
2630 '../components/components.gyp:web_modal', 2628 '../components/components.gyp:web_modal',
2631 '../media/media.gyp:media', 2629 '../media/media.gyp:media',
2632 '../net/net.gyp:net_with_v8', 2630 '../net/net.gyp:net_with_v8',
2633 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2631 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2634 '../testing/perf/perf_test.gyp:*', 2632 '../testing/perf/perf_test.gyp:*',
2635 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2633 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
2636 '../third_party/expat/expat.gyp:expat', 2634 '../third_party/expat/expat.gyp:expat',
(...skipping 1010 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
« no previous file with comments | « chrome/browser/ui/views/translate/translate_bubble_view.cc ('k') | chrome/chrome_browser_ui.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698