| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 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 1908 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1919 'browser/sessions/session_types.cc', | 1919 'browser/sessions/session_types.cc', |
| 1920 'browser/sessions/session_types.h', | 1920 'browser/sessions/session_types.h', |
| 1921 'browser/sessions/tab_restore_service.cc', | 1921 'browser/sessions/tab_restore_service.cc', |
| 1922 'browser/sessions/tab_restore_service.h', | 1922 'browser/sessions/tab_restore_service.h', |
| 1923 'browser/sessions/tab_restore_service_factory.cc', | 1923 'browser/sessions/tab_restore_service_factory.cc', |
| 1924 'browser/sessions/tab_restore_service_factory.h', | 1924 'browser/sessions/tab_restore_service_factory.h', |
| 1925 'browser/shell_integration.cc', | 1925 'browser/shell_integration.cc', |
| 1926 'browser/shell_integration.h', | 1926 'browser/shell_integration.h', |
| 1927 'browser/shell_integration_android.cc', | 1927 'browser/shell_integration_android.cc', |
| 1928 'browser/shell_integration_linux.cc', | 1928 'browser/shell_integration_linux.cc', |
| 1929 'browser/shell_integration_linux.h', |
| 1929 'browser/shell_integration_mac.mm', | 1930 'browser/shell_integration_mac.mm', |
| 1930 'browser/shell_integration_win.cc', | 1931 'browser/shell_integration_win.cc', |
| 1931 'browser/signin/signin_manager.cc', | 1932 'browser/signin/signin_manager.cc', |
| 1932 'browser/signin/signin_manager.h', | 1933 'browser/signin/signin_manager.h', |
| 1933 'browser/signin/signin_manager_factory.cc', | 1934 'browser/signin/signin_manager_factory.cc', |
| 1934 'browser/signin/signin_manager_factory.h', | 1935 'browser/signin/signin_manager_factory.h', |
| 1935 'browser/signin/signin_tracker.cc', | 1936 'browser/signin/signin_tracker.cc', |
| 1936 'browser/signin/signin_tracker.h', | 1937 'browser/signin/signin_tracker.h', |
| 1937 'browser/signin/token_service.cc', | 1938 'browser/signin/token_service.cc', |
| 1938 'browser/signin/token_service.h', | 1939 'browser/signin/token_service.h', |
| (...skipping 3265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5204 'type': 'static_library', | 5205 'type': 'static_library', |
| 5205 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], | 5206 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], |
| 5206 'variables': { | 5207 'variables': { |
| 5207 'proto_in_dir': 'browser/history', | 5208 'proto_in_dir': 'browser/history', |
| 5208 'proto_out_dir': 'chrome/browser/history', | 5209 'proto_out_dir': 'chrome/browser/history', |
| 5209 }, | 5210 }, |
| 5210 'includes': [ '../build/protoc.gypi' ] | 5211 'includes': [ '../build/protoc.gypi' ] |
| 5211 }, | 5212 }, |
| 5212 ], | 5213 ], |
| 5213 } | 5214 } |
| OLD | NEW |