| 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 1925 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1936 'browser/sync/glue/session_model_associator.cc', | 1936 'browser/sync/glue/session_model_associator.cc', |
| 1937 'browser/sync/glue/session_model_associator.h', | 1937 'browser/sync/glue/session_model_associator.h', |
| 1938 'browser/sync/glue/shared_change_processor.cc', | 1938 'browser/sync/glue/shared_change_processor.cc', |
| 1939 'browser/sync/glue/shared_change_processor.h', | 1939 'browser/sync/glue/shared_change_processor.h', |
| 1940 'browser/sync/glue/shared_change_processor_ref.cc', | 1940 'browser/sync/glue/shared_change_processor_ref.cc', |
| 1941 'browser/sync/glue/shared_change_processor_ref.h', | 1941 'browser/sync/glue/shared_change_processor_ref.h', |
| 1942 'browser/sync/glue/sync_backend_host.cc', | 1942 'browser/sync/glue/sync_backend_host.cc', |
| 1943 'browser/sync/glue/sync_backend_host.h', | 1943 'browser/sync/glue/sync_backend_host.h', |
| 1944 'browser/sync/glue/sync_backend_registrar.cc', | 1944 'browser/sync/glue/sync_backend_registrar.cc', |
| 1945 'browser/sync/glue/sync_backend_registrar.h', | 1945 'browser/sync/glue/sync_backend_registrar.h', |
| 1946 'browser/sync/glue/sync_start_util.cc', |
| 1947 'browser/sync/glue/sync_start_util.h', |
| 1946 'browser/sync/glue/synced_device_tracker.cc', | 1948 'browser/sync/glue/synced_device_tracker.cc', |
| 1947 'browser/sync/glue/synced_device_tracker.h', | 1949 'browser/sync/glue/synced_device_tracker.h', |
| 1948 'browser/sync/glue/synced_session.cc', | 1950 'browser/sync/glue/synced_session.cc', |
| 1949 'browser/sync/glue/synced_session.h', | 1951 'browser/sync/glue/synced_session.h', |
| 1950 'browser/sync/glue/synced_session_tracker.cc', | 1952 'browser/sync/glue/synced_session_tracker.cc', |
| 1951 'browser/sync/glue/synced_session_tracker.h', | 1953 'browser/sync/glue/synced_session_tracker.h', |
| 1952 'browser/sync/glue/synced_window_delegate.h', | 1954 'browser/sync/glue/synced_window_delegate.h', |
| 1953 'browser/sync/glue/synced_window_delegate_android.cc', | 1955 'browser/sync/glue/synced_window_delegate_android.cc', |
| 1954 'browser/sync/glue/synced_window_delegate_android.h', | 1956 'browser/sync/glue/synced_window_delegate_android.h', |
| 1955 'browser/sync/glue/tab_node_pool.cc', | 1957 'browser/sync/glue/tab_node_pool.cc', |
| (...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3051 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3053 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3052 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3054 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3053 }, | 3055 }, |
| 3054 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3056 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3055 }, | 3057 }, |
| 3056 ], | 3058 ], |
| 3057 }, | 3059 }, |
| 3058 ], | 3060 ], |
| 3059 ], | 3061 ], |
| 3060 } | 3062 } |
| OLD | NEW |