OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 1867 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1878 'browser/process_singleton_mac.cc', | 1878 'browser/process_singleton_mac.cc', |
1879 'browser/process_singleton_win.cc', | 1879 'browser/process_singleton_win.cc', |
1880 'browser/profiles/avatar_menu_model.cc', | 1880 'browser/profiles/avatar_menu_model.cc', |
1881 'browser/profiles/avatar_menu_model.h', | 1881 'browser/profiles/avatar_menu_model.h', |
1882 'browser/profiles/avatar_menu_model_observer.h', | 1882 'browser/profiles/avatar_menu_model_observer.h', |
1883 'browser/profiles/chrome_version_service.cc', | 1883 'browser/profiles/chrome_version_service.cc', |
1884 'browser/profiles/chrome_version_service.h', | 1884 'browser/profiles/chrome_version_service.h', |
1885 'browser/profiles/gaia_info_update_service.cc', | 1885 'browser/profiles/gaia_info_update_service.cc', |
1886 'browser/profiles/gaia_info_update_service.h', | 1886 'browser/profiles/gaia_info_update_service.h', |
1887 'browser/profiles/off_the_record_profile_impl.cc', | 1887 'browser/profiles/off_the_record_profile_impl.cc', |
| 1888 'browser/profiles/off_the_record_profile_impl.h', |
1888 'browser/profiles/off_the_record_profile_io_data.cc', | 1889 'browser/profiles/off_the_record_profile_io_data.cc', |
1889 'browser/profiles/off_the_record_profile_io_data.h', | 1890 'browser/profiles/off_the_record_profile_io_data.h', |
1890 'browser/profiles/profile.cc', | 1891 'browser/profiles/profile.cc', |
1891 'browser/profiles/profile.h', | 1892 'browser/profiles/profile.h', |
1892 'browser/profiles/profile_dependency_manager.cc', | 1893 'browser/profiles/profile_dependency_manager.cc', |
1893 'browser/profiles/profile_dependency_manager.h', | 1894 'browser/profiles/profile_dependency_manager.h', |
1894 'browser/profiles/profile_destroyer.cc', | 1895 'browser/profiles/profile_destroyer.cc', |
1895 'browser/profiles/profile_destroyer.h', | 1896 'browser/profiles/profile_destroyer.h', |
1896 'browser/profiles/profile_downloader.cc', | 1897 'browser/profiles/profile_downloader.cc', |
1897 'browser/profiles/profile_downloader.h', | 1898 'browser/profiles/profile_downloader.h', |
(...skipping 3475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5373 'browser/metrics/proto/study.proto', | 5374 'browser/metrics/proto/study.proto', |
5374 ], | 5375 ], |
5375 'variables': { | 5376 'variables': { |
5376 'proto_in_dir': 'browser/metrics/proto', | 5377 'proto_in_dir': 'browser/metrics/proto', |
5377 'proto_out_dir': 'chrome/browser/metrics/proto', | 5378 'proto_out_dir': 'chrome/browser/metrics/proto', |
5378 }, | 5379 }, |
5379 'includes': [ '../build/protoc.gypi' ] | 5380 'includes': [ '../build/protoc.gypi' ] |
5380 }, | 5381 }, |
5381 ], | 5382 ], |
5382 } | 5383 } |
OLD | NEW |