| 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 2409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2420 'browser/sync_file_system/sync_status_code.h', | 2420 'browser/sync_file_system/sync_status_code.h', |
| 2421 'browser/sync_file_system/sync_task.h', | 2421 'browser/sync_file_system/sync_task.h', |
| 2422 'browser/sync_file_system/sync_task_manager.cc', | 2422 'browser/sync_file_system/sync_task_manager.cc', |
| 2423 'browser/sync_file_system/sync_task_manager.h', | 2423 'browser/sync_file_system/sync_task_manager.h', |
| 2424 'browser/sync_file_system/syncable_file_system_util.cc', | 2424 'browser/sync_file_system/syncable_file_system_util.cc', |
| 2425 'browser/sync_file_system/syncable_file_system_util.h', | 2425 'browser/sync_file_system/syncable_file_system_util.h', |
| 2426 'browser/tab_contents/background_contents.cc', | 2426 'browser/tab_contents/background_contents.cc', |
| 2427 'browser/tab_contents/background_contents.h', | 2427 'browser/tab_contents/background_contents.h', |
| 2428 'browser/tab_contents/language_state.cc', | 2428 'browser/tab_contents/language_state.cc', |
| 2429 'browser/tab_contents/language_state.h', | 2429 'browser/tab_contents/language_state.h', |
| 2430 'browser/tab_contents/language_state_observer.h', |
| 2430 'browser/tab_contents/navigation_metrics_recorder.cc', | 2431 'browser/tab_contents/navigation_metrics_recorder.cc', |
| 2431 'browser/tab_contents/navigation_metrics_recorder.h', | 2432 'browser/tab_contents/navigation_metrics_recorder.h', |
| 2432 'browser/tab_contents/render_view_context_menu.cc', | 2433 'browser/tab_contents/render_view_context_menu.cc', |
| 2433 'browser/tab_contents/render_view_context_menu.h', | 2434 'browser/tab_contents/render_view_context_menu.h', |
| 2434 'browser/tab_contents/render_view_context_menu_observer.cc', | 2435 'browser/tab_contents/render_view_context_menu_observer.cc', |
| 2435 'browser/tab_contents/render_view_context_menu_observer.h', | 2436 'browser/tab_contents/render_view_context_menu_observer.h', |
| 2436 'browser/tab_contents/retargeting_details.h', | 2437 'browser/tab_contents/retargeting_details.h', |
| 2437 'browser/tab_contents/tab_util.cc', | 2438 'browser/tab_contents/tab_util.cc', |
| 2438 'browser/tab_contents/tab_util.h', | 2439 'browser/tab_contents/tab_util.h', |
| 2439 'browser/tab_contents/spellchecker_submenu_observer.h', | 2440 'browser/tab_contents/spellchecker_submenu_observer.h', |
| (...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3718 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3719 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3719 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3720 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3720 }, | 3721 }, |
| 3721 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3722 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3722 }, | 3723 }, |
| 3723 ], | 3724 ], |
| 3724 }, | 3725 }, |
| 3725 ], | 3726 ], |
| 3726 ], | 3727 ], |
| 3727 } | 3728 } |
| OLD | NEW |