| 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 1602 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1613 'browser/profiles/profile_info_cache_observer.h', | 1613 'browser/profiles/profile_info_cache_observer.h', |
| 1614 'browser/profiles/profile_info_interface.h', | 1614 'browser/profiles/profile_info_interface.h', |
| 1615 'browser/profiles/profile_info_util.cc', | 1615 'browser/profiles/profile_info_util.cc', |
| 1616 'browser/profiles/profile_info_util.h', | 1616 'browser/profiles/profile_info_util.h', |
| 1617 'browser/profiles/profile_io_data.cc', | 1617 'browser/profiles/profile_io_data.cc', |
| 1618 'browser/profiles/profile_io_data.h', | 1618 'browser/profiles/profile_io_data.h', |
| 1619 'browser/profiles/profile_loader.cc', | 1619 'browser/profiles/profile_loader.cc', |
| 1620 'browser/profiles/profile_loader.h', | 1620 'browser/profiles/profile_loader.h', |
| 1621 'browser/profiles/profile_manager.cc', | 1621 'browser/profiles/profile_manager.cc', |
| 1622 'browser/profiles/profile_manager.h', | 1622 'browser/profiles/profile_manager.h', |
| 1623 'browser/profiles/profile_manager_util.cc', |
| 1624 'browser/profiles/profile_manager_util.h', |
| 1623 'browser/profiles/profile_metrics.cc', | 1625 'browser/profiles/profile_metrics.cc', |
| 1624 'browser/profiles/profile_metrics.h', | 1626 'browser/profiles/profile_metrics.h', |
| 1625 'browser/profiles/profile_shortcut_manager.cc', | 1627 'browser/profiles/profile_shortcut_manager.cc', |
| 1626 'browser/profiles/profile_shortcut_manager.h', | 1628 'browser/profiles/profile_shortcut_manager.h', |
| 1627 'browser/profiles/profile_shortcut_manager_stub.cc', | 1629 'browser/profiles/profile_shortcut_manager_stub.cc', |
| 1628 'browser/profiles/profile_shortcut_manager_win.cc', | 1630 'browser/profiles/profile_shortcut_manager_win.cc', |
| 1629 'browser/profiles/profile_shortcut_manager_win.h', | 1631 'browser/profiles/profile_shortcut_manager_win.h', |
| 1630 'browser/profiles/startup_task_runner_service.cc', | 1632 'browser/profiles/startup_task_runner_service.cc', |
| 1631 'browser/profiles/startup_task_runner_service.h', | 1633 'browser/profiles/startup_task_runner_service.h', |
| 1632 'browser/profiles/startup_task_runner_service_factory.cc', | 1634 'browser/profiles/startup_task_runner_service_factory.cc', |
| (...skipping 1728 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3361 'package_name': 'org/chromium/chrome/browser/ui/toolbar', | 3363 'package_name': 'org/chromium/chrome/browser/ui/toolbar', |
| 3362 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], | 3364 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l
ist.h'], |
| 3363 }, | 3365 }, |
| 3364 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3366 'includes': [ '../build/android/java_cpp_template.gypi' ], |
| 3365 }, | 3367 }, |
| 3366 ], | 3368 ], |
| 3367 }, | 3369 }, |
| 3368 ], | 3370 ], |
| 3369 ], | 3371 ], |
| 3370 } | 3372 } |
| OLD | NEW |