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 2342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2353 'browser/sync/profile_sync_service_base.cc', | 2353 'browser/sync/profile_sync_service_base.cc', |
2354 'browser/sync/profile_sync_service_factory.cc', | 2354 'browser/sync/profile_sync_service_factory.cc', |
2355 'browser/sync/profile_sync_service_factory.h', | 2355 'browser/sync/profile_sync_service_factory.h', |
2356 'browser/sync/profile_sync_service_harness.cc', | 2356 'browser/sync/profile_sync_service_harness.cc', |
2357 'browser/sync/profile_sync_service_harness.h', | 2357 'browser/sync/profile_sync_service_harness.h', |
2358 'browser/sync/profile_sync_service_model_type_selection_android.h', | 2358 'browser/sync/profile_sync_service_model_type_selection_android.h', |
2359 'browser/sync/profile_sync_service_observer.cc', | 2359 'browser/sync/profile_sync_service_observer.cc', |
2360 'browser/sync/profile_sync_service_observer.h', | 2360 'browser/sync/profile_sync_service_observer.h', |
2361 'browser/sync/retry_verifier.cc', | 2361 'browser/sync/retry_verifier.cc', |
2362 'browser/sync/retry_verifier.h', | 2362 'browser/sync/retry_verifier.h', |
| 2363 'browser/sync/sessions2/notification_service_sessions_router.cc', |
| 2364 'browser/sync/sessions2/notification_service_sessions_router.h', |
2363 'browser/sync/sessions2/session_data_type_controller2.cc', | 2365 'browser/sync/sessions2/session_data_type_controller2.cc', |
2364 'browser/sync/sessions2/session_data_type_controller2.h', | 2366 'browser/sync/sessions2/session_data_type_controller2.h', |
2365 'browser/sync/sessions2/sessions_sync_manager.cc', | 2367 'browser/sync/sessions2/sessions_sync_manager.cc', |
2366 'browser/sync/sessions2/sessions_sync_manager.h', | 2368 'browser/sync/sessions2/sessions_sync_manager.h', |
2367 'browser/sync/sessions2/tab_node_pool2.cc', | 2369 'browser/sync/sessions2/tab_node_pool2.cc', |
2368 'browser/sync/sessions2/tab_node_pool2.h', | 2370 'browser/sync/sessions2/tab_node_pool2.h', |
2369 'browser/sync/sync_global_error.cc', | 2371 'browser/sync/sync_global_error.cc', |
2370 'browser/sync/sync_global_error.h', | 2372 'browser/sync/sync_global_error.h', |
2371 'browser/sync/sync_policy_handler.cc', | 2373 'browser/sync/sync_policy_handler.cc', |
2372 'browser/sync/sync_policy_handler.h', | 2374 'browser/sync/sync_policy_handler.h', |
(...skipping 1406 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3779 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3781 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3780 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3782 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3781 }, | 3783 }, |
3782 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3784 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3783 }, | 3785 }, |
3784 ], | 3786 ], |
3785 }, | 3787 }, |
3786 ], | 3788 ], |
3787 ], | 3789 ], |
3788 } | 3790 } |
OLD | NEW |