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 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1539 'browser/process_singleton_startup_lock.cc', | 1539 'browser/process_singleton_startup_lock.cc', |
1540 'browser/process_singleton_startup_lock.h', | 1540 'browser/process_singleton_startup_lock.h', |
1541 'browser/process_singleton_win.cc', | 1541 'browser/process_singleton_win.cc', |
1542 'browser/profile_resetter/profile_resetter.h', | 1542 'browser/profile_resetter/profile_resetter.h', |
1543 'browser/profile_resetter/profile_resetter.cc', | 1543 'browser/profile_resetter/profile_resetter.cc', |
1544 'browser/profiles/avatar_menu_model.cc', | 1544 'browser/profiles/avatar_menu_model.cc', |
1545 'browser/profiles/avatar_menu_model.h', | 1545 'browser/profiles/avatar_menu_model.h', |
1546 'browser/profiles/avatar_menu_model_observer.h', | 1546 'browser/profiles/avatar_menu_model_observer.h', |
1547 'browser/profiles/bookmark_model_loaded_observer.cc', | 1547 'browser/profiles/bookmark_model_loaded_observer.cc', |
1548 'browser/profiles/bookmark_model_loaded_observer.h', | 1548 'browser/profiles/bookmark_model_loaded_observer.h', |
| 1549 'browser/profiles/chrome_browser_main_extra_parts_profiles.cc', |
| 1550 'browser/profiles/chrome_browser_main_extra_parts_profiles.h', |
1549 'browser/profiles/chrome_version_service.cc', | 1551 'browser/profiles/chrome_version_service.cc', |
1550 'browser/profiles/chrome_version_service.h', | 1552 'browser/profiles/chrome_version_service.h', |
1551 'browser/profiles/dependency_graph.cc', | 1553 'browser/profiles/dependency_graph.cc', |
1552 'browser/profiles/dependency_graph.h', | 1554 'browser/profiles/dependency_graph.h', |
1553 'browser/profiles/dependency_node.h', | 1555 'browser/profiles/dependency_node.h', |
1554 'browser/profiles/gaia_info_update_service.cc', | 1556 'browser/profiles/gaia_info_update_service.cc', |
1555 'browser/profiles/gaia_info_update_service.h', | 1557 'browser/profiles/gaia_info_update_service.h', |
1556 'browser/profiles/gaia_info_update_service_factory.cc', | 1558 'browser/profiles/gaia_info_update_service_factory.cc', |
1557 'browser/profiles/gaia_info_update_service_factory.h', | 1559 'browser/profiles/gaia_info_update_service_factory.h', |
1558 'browser/profiles/incognito_helpers.cc', | 1560 'browser/profiles/incognito_helpers.cc', |
(...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3172 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3174 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
3173 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3175 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
3174 }, | 3176 }, |
3175 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3177 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3176 }, | 3178 }, |
3177 ], | 3179 ], |
3178 }, | 3180 }, |
3179 ], | 3181 ], |
3180 ], | 3182 ], |
3181 } | 3183 } |
OLD | NEW |