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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 25373009: Translate: New Bubble UX (for the view toolkit) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sky's review (3) Created 7 years, 2 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 2388 matching lines...) Expand 10 before | Expand all | Expand 10 after
2399 'browser/sync_file_system/sync_status_code.h', 2399 'browser/sync_file_system/sync_status_code.h',
2400 'browser/sync_file_system/sync_task.h', 2400 'browser/sync_file_system/sync_task.h',
2401 'browser/sync_file_system/sync_task_manager.cc', 2401 'browser/sync_file_system/sync_task_manager.cc',
2402 'browser/sync_file_system/sync_task_manager.h', 2402 'browser/sync_file_system/sync_task_manager.h',
2403 'browser/sync_file_system/syncable_file_system_util.cc', 2403 'browser/sync_file_system/syncable_file_system_util.cc',
2404 'browser/sync_file_system/syncable_file_system_util.h', 2404 'browser/sync_file_system/syncable_file_system_util.h',
2405 'browser/tab_contents/background_contents.cc', 2405 'browser/tab_contents/background_contents.cc',
2406 'browser/tab_contents/background_contents.h', 2406 'browser/tab_contents/background_contents.h',
2407 'browser/tab_contents/language_state.cc', 2407 'browser/tab_contents/language_state.cc',
2408 'browser/tab_contents/language_state.h', 2408 'browser/tab_contents/language_state.h',
2409 'browser/tab_contents/language_state_observer.h',
2409 'browser/tab_contents/navigation_metrics_recorder.cc', 2410 'browser/tab_contents/navigation_metrics_recorder.cc',
2410 'browser/tab_contents/navigation_metrics_recorder.h', 2411 'browser/tab_contents/navigation_metrics_recorder.h',
2411 'browser/tab_contents/render_view_context_menu.cc', 2412 'browser/tab_contents/render_view_context_menu.cc',
2412 'browser/tab_contents/render_view_context_menu.h', 2413 'browser/tab_contents/render_view_context_menu.h',
2413 'browser/tab_contents/render_view_context_menu_observer.cc', 2414 'browser/tab_contents/render_view_context_menu_observer.cc',
2414 'browser/tab_contents/render_view_context_menu_observer.h', 2415 'browser/tab_contents/render_view_context_menu_observer.h',
2415 'browser/tab_contents/retargeting_details.h', 2416 'browser/tab_contents/retargeting_details.h',
2416 'browser/tab_contents/tab_util.cc', 2417 'browser/tab_contents/tab_util.cc',
2417 'browser/tab_contents/tab_util.h', 2418 'browser/tab_contents/tab_util.h',
2418 'browser/tab_contents/spellchecker_submenu_observer.h', 2419 'browser/tab_contents/spellchecker_submenu_observer.h',
(...skipping 1277 matching lines...) Expand 10 before | Expand all | Expand 10 after
3696 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3697 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3697 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3698 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3698 }, 3699 },
3699 'includes': [ '../build/android/java_cpp_template.gypi' ], 3700 'includes': [ '../build/android/java_cpp_template.gypi' ],
3700 }, 3701 },
3701 ], 3702 ],
3702 }, 3703 },
3703 ], 3704 ],
3704 ], 3705 ],
3705 } 3706 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698